A B C D E F G H I J K L M N O P Q R S T U V W X

A

abort() - Method in class org.ow2.bonita.identity.auth.BonitaIdentityLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class org.ow2.bonita.identity.auth.BonitaRemoteLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class org.ow2.bonita.identity.auth.LocalStorageLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class org.ow2.bonita.identity.auth.PlainLoginModule
Method to abort the authentication process (phase 2).
abort() - Method in class org.ow2.bonita.identity.auth.StorageLoginModule
 
AbstractUUID - Class in org.ow2.bonita.facade.uuid
Abstract parent class for all UUID classes.
AbstractUUID() - Constructor for class org.ow2.bonita.facade.uuid.AbstractUUID
 
AbstractUUID(AbstractUUID) - Constructor for class org.ow2.bonita.facade.uuid.AbstractUUID
 
AccessorProxyUtil - Class in org.ow2.bonita.util
 
AccessorUtil - Class in org.ow2.bonita.util
This utility class has been provided to unify access to Bonita APIs and to avoid the use of lookups in JEE deployments: org.ow2.bonita.util.AccessorUtil.
Through this class, Nova Bonita APIs can be reached in a unified way in both local and remote applications.
For that to be done, the system property called "org.ow2.bonita.api-type" must be defined at client side to specify whether the APIs will be reached locally or remotely
(possible values are "Standard", "AutoDetect", "EJB2" and "EJB3").
ACTIVITIES - Static variable in class org.ow2.bonita.building.XmlDef
 
activities - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
activities - Variable in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
ACTIVITY - Static variable in class org.ow2.bonita.building.XmlDef
 
ActivityBinding - Class in org.ow2.bonita.parsing.def.binding
 
ActivityBinding() - Constructor for class org.ow2.bonita.parsing.def.binding.ActivityBinding
 
ActivityBinding - Class in org.ow2.bonita.parsing.xpdl.binding
 
ActivityBinding() - Constructor for class org.ow2.bonita.parsing.xpdl.binding.ActivityBinding
 
ActivityDefinition - Interface in org.ow2.bonita.facade.def.majorElement
This interface represents the Activity definition.
ActivityDefinition.JoinType - Enum in org.ow2.bonita.facade.def.majorElement
Join types supported by Bonita.
ActivityDefinition.SplitType - Enum in org.ow2.bonita.facade.def.majorElement
Split types supported by Bonita.
ActivityDefinition.Type - Enum in org.ow2.bonita.facade.def.majorElement
Activity type supported by Bonita.
ActivityDefinitionImpl - Class in org.ow2.bonita.facade.def.majorElement.impl
 
ActivityDefinitionImpl() - Constructor for class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
ActivityDefinitionImpl(ActivityDefinition) - Constructor for class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
ActivityDefinitionUUID - Class in org.ow2.bonita.facade.uuid
This class implements the UUID for ActivityDefinition
ActivityDefinitionUUID() - Constructor for class org.ow2.bonita.facade.uuid.ActivityDefinitionUUID
 
ActivityDefinitionUUID(ActivityDefinitionUUID) - Constructor for class org.ow2.bonita.facade.uuid.ActivityDefinitionUUID
 
ActivityDefinitionUUID(String) - Constructor for class org.ow2.bonita.facade.uuid.ActivityDefinitionUUID
 
ActivityDefinitionUUID(ProcessDefinitionUUID, String) - Constructor for class org.ow2.bonita.facade.uuid.ActivityDefinitionUUID
 
activityDefinitionUUID - Variable in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
ActivityDefNotFoundException - Exception in org.ow2.bonita.facade.exception
Thrown by methods of the QueryDefinitionAPI when the activity definition is not found.
ActivityDefNotFoundException(String, String, String) - Constructor for exception org.ow2.bonita.facade.exception.ActivityDefNotFoundException
 
ActivityDefNotFoundException(String, ActivityDefinitionUUID) - Constructor for exception org.ow2.bonita.facade.exception.ActivityDefNotFoundException
 
ActivityDefNotFoundException(ActivityDefNotFoundException) - Constructor for exception org.ow2.bonita.facade.exception.ActivityDefNotFoundException
 
ActivityInstance - Interface in org.ow2.bonita.facade.runtime
Runtime (recorded) data concerning activities.
This interface concerns the common part for the activity.
activityInstanceId - Variable in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
ActivityInstanceImpl - Class in org.ow2.bonita.facade.runtime.impl
 
ActivityInstanceImpl() - Constructor for class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
ActivityInstanceImpl(ActivityInstanceUUID, ActivityDefinition, ProcessDefinitionUUID, ProcessInstanceUUID, ProcessInstanceUUID, String, String) - Constructor for class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
ActivityInstanceImpl(ActivityInstance) - Constructor for class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
ActivityInstanceUUID - Class in org.ow2.bonita.facade.uuid
This class implements the UUID for ActivityInstance
ActivityInstanceUUID() - Constructor for class org.ow2.bonita.facade.uuid.ActivityInstanceUUID
 
ActivityInstanceUUID(ActivityInstanceUUID) - Constructor for class org.ow2.bonita.facade.uuid.ActivityInstanceUUID
 
ActivityInstanceUUID(String) - Constructor for class org.ow2.bonita.facade.uuid.ActivityInstanceUUID
 
ActivityInstanceUUID(ProcessInstanceUUID, String, String, String) - Constructor for class org.ow2.bonita.facade.uuid.ActivityInstanceUUID
 
activityInstantiator - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
Deprecated. 
ActivityNotFoundException - Exception in org.ow2.bonita.facade.exception
Thrown by methods of QueryDefinitionAPI, QueryRuntimeAPI, RuntimeAPI if the runtime information of the recorded activity is not found.
ActivityNotFoundException(String, ProcessInstanceUUID, String) - Constructor for exception org.ow2.bonita.facade.exception.ActivityNotFoundException
 
ActivityNotFoundException(String, ProcessInstanceUUID, String, String) - Constructor for exception org.ow2.bonita.facade.exception.ActivityNotFoundException
 
ActivityNotFoundException(String, ProcessDefinitionUUID, String) - Constructor for exception org.ow2.bonita.facade.exception.ActivityNotFoundException
 
ActivityNotFoundException(String, ActivityInstanceUUID) - Constructor for exception org.ow2.bonita.facade.exception.ActivityNotFoundException
 
ActivityState - Enum in org.ow2.bonita.facade.runtime
Possible states of task.
activityUUID - Variable in class org.ow2.bonita.facade.runtime.impl.CommentImpl
 
add(T) - Method in class org.ow2.bonita.util.Chainer
 
add(int, T) - Method in class org.ow2.bonita.util.Chainer
 
addActivity(ActivityDefinition) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
addActivity(ActivityInstance) - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
addActivityExecutingTime(long) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds an executing time (in ms) to the current activity.
addActivityPriority(int) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a priority to the current activity.
addAMetaData(String, String) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
addAttachment(AttachmentDefinition) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
addAttachment(ProcessInstanceUUID, String, String, String, String, Map<String, String>, byte[]) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
addAttachment(ProcessInstanceUUID, String, String, byte[]) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
addAttachment(AttachmentInstance) - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
addAttachment(ProcessInstanceUUID, String, String, String, String, Map<String, String>, byte[]) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Add an attachment to a process instance.
addAttachment(ProcessInstanceUUID, String, String, byte[]) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Add an attachment to a process instance.
addAttachment(String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds an attachment on a process.
addAttachment(String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds an attachment on a process.
addAttachment(String, String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds an attachment on a process.
addAttachments(Map<AttachmentInstance, byte[]>) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
addAttachments(Map<AttachmentInstance, byte[]>) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Add all attachments to the process instance defined in the attachment instance.
addBinding(Binding) - Method in class org.ow2.bonita.util.xml.Bindings
add an elementParser to this parser that will handle parsing of elements of the given tagName for the default category.
addBooleanData(String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a Boolean variable to the current BPM entity.
addBooleanData(String, Boolean) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a Boolean variable to the current BPM entity with an initial variable.
addBooleanData(String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a Boolean variable to the current BPM entity with an initial variable.
addCasesToLabel(String, String, Set<ProcessInstanceUUID>) - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
addCasesToLabel(String, String, Set<ProcessInstanceUUID>) - Method in interface org.ow2.bonita.facade.WebAPI
 
addCategory(String, String) - Method in class org.ow2.bonita.connector.core.desc.ConnectorDescriptor
 
addCharData(String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a Character variable to the current BPM entity.
addCharData(String, Character) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a Character variable to the current BPM entity with an initial variable.
addCharData(String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a Character variable to the current BPM entity.
addChildInstance(ProcessInstanceUUID) - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
addComment(ProcessInstanceUUID, ActivityInstanceUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
Deprecated. 
addComment(ProcessInstanceUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
addComment(ActivityInstanceUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
addComment(Comment) - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
addComment(ProcessInstanceUUID, ActivityInstanceUUID, String, String) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Deprecated. 
addComment(ProcessInstanceUUID, String, String) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Adds a comment to the ProcessInstance feed.
addComment(ActivityInstanceUUID, String, String) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Adds a comment to an ActivityInstance feed.
addCondition(String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a condition on a transition
addConnector(HookDefinition) - Method in class org.ow2.bonita.facade.def.element.impl.IncomingEventDefinitionImpl
 
addConnector(HookDefinition) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
addConnector(HookDefinition) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
addConnector(HookDefinition.Event, String, boolean) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a connector to an activity or a process.
addContext(Context) - Method in class org.ow2.bonita.env.Environment
 
addData(DataFieldDefinition) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
addData(DataFieldDefinition) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
addData(Element, String, String, ProcessBuilder, Parse) - Method in class org.ow2.bonita.parsing.xpdl.binding.MajorElementBinding
 
addDateData(String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a Date variable to the current BPM entity.
addDateData(String, Date) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a Date variable to the current BPM entity with an initial variable.
addDateData(String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a Date variable to the current BPM entity with an initial variable.
addDeadline(DeadlineDefinition) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
addDeadline(String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Add a deadline to the current activity.
addDecisionNode(String) - Method in class org.ow2.bonita.util.ProcessBuilder
Add a decision node to the ProcessBuilder.
addDescription(String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a description to the current BPM entity.
addDoubleData(String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a Double variable to the current BPM entity.
addDoubleData(String, Double) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a Double variable to the current BPM entity with an initial variable.
addDoubleData(String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a Double variable to the current BPM entity with an initial variable.
addDynamicDescription(String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a dynamic description to the current BPM entity.
addDynamicLabel(String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a dynamic label to the current BPM entity.
addEntitiess(Set<String>) - Method in class org.ow2.bonita.facade.privilege.impl.RuleImpl
 
addEntity(String, Entity) - Method in class org.ow2.bonita.util.xml.Parser
adds a resolver to the schema catalog.
addEnumData(String, Set<String>, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds an Enumeration variable to the current BPM entity with an initial variable.
addEnumData(String, String, Set<String>) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds an Enumeration variable to the current BPM entity with an initial variable.
addExceptionsToRule(String, Set<E>) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
addExceptionsToRule(String, Set<E>) - Method in interface org.ow2.bonita.facade.ManagementAPI
The global policy is applied to all entities.
Rules apply conditions to the policy as they are applied to specific entities.
This method add exceptions to a rule identified by its name and so increase the scope of the rule.
addFileset(FileSet) - Method in class org.ow2.bonita.ant.tasks.GenerateBar
 
addFilter(String) - Method in class org.ow2.bonita.util.ProcessBuilder
Add a filter to an activity (A filter is a specific connector)
addFloatData(String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a Float variable to the current BPM entity.
addFloatData(String, Float) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a Float variable to the current BPM entity with an initial variable.
addFloatData(String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a Float variable to the current BPM entity with an initial variable.
addGetter(Getter) - Method in class org.ow2.bonita.connector.core.desc.ConnectorDescriptor
 
addGroup(ParticipantDefinitionImpl) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
addGroup(String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a group.
addGroupResolver(String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a RoleResolver to a group.
addHuman(String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a human to a process.
addHumanTask(String, String...) - Method in class org.ow2.bonita.util.ProcessBuilder
Add a human task.
addIncomingTransition(TransitionDefinition) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
addInputParameter(String, Object...) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds an input parameter on the current connector.
addIntegerData(String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a Integer variable to the current BPM entity.
addIntegerData(String, Integer) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds an Integer variable to the current BPM entity with an initial variable.
addIntegerData(String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds an Integer variable to the current BPM entity with an initial variable.
addInvolvedUser(String) - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
addInvolvedUsers(Set<String>) - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
addItems(Set<String>) - Method in class org.ow2.bonita.facade.privilege.impl.RuleImpl
 
addIterationDescriptors(IterationDescriptor) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
addJoinType(ActivityDefinition.JoinType) - Method in class org.ow2.bonita.util.ProcessBuilder
Defines the join type of an activity.
addLabel(String, String, String, String, String, boolean, boolean, String, Set<ProcessInstanceUUID>, int, boolean) - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
addLabel(String, String, String, String, String, boolean, boolean, String, Set<ProcessInstanceUUID>, int, boolean) - Method in interface org.ow2.bonita.facade.WebAPI
 
addLabel(String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a label to the current BPM entity.
addLongData(String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a Long variable to the current BPM entity.
addLongData(String, Long) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a Long variable to the current BPM entity with an initial variable.
addLongData(String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a Long variable to the current BPM entity with an initial variable.
addLoop(String, boolean) - Method in class org.ow2.bonita.util.ProcessBuilder
 
addLoop(String, boolean, String) - Method in class org.ow2.bonita.util.ProcessBuilder
 
addMetaData(String, String) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
addMetaData(String, String) - Method in interface org.ow2.bonita.facade.ManagementAPI
Adds or updates a meta data.
addMultiInstanciation(String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Deprecated. 
addMultipleActivitiesInstantiator(String) - Method in class org.ow2.bonita.util.ProcessBuilder
 
addMultipleActivitiesJoinChecker(String) - Method in class org.ow2.bonita.util.ProcessBuilder
 
addObjectData(String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds an Object variable to the current BPM entity with an initial variable.
addObjectData(String, String, Object) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds an Object variable to the current BPM entity with an initial variable.
addObjectData(String, String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds an Object variable to the current BPM entity with an initial variable.
addOutgoingEvent(OutgoingEventDefinition) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
addOutgoingEvent(String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds an outgoing event on the current activity.
addOutgoingEvent(String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds an outgoing event on the current activity.
addOutgoingEvent(String, String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds an outgoing event on the current activity.
addOutgoingEvent(String, String, String, Map<String, Object>) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds an outgoing event on the current activity.
addOutgoingEvent(String, String, String, long, Map<String, Object>) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds an outgoing event on the current activity.
addOutgoingTransition(TransitionDefinition) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
addOutputParameter(String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds an output parameter on the current connector.
addPage(Page) - Method in class org.ow2.bonita.connector.core.desc.ConnectorDescriptor
 
addParameter(String, Object...) - Method in class org.ow2.bonita.facade.def.element.impl.ConnectorDefinitionImpl
 
addParameter(String, ConnectorParameters) - Method in class org.ow2.bonita.facade.def.element.impl.ConnectorDefinitionImpl
 
addParameter(String, Variable) - Method in class org.ow2.bonita.facade.def.element.impl.OutgoingEventDefinitionImpl
 
addParameter(String, Object...) - Method in class org.ow2.bonita.util.ProcessBuilder
Deprecated. 
addProblem(Problem) - Method in class org.ow2.bonita.util.xml.Parse
to add parsing problems during XML parsing and DOM walking.
addProblem(String) - Method in class org.ow2.bonita.util.xml.Parse
add a problem with the default severity.
addProblem(String, Exception) - Method in class org.ow2.bonita.util.xml.Parse
add a problem with an exception cause and the default severity.
addProblem(String, Exception, String) - Method in class org.ow2.bonita.util.xml.Parse
adds a problem given message, exception cause and severity
addProcesses(Set<ProcessDefinitionUUID>) - Method in class org.ow2.bonita.facade.privilege.impl.ProcessRuleImpl
 
addProcessMetaData(ProcessDefinitionUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
addProcessMetaData(ProcessDefinitionUUID, String, String) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Adds a process meta data.
addReceiveEventConnector(String, boolean) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a connector to the current received event.
addReceiveEventTask(String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a received event task.
addReceiveEventTask(String, String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a received event task.
addResource(String, byte[]) - Method in class org.ow2.bonita.facade.def.element.impl.BusinessArchiveImpl
 
addRole(RoleImpl) - Method in class org.ow2.bonita.facade.identity.impl.UserImpl
 
addRole(String) - Method in interface org.ow2.bonita.facade.IdentityAPI
Create a new role
addRole(String, String, String) - Method in interface org.ow2.bonita.facade.IdentityAPI
Create a new role
addRole(String) - Method in interface org.ow2.bonita.facade.internal.InternalIdentityAPI
 
addRole(String, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalIdentityAPI
 
addRoleToUser(String, String) - Method in interface org.ow2.bonita.facade.IdentityAPI
Add a role to a user
addRoleToUser(String, String) - Method in interface org.ow2.bonita.facade.internal.InternalIdentityAPI
 
addSendEventTask(String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a send event task.
addSetter(Setter) - Method in class org.ow2.bonita.connector.core.desc.ConnectorDescriptor
 
addShortData(String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a Short variable to the current BPM entity.
addShortData(String, Short) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a Short variable to the current BPM entity with an initial variable.
addShortData(String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a Short variable to the current BPM entity with an initial variable.
addSplitType(ActivityDefinition.SplitType) - Method in class org.ow2.bonita.util.ProcessBuilder
Defines the split type of an activity
addStringData(String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a String variable to the current BPM entity.
addStringData(String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a String variable to the current BPM entity with an initial variable.
addStringDataFromScript(String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a String variable to the current BPM entity with an initial variable.
addSubflowInParameter(SubflowParameterDefinition) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
addSubflowOutParameter(SubflowParameterDefinition) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
addSubProcess(String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a sub-process.
addSubProcess(String, String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a sub-process.
addSubProcessInParameter(String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds an input parameter on the current sub-process entity.
addSubProcessOutParameter(String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds an output parameter on the current sub-process entity.
addSystemTask(String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a system task.
addTimerTask(String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a timer.
addTransition(String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a transition between two activities.
addTransition(String, String, String) - Method in class org.ow2.bonita.util.ProcessBuilder
Adds a transition between two activities.
addUser(UserImpl) - Method in class org.ow2.bonita.facade.identity.impl.RoleImpl
 
addUser(String, String) - Method in interface org.ow2.bonita.facade.IdentityAPI
Create a new a user
addUser(String, String, String, String, String) - Method in interface org.ow2.bonita.facade.IdentityAPI
Create a new a user
addUser(String, String) - Method in interface org.ow2.bonita.facade.internal.InternalIdentityAPI
 
addUser(String, String, String, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalIdentityAPI
 
addVariableUpdate(VariableUpdate) - Method in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
addVariableUpdate(VariableUpdate) - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
addWarning(String) - Method in class org.ow2.bonita.util.xml.Parse
adds a problem with severity warning.
addWarning(String, Exception) - Method in class org.ow2.bonita.util.xml.Parse
adds a problem with severity warning and an exception as the cause.
ALIAS_HELP - Static variable in class org.ow2.bonita.util.TraceFormatter
 
ALIAS_PROPERTY_KEY - Static variable in class org.ow2.bonita.util.TraceFormatter
 
API_TYPE_PROPERTY - Static variable in class org.ow2.bonita.util.AccessorUtil
 
API_TYPE_PROPERTY - Static variable in class org.ow2.bonita.util.BonitaConstants
 
APIAccessor - Interface in org.ow2.bonita.facade
Helper class giving access to CommandAPI, IdentityAPI, ManagementAPI, RepairAPI, RuntimeAPI and WebAPI interfaces.
APIConfig - Class in org.ow2.bonita.facade
Class used to specify API configuration in the environment (Context Type, retry number...)
APIConfig(String) - Constructor for class org.ow2.bonita.facade.APIConfig
 
Application - Interface in org.ow2.bonita.facade.runtime
 
applyRulesToEntity(String, Set<String>) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
applyRulesToEntity(String, Set<String>) - Method in interface org.ow2.bonita.facade.ManagementAPI
The global policy is applied to all entities.
Rules apply conditions to the policy as they are applied to specific entities.
This method is the way to impose conditions to the general policy for the given entity.
For instance applying rules to a user (entity) defines what access the user has or does not have.
applySameRulesToOtherEntities(String, Set<String>) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
applySameRulesToOtherEntities(String, Set<String>) - Method in interface org.ow2.bonita.facade.ManagementAPI
Provides entities with the same privilege than entity.
archive(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
archive(Collection<ProcessDefinitionUUID>) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
archive(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.ManagementAPI
Archive a process.
archive(Collection<ProcessDefinitionUUID>) - Method in interface org.ow2.bonita.facade.ManagementAPI
Disable a collection of processUUIDs
Array - Class in org.ow2.bonita.connector.core.desc
 
Array(String, Setter, int, int, boolean, boolean, List<String>) - Constructor for class org.ow2.bonita.connector.core.desc.Array
 
ArrayUtil - Class in org.ow2.bonita.util
 
ArrayUtil() - Constructor for class org.ow2.bonita.util.ArrayUtil
 
assignTask(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
assignTask(ActivityInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
assignTask(ActivityInstanceUUID, Set<String>) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
assignTask(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Launches the execution of both RoleResolver and Filters for the given task.
If a RoleResolver has been defined within the participant referenced by the performer of the task, it is executed.
If Filters have been defined within the activity of the task they are also executed.
assignTask(ActivityInstanceUUID, String) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Forces to assign the given task to the given actor id.
assignTask(ActivityInstanceUUID, Set<String>) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Forces to replace the candidates set of the given task by the given candidates set.
AssignUpdate - Interface in org.ow2.bonita.facade.runtime
Interface for getting recorded (runtime) information for assignment change on task.
AssignUpdateImpl - Class in org.ow2.bonita.facade.runtime.impl
 
AssignUpdateImpl() - Constructor for class org.ow2.bonita.facade.runtime.impl.AssignUpdateImpl
 
AssignUpdateImpl(Date, ActivityState, String, Set<String>, String) - Constructor for class org.ow2.bonita.facade.runtime.impl.AssignUpdateImpl
 
AssignUpdateImpl(AssignUpdate) - Constructor for class org.ow2.bonita.facade.runtime.impl.AssignUpdateImpl
 
assignUpdates - Variable in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
ASYNC_EVENT_PREFIX - Static variable in class org.ow2.bonita.util.BonitaConstants
 
ASYNCHRONOUS - Static variable in class org.ow2.bonita.building.XmlDef
 
asynchronous - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
asynchronous() - Method in class org.ow2.bonita.util.ProcessBuilder
Defines that the current activity is asynchronous.
AtomicArchiveException - Exception in org.ow2.bonita.util
 
AtomicArchiveException(String, Throwable) - Constructor for exception org.ow2.bonita.util.AtomicArchiveException
 
ATTACHMENT - Static variable in class org.ow2.bonita.building.XmlDef
 
ATTACHMENT_INDEX_NAME_SEPARATOR - Static variable in class org.ow2.bonita.util.Misc
 
AttachmentBinding - Class in org.ow2.bonita.parsing.def.binding
 
AttachmentBinding() - Constructor for class org.ow2.bonita.parsing.def.binding.AttachmentBinding
 
AttachmentDefinition - Interface in org.ow2.bonita.facade.def.element
Attachment definition within Process element.
AttachmentDefinitionImpl - Class in org.ow2.bonita.facade.def.element.impl
 
AttachmentDefinitionImpl() - Constructor for class org.ow2.bonita.facade.def.element.impl.AttachmentDefinitionImpl
 
AttachmentDefinitionImpl(ProcessDefinitionUUID, String) - Constructor for class org.ow2.bonita.facade.def.element.impl.AttachmentDefinitionImpl
 
AttachmentDefinitionImpl(AttachmentDefinition) - Constructor for class org.ow2.bonita.facade.def.element.impl.AttachmentDefinitionImpl
 
AttachmentInstance - Interface in org.ow2.bonita.facade.runtime
 
AttachmentInstanceImpl - Class in org.ow2.bonita.facade.runtime.impl
 
AttachmentInstanceImpl() - Constructor for class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
AttachmentInstanceImpl(InitialAttachment, ProcessInstanceUUID, String, Date) - Constructor for class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
AttachmentInstanceImpl(String, ProcessInstanceUUID, String, Date) - Constructor for class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
AttachmentInstanceImpl(AttachmentInstance) - Constructor for class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
ATTACHMENTS - Static variable in class org.ow2.bonita.building.XmlDef
 
attachments - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
attachments - Variable in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
attribute(Element, String) - Static method in class org.ow2.bonita.util.xml.XmlUtil
the attribute value or null if the attribute is not present
attribute(Element, String, boolean, Parse) - Static method in class org.ow2.bonita.util.xml.XmlUtil
convenience method to combine extraction of a string attribute value.
attributeBoolean(Element, String, boolean, Parse) - Static method in class org.ow2.bonita.util.xml.XmlUtil
parse an attribute as an boolean.
attributeBoolean(Element, String, boolean, Parse, Boolean) - Static method in class org.ow2.bonita.util.xml.XmlUtil
parse an attribute as an boolean.
attributeInteger(Element, String, boolean, Parse) - Static method in class org.ow2.bonita.util.xml.XmlUtil
parse an attribute as an integer.
attributeNamespaceValue(Element, String) - Static method in class org.ow2.bonita.util.xml.XmlUtil
 
attributeQName(Element, String) - Static method in class org.ow2.bonita.util.xml.XmlUtil
 
attributes(Element) - Static method in class org.ow2.bonita.util.xml.XmlUtil
 
author - Variable in class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 

B

backTo(Date, int) - Static method in class org.ow2.bonita.util.DateUtil
 
BadLoginOptionException - Exception in org.ow2.bonita.identity.auth
 
BadLoginOptionException(String) - Constructor for exception org.ow2.bonita.identity.auth.BadLoginOptionException
 
badStateIfEquals(Object, Object, String) - Static method in class org.ow2.bonita.util.Misc
This method throw an IllegalStateException if the given parameters are equals (using Object.equals(Object)
badStateIfFalse(boolean, String) - Static method in class org.ow2.bonita.util.Misc
This method throw an IllegalStateException if the given parameter is false
badStateIfNotNull(Object, String) - Static method in class org.ow2.bonita.util.Misc
This method throw an IllegalStateException if the given parameter is not null
badStateIfNull(Object, String) - Static method in class org.ow2.bonita.util.Misc
This method throw an IllegalStateException if the given parameter is null
badStateIfTrue(boolean, String) - Static method in class org.ow2.bonita.util.Misc
This method throw an IllegalStateException if the given parameter is true
BAMAPI - Interface in org.ow2.bonita.facade
This class provides a brief overview of Bonita Business Activity Monitoring.
Note: Using this API can affect engine performances.
BAMAPI_JNDINAME - Static variable in class org.ow2.bonita.util.AccessorUtil
 
Base64 - Class in org.ow2.bonita.util
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in org.ow2.bonita.util
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class org.ow2.bonita.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class org.ow2.bonita.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in org.ow2.bonita.util
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class org.ow2.bonita.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class org.ow2.bonita.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
BEFORE_EXECUTION - Static variable in class org.ow2.bonita.building.XmlDef
 
beforeExecution - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
Binding - Interface in org.ow2.bonita.util.xml
a modular mapping between an xml element and a java object in the domain model, see also Parser.
Bindings - Class in org.ow2.bonita.util.xml
a set of Bindings divided into categories managed by a Parser .
Bindings() - Constructor for class org.ow2.bonita.util.xml.Bindings
 
Bindings(Bindings) - Constructor for class org.ow2.bonita.util.xml.Bindings
to be used when you want to customize the binding behaviour of a Parser.
bindings - Variable in class org.ow2.bonita.util.xml.Bindings
maps categories to a list of bindings
bindings - Variable in class org.ow2.bonita.util.xml.Parser
 
BonitaConstants - Class in org.ow2.bonita.util
 
BonitaException - Exception in org.ow2.bonita.util
Parent class for checked exception.
BonitaException(String, Throwable) - Constructor for exception org.ow2.bonita.util.BonitaException
 
BonitaException(String) - Constructor for exception org.ow2.bonita.util.BonitaException
 
BonitaIdentityLoginModule - Class in org.ow2.bonita.identity.auth
This LoginModule is used to verify a user identity against Bonita authentication service.
BonitaIdentityLoginModule() - Constructor for class org.ow2.bonita.identity.auth.BonitaIdentityLoginModule
 
BonitaInternalException - Exception in org.ow2.bonita.facade.exception
Thrown if an internal Bonita error occurred.
BonitaInternalException(String, Throwable) - Constructor for exception org.ow2.bonita.facade.exception.BonitaInternalException
Constructs a BonitaInternalException with the specified detail message and the throwable cause.
BonitaInternalException(String) - Constructor for exception org.ow2.bonita.facade.exception.BonitaInternalException
Constructs a BonitaInternalException with the specified detail message.
BonitaJava - Class in org.ow2.bonita.ant.tasks
 
BonitaJava() - Constructor for class org.ow2.bonita.ant.tasks.BonitaJava
 
BonitaJEE - Class in org.ow2.bonita.ant.tasks
 
BonitaJEE() - Constructor for class org.ow2.bonita.ant.tasks.BonitaJEE
 
bonitaListToArrayMap(List<List<Object>>, Class<K>, Class<V>) - Method in class org.ow2.bonita.connector.core.Connector
 
bonitaListToMap(List<List<Object>>, Class<K>, Class<V>) - Method in class org.ow2.bonita.connector.core.Connector
 
BonitaPrincipal - Class in org.ow2.bonita.identity.auth
 
BonitaPrincipal(String) - Constructor for class org.ow2.bonita.identity.auth.BonitaPrincipal
 
BonitaRemoteLoginModule - Class in org.ow2.bonita.identity.auth
This LoginModule does not perform any identity check, meaning that anybody providing a username and password can log in.
BonitaRemoteLoginModule() - Constructor for class org.ow2.bonita.identity.auth.BonitaRemoteLoginModule
 
BonitaRuntimeException - Exception in org.ow2.bonita.util
Parent class for runtime exception.
BonitaRuntimeException(String, Throwable) - Constructor for exception org.ow2.bonita.util.BonitaRuntimeException
 
BonitaRuntimeException(Throwable) - Constructor for exception org.ow2.bonita.util.BonitaRuntimeException
 
BonitaRuntimeException(String) - Constructor for exception org.ow2.bonita.util.BonitaRuntimeException
 
BonitaWrapperException - Exception in org.ow2.bonita.facade.exception
Wrapper exception used internally by the engine to wrap standard runtime exception or child classes of BonitaRuntimeException.
BonitaWrapperException(Throwable) - Constructor for exception org.ow2.bonita.facade.exception.BonitaWrapperException
Constructs a BonitaWrapperException with the throwable cause.
BooleanExpression - Class in org.ow2.bonita.expression
 
BooleanExpression(String) - Constructor for class org.ow2.bonita.expression.BooleanExpression
Create a new boolean expression.
build(String, Throwable) - Static method in exception org.ow2.bonita.facade.exception.ActivityDefNotFoundException
 
build(RuntimeException) - Static method in exception org.ow2.bonita.facade.exception.BonitaInternalException
 
build(String, Throwable) - Static method in exception org.ow2.bonita.facade.exception.DataFieldNotFoundException
 
build(String, Throwable) - Static method in exception org.ow2.bonita.facade.exception.IllegalTaskStateException
 
build(String, Throwable) - Static method in exception org.ow2.bonita.facade.exception.InstanceNotFoundException
 
build(String, Throwable) - Static method in exception org.ow2.bonita.facade.exception.ParticipantNotFoundException
 
build(String, Throwable) - Static method in exception org.ow2.bonita.facade.exception.TaskNotFoundException
 
build(String, Throwable) - Static method in exception org.ow2.bonita.facade.exception.UnAuthorizedUserException
 
build(String, Throwable) - Static method in exception org.ow2.bonita.facade.exception.VariableNotFoundException
 
buildDom(Parse) - Method in class org.ow2.bonita.util.xml.Parser
customizable DOM building.
buildLabel(String, String) - Static method in class org.ow2.bonita.facade.runtime.impl.CaseImpl
 
BusinessArchive - Interface in org.ow2.bonita.facade.def.element
A BusinessArchive contains all resources in order to manage a process.
BusinessArchiveFactory - Class in org.ow2.bonita.util
 
BusinessArchiveImpl - Class in org.ow2.bonita.facade.def.element.impl
This class implements a deployment object.
BusinessArchiveImpl() - Constructor for class org.ow2.bonita.facade.def.element.impl.BusinessArchiveImpl
 
BusinessArchiveImpl(ProcessDefinition, Map<String, byte[]>, Class<?>...) - Constructor for class org.ow2.bonita.facade.def.element.impl.BusinessArchiveImpl
 
BusinessArchiveImpl(ProcessDefinitionUUID, Map<String, byte[]>) - Constructor for class org.ow2.bonita.facade.def.element.impl.BusinessArchiveImpl
 
BusinessArchiveImpl.Resource - Class in org.ow2.bonita.facade.def.element.impl
 
BusinessArchiveImpl.Resource() - Constructor for class org.ow2.bonita.facade.def.element.impl.BusinessArchiveImpl.Resource
 
BusinessArchiveImpl.Resource(String, byte[]) - Constructor for class org.ow2.bonita.facade.def.element.impl.BusinessArchiveImpl.Resource
 
ByteArrayStreamSource - Class in org.ow2.bonita.util.stream
 
ByteArrayStreamSource(byte[]) - Constructor for class org.ow2.bonita.util.stream.ByteArrayStreamSource
 
bytes - Variable in class org.ow2.bonita.util.stream.ByteArrayStreamSource
 
BYTES_FRAGMENT_LENGTH - Static variable in class org.ow2.bonita.building.XmlBuilder
 
BYTES_FRAGMENT_SEPARATOR - Static variable in class org.ow2.bonita.building.XmlBuilder
 

C

cancelProcessInstance(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
cancelProcessInstance(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Cancels the process instance with the given instance UUID.
cancelProcessInstances(Collection<ProcessInstanceUUID>) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
cancelProcessInstances(Collection<ProcessInstanceUUID>) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Cancels for each given instance UUID, the process instance.
candidates - Variable in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
candidates - Variable in class org.ow2.bonita.facade.runtime.impl.AssignUpdateImpl
 
canExecuteTask(ActivityInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
canExecuteTask(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns true if the given task is READY and: - if the task is assigned: if the assigned user is the logged user - if the task is not assigned: if the logged user is in the candidates list
Case - Interface in org.ow2.bonita.facade.runtime
 
CaseImpl - Class in org.ow2.bonita.facade.runtime.impl
 
CaseImpl() - Constructor for class org.ow2.bonita.facade.runtime.impl.CaseImpl
 
CaseImpl(ProcessInstanceUUID, String, String) - Constructor for class org.ow2.bonita.facade.runtime.impl.CaseImpl
 
Category - Class in org.ow2.bonita.connector.core.desc
 
Category(String, String, ClassLoader) - Constructor for class org.ow2.bonita.connector.core.desc.Category
 
category - Variable in class org.ow2.bonita.util.xml.TagBinding
 
CATEGORY_MAJOR_ELT - Static variable in class org.ow2.bonita.parsing.def.XmlDefParser
 
CATEGORY_MAJOR_ELT - Static variable in class org.ow2.bonita.parsing.xpdl.XpdlParser
 
CategoryBinding - Class in org.ow2.bonita.parsing.connector.binding
 
CategoryBinding() - Constructor for class org.ow2.bonita.parsing.connector.binding.CategoryBinding
 
Chainer<T> - Class in org.ow2.bonita.util
Generic chainer.
Chainer() - Constructor for class org.ow2.bonita.util.Chainer
 
checkArgsNotNull(Object...) - Static method in class org.ow2.bonita.util.Misc
Check that the given parameters are not null.
checkArgsNotNull(int, Object...) - Static method in class org.ow2.bonita.util.Misc
Check that the given parameters are not null.
Checkbox - Class in org.ow2.bonita.connector.core.desc
 
Checkbox(String, Setter, String, String) - Constructor for class org.ow2.bonita.connector.core.desc.Checkbox
 
checkGraphicalAnnotations(Class<? extends Connector>) - Static method in class org.ow2.bonita.connector.core.Connector
 
checkProblems(String, Parse) - Method in class org.ow2.bonita.parsing.xpdl.XpdlParser
throws an exception with appropriate message in case the parse contains errors or fatal errors.
checkReallySerializable(T) - Static method in class org.ow2.bonita.util.Misc
Check that the given object is actually serializable.
checkRuntimeAnnotations(Class<? extends Connector>) - Static method in class org.ow2.bonita.connector.core.Connector
 
checkUserCredentials(String, String) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
checkUserCredentials(String, String) - Method in interface org.ow2.bonita.facade.ManagementAPI
Check some user's credentials
childrenInstanceUUID - Variable in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
CLASS - Static variable in class org.ow2.bonita.building.XmlDef
 
ClassDataTool - Class in org.ow2.bonita.util
 
ClassDataTool.MyVisitor - Class in org.ow2.bonita.util
 
ClassDataTool.MyVisitor() - Constructor for class org.ow2.bonita.util.ClassDataTool.MyVisitor
 
classLoader - Variable in class org.ow2.bonita.util.stream.ResourceStreamSource
 
classLoader - Variable in class org.ow2.bonita.util.xml.Parse
 
classLoader - Variable in class org.ow2.bonita.util.xml.Parser
 
CLASSNAME - Static variable in class org.ow2.bonita.building.XmlDef
 
className - Variable in class org.ow2.bonita.facade.def.element.impl.ConnectorDefinitionImpl
 
clear() - Method in class org.ow2.bonita.util.WeakValueMap
 
ClientAPIInterceptor - Class in org.ow2.bonita.facade.interceptor
 
ClientAPIInterceptor(Object) - Constructor for class org.ow2.bonita.facade.interceptor.ClientAPIInterceptor
 
ClientAPIInterceptor(Object, String) - Constructor for class org.ow2.bonita.facade.interceptor.ClientAPIInterceptor
 
clientInitialValue - Variable in class org.ow2.bonita.facade.def.majorElement.impl.DataFieldDefinitionImpl
 
clientParameters - Variable in class org.ow2.bonita.facade.def.element.impl.ConnectorDefinitionImpl
 
clientParameters - Variable in class org.ow2.bonita.facade.def.element.impl.OutgoingEventDefinitionImpl
 
clientVariable - Variable in class org.ow2.bonita.facade.runtime.impl.VariableUpdateImpl
 
clientVariables - Variable in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
clientVariables - Variable in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
close() - Method in class org.ow2.bonita.env.Environment
closes the Environment by removing all its contexts.
close() - Method in class org.ow2.bonita.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close(Closeable) - Static method in class org.ow2.bonita.util.Misc
Equivalent to Misc.reflectClose(Object)
close(XMLEncoder) - Static method in class org.ow2.bonita.util.Misc
Equivalent to Misc.reflectClose(Object)
close(XMLDecoder) - Static method in class org.ow2.bonita.util.Misc
Equivalent to Misc.reflectClose(Object)
Command<T> - Interface in org.ow2.bonita.util
 
CommandAPI - Interface in org.ow2.bonita.facade
To allow developers to write and execute its own commands packaged within its application.
COMMANDAPI_JNDINAME - Static variable in class org.ow2.bonita.util.AccessorUtil
 
Comment - Interface in org.ow2.bonita.facade.runtime
 
commentFeed - Variable in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
CommentImpl - Class in org.ow2.bonita.facade.runtime.impl
 
CommentImpl() - Constructor for class org.ow2.bonita.facade.runtime.impl.CommentImpl
 
CommentImpl(String, String, ProcessInstanceUUID) - Constructor for class org.ow2.bonita.facade.runtime.impl.CommentImpl
 
CommentImpl(String, String, ActivityInstanceUUID) - Constructor for class org.ow2.bonita.facade.runtime.impl.CommentImpl
 
CommentImpl(Comment) - Constructor for class org.ow2.bonita.facade.runtime.impl.CommentImpl
 
commit() - Method in class org.ow2.bonita.identity.auth.BonitaIdentityLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class org.ow2.bonita.identity.auth.BonitaRemoteLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class org.ow2.bonita.identity.auth.LocalStorageLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class org.ow2.bonita.identity.auth.PlainLoginModule
Method to commit the authentication process (phase 2).
commit() - Method in class org.ow2.bonita.identity.auth.StorageLoginModule
 
compareTo(CaseImpl) - Method in class org.ow2.bonita.facade.runtime.impl.CaseImpl
 
compareTo(LabelImpl) - Method in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
Component - Class in org.ow2.bonita.connector.core.desc
 
Component() - Constructor for class org.ow2.bonita.connector.core.desc.Component
 
Component(String) - Constructor for class org.ow2.bonita.connector.core.desc.Component
 
componentsToString(Object[], boolean) - Static method in class org.ow2.bonita.util.Misc
Smart toString() implementation of arrays.
CompositeWidget - Class in org.ow2.bonita.connector.core.desc
 
CompositeWidget(String, Setter, List<Widget>) - Constructor for class org.ow2.bonita.connector.core.desc.CompositeWidget
 
CONDITION - Static variable in class org.ow2.bonita.building.XmlDef
 
condition - Variable in class org.ow2.bonita.facade.def.element.impl.ConnectorDefinitionImpl
 
condition - Variable in class org.ow2.bonita.facade.def.majorElement.impl.TransitionDefinitionImpl
 
CONNECTOR - Static variable in class org.ow2.bonita.building.XmlDef
 
Connector - Class in org.ow2.bonita.connector.core
The abstract class Connector is the superclass of all classes that represent connectors.
Connector() - Constructor for class org.ow2.bonita.connector.core.Connector
 
ConnectorBinding - Class in org.ow2.bonita.parsing.connector.binding
 
ConnectorBinding() - Constructor for class org.ow2.bonita.parsing.connector.binding.ConnectorBinding
 
ConnectorBinding - Class in org.ow2.bonita.parsing.def.binding
 
ConnectorBinding() - Constructor for class org.ow2.bonita.parsing.def.binding.ConnectorBinding
 
ConnectorDefinition - Interface in org.ow2.bonita.facade.def.element
Connector definition within Activity or ProcessInstance element.
ConnectorDefinitionImpl - Class in org.ow2.bonita.facade.def.element.impl
 
ConnectorDefinitionImpl() - Constructor for class org.ow2.bonita.facade.def.element.impl.ConnectorDefinitionImpl
 
ConnectorDefinitionImpl(String) - Constructor for class org.ow2.bonita.facade.def.element.impl.ConnectorDefinitionImpl
 
ConnectorDefinitionImpl(ConnectorDefinition) - Constructor for class org.ow2.bonita.facade.def.element.impl.ConnectorDefinitionImpl
 
ConnectorDescriptor - Class in org.ow2.bonita.connector.core.desc
 
ConnectorDescriptor() - Constructor for class org.ow2.bonita.connector.core.desc.ConnectorDescriptor
 
ConnectorDescriptor(String, String, ClassLoader) - Constructor for class org.ow2.bonita.connector.core.desc.ConnectorDescriptor
 
ConnectorDescriptor(String, List<Category>, String, List<Setter>, List<Getter>, List<Page>) - Constructor for class org.ow2.bonita.connector.core.desc.ConnectorDescriptor
 
ConnectorDescriptor(String, List<Category>, String, String, List<Setter>, List<Getter>, List<Page>) - Constructor for class org.ow2.bonita.connector.core.desc.ConnectorDescriptor
 
ConnectorDescriptorAPI - Class in org.ow2.bonita.connector.core
 
ConnectorDescriptorNotFoundException - Exception in org.ow2.bonita.connector.core.desc
 
ConnectorDescriptorNotFoundException(String, Throwable) - Constructor for exception org.ow2.bonita.connector.core.desc.ConnectorDescriptorNotFoundException
 
ConnectorDescriptorParser - Class in org.ow2.bonita.parsing.connector
 
ConnectorDescriptorParser() - Constructor for class org.ow2.bonita.parsing.connector.ConnectorDescriptorParser
 
ConnectorError - Class in org.ow2.bonita.connector.core
Describes what kind of Exception was raised on a field.
ConnectorError(String, Exception) - Constructor for class org.ow2.bonita.connector.core.ConnectorError
Default constructor.
ConnectorParameters - Class in org.ow2.bonita.facade.def.element.impl
 
ConnectorParameters() - Constructor for class org.ow2.bonita.facade.def.element.impl.ConnectorParameters
 
ConnectorParameters(String, List<Variable>) - Constructor for class org.ow2.bonita.facade.def.element.impl.ConnectorParameters
 
CONNECTORS - Static variable in class org.ow2.bonita.building.XmlDef
 
connectors - Variable in class org.ow2.bonita.facade.def.element.impl.IncomingEventDefinitionImpl
 
connectors - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
connectors - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
ConnectorValidator - Class in org.ow2.bonita.connector.core
 
contains(T) - Method in class org.ow2.bonita.util.Chainer
 
containsAGroovyExpression(String) - Static method in class org.ow2.bonita.util.Misc
 
containsErrors() - Method in class org.ow2.bonita.connector.core.Connector
Returns true if the Connector contains errors.
containsExtendedAttribute(Element, String) - Method in class org.ow2.bonita.parsing.xpdl.binding.MajorElementBinding
 
containsIterationDescriptor(IterationDescriptor) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
containsNode(String) - Method in class org.ow2.bonita.facade.def.element.impl.IterationDescriptor
 
content - Variable in class org.ow2.bonita.facade.runtime.impl.InitialAttachmentImpl
 
Context - Interface in org.ow2.bonita.env
A group of named objects in an Environment that have a similar lifespan.
Context - Enum in org.ow2.bonita.facade
 
CONTEXT - Static variable in class org.ow2.bonita.util.AccessorUtil
 
CONTEXTNAME_ENVIRONMENT - Static variable in interface org.ow2.bonita.env.Context
key of the block context in the environment
CONTEXTNAME_ENVIRONMENT_FACTORY - Static variable in interface org.ow2.bonita.env.Context
key of the environment-factory context in the environment
convert(Object) - Method in interface org.ow2.bonita.type.Converter
converts a given object to its persistable format.
Converter - Interface in org.ow2.bonita.type
 
converter - Variable in class org.ow2.bonita.type.Type
 
converter - Variable in class org.ow2.bonita.type.Variable
 
convertIfPossible(String, Object, String) - Static method in class org.ow2.bonita.util.Misc
 
convertToJavaIdentifier(String) - Static method in class org.ow2.bonita.util.Misc
 
copy(Set<String>) - Static method in class org.ow2.bonita.util.CopyTool
 
copy(List<String>) - Static method in class org.ow2.bonita.util.CopyTool
 
copy(Map<String, String>) - Static method in class org.ow2.bonita.util.CopyTool
 
copy(Date) - Static method in class org.ow2.bonita.util.CopyTool
 
copyMap(Map<String, Object[]>) - Static method in class org.ow2.bonita.util.CopyTool
 
copyProcessInstance(ProcessInstanceUUID, Map<String, Object>, Collection<InitialAttachment>) - Method in interface org.ow2.bonita.facade.internal.InternalRepairAPI
 
copyProcessInstance(ProcessInstanceUUID, Map<String, Object>, Collection<InitialAttachment>, Date) - Method in interface org.ow2.bonita.facade.internal.InternalRepairAPI
 
copyProcessInstance(ProcessInstanceUUID, Map<String, Object>, Collection<InitialAttachment>) - Method in interface org.ow2.bonita.facade.RepairAPI
Create a new instance based on an existing one, being able to set its variables values.
copyProcessInstance(ProcessInstanceUUID, Map<String, Object>, Collection<InitialAttachment>, Date) - Method in interface org.ow2.bonita.facade.RepairAPI
Create a new instance based on an existing one, being able to set its variables values.
copySer(Map<String, Serializable>) - Static method in class org.ow2.bonita.util.CopyTool
 
CopyTool - Class in org.ow2.bonita.util
 
CopyTool() - Constructor for class org.ow2.bonita.util.CopyTool
 
create() - Method in interface org.ow2.bonita.facade.ejb.ejb2.home.EJB2BAMAPIHome
 
create() - Method in interface org.ow2.bonita.facade.ejb.ejb2.home.EJB2CommandAPIHome
 
create() - Method in interface org.ow2.bonita.facade.ejb.ejb2.home.EJB2IdentityAPIHome
 
create() - Method in interface org.ow2.bonita.facade.ejb.ejb2.home.EJB2ManagementAPIHome
 
create() - Method in interface org.ow2.bonita.facade.ejb.ejb2.home.EJB2QueryDefinitionAPIHome
 
create() - Method in interface org.ow2.bonita.facade.ejb.ejb2.home.EJB2QueryRuntimeAPIHome
 
create() - Method in interface org.ow2.bonita.facade.ejb.ejb2.home.EJB2RepairAPIHome
 
create() - Method in interface org.ow2.bonita.facade.ejb.ejb2.home.EJB2RuntimeAPIHome
 
create() - Method in interface org.ow2.bonita.facade.ejb.ejb2.home.EJB2WebAPIHome
 
createAutomaticActivity(ProcessDefinitionUUID, String) - Static method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
createDocument() - Method in class org.ow2.bonita.building.XmlBuilder
Create the document
createDocumentBuilder(Parse) - Method in class org.ow2.bonita.util.xml.Parser
customizable creation of a new document builder.
createHumanActivity(ProcessDefinitionUUID, String, Set<String>) - Static method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
createNode(Node, String) - Method in class org.ow2.bonita.building.XmlBuilder
 
createNode(Node, String, Map<String, Serializable>) - Method in class org.ow2.bonita.building.XmlBuilder
 
createNode(Node, String, Serializable) - Method in class org.ow2.bonita.building.XmlBuilder
 
createNode(Node, String, Serializable, Map<String, Serializable>) - Method in class org.ow2.bonita.building.XmlBuilder
 
createParse() - Method in class org.ow2.bonita.util.xml.Parser
main method to start a new parse, check Parse for specifying input, executing the parse and extracting the results.
createProcess(String, String) - Static method in class org.ow2.bonita.util.ProcessBuilder
Creates a process definition with a unique name and a process version.
createProcessDefinition(ProcessDefinition) - Method in class org.ow2.bonita.building.XmlDefExporter
Create the document and root node
createProcessFromXmlDefFile(URL) - Static method in class org.ow2.bonita.util.ProcessBuilder
Creates a process definition using an XML process definition file.
createProcessFromXpdlFile(URL) - Static method in class org.ow2.bonita.util.ProcessBuilder
Creates a process definition using an XPDL file.
createReceiveEventActivity(ProcessDefinitionUUID, String, String, String) - Static method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
createRootNode(String) - Method in class org.ow2.bonita.building.XmlBuilder
 
createRootNode(String, Map<String, Serializable>) - Method in class org.ow2.bonita.building.XmlBuilder
 
createRootNode(String, Serializable) - Method in class org.ow2.bonita.building.XmlBuilder
 
createRootNode(String, Serializable, Map<String, Serializable>) - Method in class org.ow2.bonita.building.XmlBuilder
 
createRule(String, String, String, Set<E>, Rule.RuleType) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
createRule(String, String, String, Set<E>, Rule.RuleType) - Method in interface org.ow2.bonita.facade.ManagementAPI
The global policy is applied to all entities.
Rules apply conditions to the policy as they are applied to specific entities.
This method creates a rule identified by its name.
It means that the entities bound to this rule will NOT follow the global policy anymore.
createSendEventActivity(ProcessDefinitionUUID, String) - Static method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
createSubflowActivity(ProcessDefinitionUUID, String, String, String) - Static method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
createTempFile(String, String, File) - Static method in class org.ow2.bonita.util.Misc
Perform java.io.File.createTempFile with retries when it fail (limit of 10 retries) (Use to by-pass bug #6325169 on SUN JDK 1.5 on windows) Same parameters as File.createTempFile(String, String, File) method
createTimerActivity(ProcessDefinitionUUID, String, String) - Static method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
currentState - Variable in class org.ow2.bonita.facade.runtime.impl.InstanceStateUpdateImpl
 

D

data - Variable in class org.ow2.bonita.facade.def.element.impl.BusinessArchiveImpl.Resource
 
DATA_FIELD - Static variable in class org.ow2.bonita.building.XmlDef
 
DATA_FIELDS - Static variable in class org.ow2.bonita.building.XmlDef
 
DataFieldBinding - Class in org.ow2.bonita.parsing.def.binding
 
DataFieldBinding() - Constructor for class org.ow2.bonita.parsing.def.binding.DataFieldBinding
 
DataFieldBinding - Class in org.ow2.bonita.parsing.xpdl.binding
 
DataFieldBinding() - Constructor for class org.ow2.bonita.parsing.xpdl.binding.DataFieldBinding
 
DataFieldDefinition - Interface in org.ow2.bonita.facade.def.majorElement
This interface represents the DataField definition.
DataFieldDefinitionImpl - Class in org.ow2.bonita.facade.def.majorElement.impl
 
DataFieldDefinitionImpl() - Constructor for class org.ow2.bonita.facade.def.majorElement.impl.DataFieldDefinitionImpl
 
DataFieldDefinitionImpl(ProcessDefinitionUUID, String, String) - Constructor for class org.ow2.bonita.facade.def.majorElement.impl.DataFieldDefinitionImpl
 
DataFieldDefinitionImpl(ActivityDefinitionUUID, String, String) - Constructor for class org.ow2.bonita.facade.def.majorElement.impl.DataFieldDefinitionImpl
 
DataFieldDefinitionImpl(DataFieldDefinition) - Constructor for class org.ow2.bonita.facade.def.majorElement.impl.DataFieldDefinitionImpl
 
DataFieldDefinitionUUID - Class in org.ow2.bonita.facade.uuid
This class implements the UUID for DataFieldDefinition
DataFieldDefinitionUUID() - Constructor for class org.ow2.bonita.facade.uuid.DataFieldDefinitionUUID
 
DataFieldDefinitionUUID(DataFieldDefinitionUUID) - Constructor for class org.ow2.bonita.facade.uuid.DataFieldDefinitionUUID
 
DataFieldDefinitionUUID(String) - Constructor for class org.ow2.bonita.facade.uuid.DataFieldDefinitionUUID
 
DataFieldDefinitionUUID(ProcessDefinitionUUID, String) - Constructor for class org.ow2.bonita.facade.uuid.DataFieldDefinitionUUID
 
DataFieldDefinitionUUID(ActivityDefinitionUUID, String) - Constructor for class org.ow2.bonita.facade.uuid.DataFieldDefinitionUUID
 
DataFieldNotFoundException - Exception in org.ow2.bonita.facade.exception
Thrown by methods of the QueryDefinitionAPI if the dataField definition is not found.
DataFieldNotFoundException(String, String, ProcessDefinitionUUID) - Constructor for exception org.ow2.bonita.facade.exception.DataFieldNotFoundException
 
DataFieldNotFoundException(String, String, ActivityDefinitionUUID) - Constructor for exception org.ow2.bonita.facade.exception.DataFieldNotFoundException
 
DataFieldNotFoundException(String, DataFieldDefinitionUUID) - Constructor for exception org.ow2.bonita.facade.exception.DataFieldNotFoundException
 
DataFieldNotFoundException(DataFieldNotFoundException) - Constructor for exception org.ow2.bonita.facade.exception.DataFieldNotFoundException
 
dataFields - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
dataFields - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
DATATYPE_CLASSNAME - Static variable in class org.ow2.bonita.building.XmlDef
 
dataTypeClassName - Variable in class org.ow2.bonita.facade.def.majorElement.impl.DataFieldDefinitionImpl
 
date - Variable in class org.ow2.bonita.facade.runtime.impl.CommentImpl
 
date - Variable in class org.ow2.bonita.facade.runtime.impl.InstanceStateUpdateImpl
date at update
date - Variable in class org.ow2.bonita.facade.runtime.impl.UpdateImpl
 
date - Variable in class org.ow2.bonita.facade.runtime.impl.VariableUpdateImpl
 
DateUtil - Class in org.ow2.bonita.util
 
DAY - Static variable in class org.ow2.bonita.util.Misc
Number of milliseconds in a given day
dbid - Variable in class org.ow2.bonita.facade.def.element.impl.IncomingEventDefinitionImpl
 
dbid - Variable in class org.ow2.bonita.facade.def.element.impl.MetaDataImpl
 
dbid - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
dbid - Variable in class org.ow2.bonita.facade.identity.impl.RoleImpl
 
dbid - Variable in class org.ow2.bonita.facade.identity.impl.UserImpl
 
dbid - Variable in class org.ow2.bonita.facade.privilege.impl.RuleImpl
 
dbid - Variable in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
dbid - Variable in class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
dbid - Variable in class org.ow2.bonita.facade.runtime.impl.CaseImpl
 
dbid - Variable in class org.ow2.bonita.facade.runtime.impl.CommentImpl
 
dbid - Variable in class org.ow2.bonita.facade.runtime.impl.InstanceStateUpdateImpl
 
dbid - Variable in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
dbid - Variable in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
dbid - Variable in class org.ow2.bonita.facade.runtime.impl.UpdateImpl
 
dbid - Variable in class org.ow2.bonita.facade.runtime.impl.WebTemporaryTokenImpl
 
dbid - Variable in class org.ow2.bonita.facade.runtime.impl.WebUserImpl
 
dbid - Variable in class org.ow2.bonita.type.Variable
 
dbversion - Variable in class org.ow2.bonita.type.Variable
 
DEADLINE - Static variable in class org.ow2.bonita.building.XmlDef
 
DEADLINE_EVENT_PREFIX - Static variable in class org.ow2.bonita.util.BonitaConstants
 
DeadlineDefinition - Interface in org.ow2.bonita.facade.def.element
Deadline definition within Activity element.
DEADLINES - Static variable in class org.ow2.bonita.building.XmlDef
 
deadlines - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
DEBUG_OPTION_NAME - Static variable in class org.ow2.bonita.identity.auth.BonitaIdentityLoginModule
Property key for the debug flag.
DEBUG_OPTION_NAME - Static variable in class org.ow2.bonita.identity.auth.BonitaRemoteLoginModule
Property key for the debug flag.
DEBUG_OPTION_NAME - Static variable in class org.ow2.bonita.identity.auth.LocalStorageLoginModule
Property key for the debug flag.
DEBUG_OPTION_NAME - Static variable in class org.ow2.bonita.identity.auth.PlainLoginModule
Property key for the debug flag.
DECODE - Static variable in class org.ow2.bonita.util.Base64
Specify decoding.
decode(byte[], int, int, int) - Static method in class org.ow2.bonita.util.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.ow2.bonita.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class org.ow2.bonita.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeAndGather(String) - Method in class org.ow2.bonita.parsing.def.binding.ElementBinding
 
decodeFileToFile(String, String) - Static method in class org.ow2.bonita.util.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class org.ow2.bonita.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeToFile(String, String) - Static method in class org.ow2.bonita.util.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.ow2.bonita.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeToObject(String, int) - Static method in class org.ow2.bonita.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
deepToString(Object) - Static method in class org.ow2.bonita.util.Misc
 
DEFAULT_BINDINGS - Static variable in class org.ow2.bonita.parsing.connector.ConnectorDescriptorParser
 
DEFAULT_BINDINGS - Static variable in class org.ow2.bonita.parsing.def.XmlDefParser
 
DEFAULT_BINDINGS - Static variable in class org.ow2.bonita.parsing.xpdl.XpdlParser
 
DEFAULT_KEY - Static variable in class org.ow2.bonita.facade.APIConfig
This key is used internally for the binding.
DEFAULT_QUERIER - Static variable in interface org.ow2.bonita.facade.BAMAPI
 
DEFAULT_QUERIER - Static variable in interface org.ow2.bonita.facade.QueryRuntimeAPI
 
defineActivitiesContext() - Method in class org.ow2.bonita.connector.core.MultipleInstancesInstantiator
 
DEFINITIONAPI_JNDINAME - Static variable in class org.ow2.bonita.util.AccessorUtil
 
delete(Collection<ProcessDefinitionUUID>) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
delete(Collection<ProcessDefinitionUUID>) - Method in interface org.ow2.bonita.facade.ManagementAPI
Disable a collection of processUUIDs
deleteAllCases() - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
deleteAllCases() - Method in interface org.ow2.bonita.facade.WebAPI
 
deleteAllProcesses() - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
deleteAllProcesses() - Method in interface org.ow2.bonita.facade.ManagementAPI
Deletes from journal and history :
all processes all instances of these processes.
deleteAllProcessInstances(Collection<ProcessDefinitionUUID>) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
deleteAllProcessInstances(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
deleteAllProcessInstances(Collection<ProcessDefinitionUUID>) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Deletes all runtime objects for all instances created with the given process UUIDs collection and delete also all there recorded data from the journal.
deleteAllProcessInstances(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Deletes all runtime objects for all instances created with the given process UUID and delete also all there recorded data from the journal.
deleteAMetaData(String) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
deleteDir(File) - Static method in class org.ow2.bonita.util.Misc
 
deleteDir(File, int, long) - Static method in class org.ow2.bonita.util.Misc
 
deleteEvents(String, String, String, ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
deleteEvents(String, String, String, ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.RuntimeAPI
 
deleteFile(File, int, long) - Static method in class org.ow2.bonita.util.Misc
 
deleteMetaData(String) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
deleteMetaData(String) - Method in interface org.ow2.bonita.facade.ManagementAPI
Deletes a meta data.
deletePhantomCases() - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
deletePhantomCases() - Method in interface org.ow2.bonita.facade.WebAPI
 
deleteProcess(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
deleteProcess(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.ManagementAPI
Deletes from journal and history:
the process all instances of this process.
deleteProcessInstance(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
deleteProcessInstance(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Deletes all runtime objects for the process instance with the given instance UUID and delete also recorded data from the journal.
deleteProcessInstances(Collection<ProcessInstanceUUID>) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
deleteProcessInstances(Collection<ProcessInstanceUUID>) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Deletes for each given instance UUID, all runtime objects
deleteProcessMetaData(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
deleteProcessMetaData(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Deletes a process meta data.
deleteRule(String) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
deleteRule(String) - Method in interface org.ow2.bonita.facade.ManagementAPI
The global policy is applied to all entities.
Rules apply conditions to the policy as they are applied to specific entities.
This method deletes a rule identified by its name.
It means that the entities bound to this rule will then follow the global policy (unless they are bound to another rule).
deploy(BusinessArchive) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
deploy(BusinessArchive) - Method in interface org.ow2.bonita.facade.ManagementAPI
Deploys the given businessArchive into Bonita server.
deployedBy - Variable in class org.ow2.bonita.light.impl.LightProcessDefinitionImpl
 
deployedDate - Variable in class org.ow2.bonita.light.impl.LightProcessDefinitionImpl
 
deployJar(String, byte[]) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
deployJar(String, byte[]) - Method in interface org.ow2.bonita.facade.ManagementAPI
Deploys a JAR giving its bytes table.
DEPLOYMENT_IDPREFIX - Static variable in class org.ow2.bonita.util.CopyTool
 
DeploymentException - Exception in org.ow2.bonita.facade.exception
Thrown by the ManagementAPI if a failure during the deployment operation occured.
DeploymentException(String) - Constructor for exception org.ow2.bonita.facade.exception.DeploymentException
Constructs an DeploymentException with the specified detail message.
DeploymentException(String, Throwable) - Constructor for exception org.ow2.bonita.facade.exception.DeploymentException
Constructs a DeploymentException with the specified detail message and the throwable cause.
DeploymentException(String, Throwable, ProcessDefinitionUUID) - Constructor for exception org.ow2.bonita.facade.exception.DeploymentException
Constructs a DeploymentException with the specified detail message, the throwable cause and the process in fault.
DeploymentException(String, String) - Constructor for exception org.ow2.bonita.facade.exception.DeploymentException
Constructs a DeploymentException with the specified detail message and className parameter.
DeploymentException(String, String, ProcessDefinitionUUID) - Constructor for exception org.ow2.bonita.facade.exception.DeploymentException
Constructs a DeploymentException with the specified detail message and className, processDefinitionUUID parameters.
DESCRIPTION - Static variable in class org.ow2.bonita.building.XmlDef
 
description - Variable in class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
description - Variable in class org.ow2.bonita.facade.runtime.impl.InitialAttachmentImpl
 
description - Variable in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
DescriptionElement - Interface in org.ow2.bonita.facade.def.majorElement
DescriptionElement within a BPM Element
DescriptionElementImpl - Class in org.ow2.bonita.facade.def.majorElement.impl
 
DescriptionElementImpl() - Constructor for class org.ow2.bonita.facade.def.majorElement.impl.DescriptionElementImpl
 
DescriptionElementImpl(DescriptionElement) - Constructor for class org.ow2.bonita.facade.def.majorElement.impl.DescriptionElementImpl
 
deserialize(byte[]) - Static method in class org.ow2.bonita.util.Misc
 
destfile - Variable in class org.ow2.bonita.ant.tasks.GenerateBar
 
DESTINATION - Static variable in class org.ow2.bonita.building.XmlDef
 
destination - Variable in class org.ow2.bonita.facade.def.element.impl.SubflowParameterDefinitionImpl
 
disable(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
disable(Collection<ProcessDefinitionUUID>) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
disable(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.ManagementAPI
Disables a process.
disable(Collection<ProcessDefinitionUUID>) - Method in interface org.ow2.bonita.facade.ManagementAPI
Disable a collection of processUUIDs
displayOrder - Variable in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
document - Variable in class org.ow2.bonita.util.xml.Parse
 
documentBuilder - Variable in class org.ow2.bonita.util.xml.Parse
 
documentBuilderFactory - Variable in class org.ow2.bonita.util.xml.Parser
 
documentObject - Variable in class org.ow2.bonita.util.xml.Parse
 
done() - Method in class org.ow2.bonita.building.XmlBuilder
Build a XML form definition file.
done() - Method in class org.ow2.bonita.util.ProcessBuilder
Finishes the process definition.
DONT_BREAK_LINES - Static variable in class org.ow2.bonita.util.Base64
Don't break lines when encoding (violates strict Base64 specification)
DYNAMIC_DESCRIPTION - Static variable in class org.ow2.bonita.building.XmlDef
 
DYNAMIC_LABEL - Static variable in class org.ow2.bonita.building.XmlDef
 
dynamicDescription - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
dynamicDescription - Variable in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
dynamicLabel - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
dynamicLabel - Variable in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
dynamicLog(int, Level, String) - Static method in class org.ow2.bonita.util.Misc
Log a message to the logger of the caller at the given offset in the stack trace.

E

editableCSSStyleName - Variable in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
EJB2APIAccessorImpl - Class in org.ow2.bonita.facade.ejb.ejb2
 
EJB2APIAccessorImpl(Hashtable<String, String>) - Constructor for class org.ow2.bonita.facade.ejb.ejb2.EJB2APIAccessorImpl
 
EJB2BAMAPI - Interface in org.ow2.bonita.facade.ejb.ejb2.api
 
EJB2BAMAPIHome - Interface in org.ow2.bonita.facade.ejb.ejb2.home
 
EJB2CommandAPI - Interface in org.ow2.bonita.facade.ejb.ejb2.api
 
EJB2CommandAPIHome - Interface in org.ow2.bonita.facade.ejb.ejb2.home
 
EJB2IdentityAPI - Interface in org.ow2.bonita.facade.ejb.ejb2.api
 
EJB2IdentityAPIHome - Interface in org.ow2.bonita.facade.ejb.ejb2.home
 
EJB2ManagementAPI - Interface in org.ow2.bonita.facade.ejb.ejb2.api
 
EJB2ManagementAPIHome - Interface in org.ow2.bonita.facade.ejb.ejb2.home
 
EJB2QueryAPIAccessorImpl - Class in org.ow2.bonita.facade.ejb.ejb2
 
EJB2QueryAPIAccessorImpl(Hashtable<String, String>) - Constructor for class org.ow2.bonita.facade.ejb.ejb2.EJB2QueryAPIAccessorImpl
 
EJB2QueryDefinitionAPI - Interface in org.ow2.bonita.facade.ejb.ejb2.api
 
EJB2QueryDefinitionAPIHome - Interface in org.ow2.bonita.facade.ejb.ejb2.home
 
EJB2QueryRuntimeAPI - Interface in org.ow2.bonita.facade.ejb.ejb2.api
 
EJB2QueryRuntimeAPIHome - Interface in org.ow2.bonita.facade.ejb.ejb2.home
 
EJB2RepairAPI - Interface in org.ow2.bonita.facade.ejb.ejb2.api
 
EJB2RepairAPIHome - Interface in org.ow2.bonita.facade.ejb.ejb2.home
 
EJB2RuntimeAPI - Interface in org.ow2.bonita.facade.ejb.ejb2.api
 
EJB2RuntimeAPIHome - Interface in org.ow2.bonita.facade.ejb.ejb2.home
 
EJB2WebAPI - Interface in org.ow2.bonita.facade.ejb.ejb2.api
 
EJB2WebAPIHome - Interface in org.ow2.bonita.facade.ejb.ejb2.home
 
EJB3APIAccessorImpl - Class in org.ow2.bonita.facade.ejb.ejb3
 
EJB3APIAccessorImpl(Hashtable<String, String>) - Constructor for class org.ow2.bonita.facade.ejb.ejb3.EJB3APIAccessorImpl
 
EJB3QueryAPIAccessorImpl - Class in org.ow2.bonita.facade.ejb.ejb3
 
EJB3QueryAPIAccessorImpl(Hashtable<String, String>) - Constructor for class org.ow2.bonita.facade.ejb.ejb3.EJB3QueryAPIAccessorImpl
 
EJBCommandAPIInterceptor - Class in org.ow2.bonita.facade.interceptor
 
EJBCommandAPIInterceptor(CommandAPI) - Constructor for class org.ow2.bonita.facade.interceptor.EJBCommandAPIInterceptor
 
element(Element, String) - Static method in class org.ow2.bonita.util.xml.XmlUtil
 
element(Element) - Static method in class org.ow2.bonita.util.xml.XmlUtil
 
ElementBinding - Class in org.ow2.bonita.parsing.def.binding
 
ElementBinding(String) - Constructor for class org.ow2.bonita.parsing.def.binding.ElementBinding
 
elements(Element, String) - Static method in class org.ow2.bonita.util.xml.XmlUtil
 
elements(Element, Set<String>) - Static method in class org.ow2.bonita.util.xml.XmlUtil
 
elements(Element) - Static method in class org.ow2.bonita.util.xml.XmlUtil
 
elements(Element, String, String) - Static method in class org.ow2.bonita.util.xml.XmlUtil
 
elementsQName(Element, Set<QName>) - Static method in class org.ow2.bonita.util.xml.XmlUtil
 
email - Variable in class org.ow2.bonita.facade.identity.impl.UserImpl
 
enable(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
enable(Collection<ProcessDefinitionUUID>) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
enable(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.ManagementAPI
Enable a process.
enable(Collection<ProcessDefinitionUUID>) - Method in interface org.ow2.bonita.facade.ManagementAPI
Disable a collection of processUUIDs
enableEventsInFailure(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
enableEventsInFailure(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
enableEventsInFailure(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.RuntimeAPI
 
enableEventsInFailure(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.RuntimeAPI
 
enablePermanentEventInFailure(ActivityDefinitionUUID) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
enablePermanentEventInFailure(ActivityDefinitionUUID) - Method in interface org.ow2.bonita.facade.RuntimeAPI
 
ENCODE - Static variable in class org.ow2.bonita.util.Base64
Specify encoding.
encodeBytes(byte[]) - Static method in class org.ow2.bonita.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.ow2.bonita.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.ow2.bonita.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.ow2.bonita.util.Base64
Encodes a byte array into Base64 notation.
encodeFileToFile(String, String) - Static method in class org.ow2.bonita.util.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class org.ow2.bonita.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class org.ow2.bonita.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.ow2.bonita.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class org.ow2.bonita.util.Base64
Convenience method for encoding data to a file.
END_DELIMITER - Static variable in class org.ow2.bonita.util.GroovyExpression
 
endedBy - Variable in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
endedBy - Variable in class org.ow2.bonita.light.impl.LightProcessInstanceImpl
 
endedDate - Variable in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
endedDate - Variable in class org.ow2.bonita.light.impl.LightProcessInstanceImpl
 
entities - Variable in class org.ow2.bonita.facade.privilege.impl.RuleImpl
 
entities - Variable in class org.ow2.bonita.util.xml.Parser
 
Entity - Interface in org.ow2.bonita.util.xml
used by Parser to implement EntityResolver for entity resolving.
entryNodes - Variable in class org.ow2.bonita.facade.def.element.impl.IterationDescriptor
 
entrySet() - Method in class org.ow2.bonita.util.WeakValueMap
 
Enumeration - Class in org.ow2.bonita.connector.core.desc
 
Enumeration(String, Setter, Map<String, String>, int[], int, Enumeration.Selection) - Constructor for class org.ow2.bonita.connector.core.desc.Enumeration
 
Enumeration.Selection - Enum in org.ow2.bonita.connector.core.desc
 
ENUMERATION_VALUE - Static variable in class org.ow2.bonita.building.XmlDef
 
ENUMERATION_VALUES - Static variable in class org.ow2.bonita.building.XmlDef
 
enumerationValues - Variable in class org.ow2.bonita.facade.def.majorElement.impl.DataFieldDefinitionImpl
 
Environment - Class in org.ow2.bonita.env
maintains contextual information for a thread in a set of Contexts.
Environment() - Constructor for class org.ow2.bonita.env.Environment
 
ENVIRONMENT_PROPERTY - Static variable in class org.ow2.bonita.util.BonitaConstants
 
equals(Object) - Method in class org.ow2.bonita.connector.core.ConnectorError
Compares this object against the specified object.
equals(Object) - Method in class org.ow2.bonita.connector.core.desc.Array
 
equals(Object) - Method in class org.ow2.bonita.connector.core.desc.Category
 
equals(Object) - Method in class org.ow2.bonita.connector.core.desc.Checkbox
 
equals(Object) - Method in class org.ow2.bonita.connector.core.desc.Component
 
equals(Object) - Method in class org.ow2.bonita.connector.core.desc.Enumeration
 
equals(Object) - Method in class org.ow2.bonita.connector.core.desc.Group
 
equals(Object) - Method in class org.ow2.bonita.connector.core.desc.Option
 
equals(Object) - Method in class org.ow2.bonita.connector.core.desc.Password
 
equals(Object) - Method in class org.ow2.bonita.connector.core.desc.Radio
 
equals(Object) - Method in class org.ow2.bonita.connector.core.desc.Select
 
equals(Object) - Method in class org.ow2.bonita.connector.core.desc.SimpleList
 
equals(Object) - Method in class org.ow2.bonita.connector.core.desc.Text
 
equals(Object) - Method in class org.ow2.bonita.connector.core.desc.Textarea
 
equals(Object) - Method in class org.ow2.bonita.connector.core.desc.Widget
 
equals(Object) - Method in class org.ow2.bonita.facade.def.element.impl.IterationDescriptor
 
equals(Object) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
equals(Object) - Method in class org.ow2.bonita.facade.def.majorElement.impl.DataFieldDefinitionImpl
 
equals(Object) - Method in class org.ow2.bonita.facade.runtime.impl.CaseImpl
 
equals(Object) - Method in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
equals(Object) - Method in class org.ow2.bonita.facade.runtime.impl.ObjectVariable
 
equals(Object) - Method in class org.ow2.bonita.facade.uuid.AbstractUUID
 
equals(Object) - Method in class org.ow2.bonita.light.impl.LightProcessDefinitionImpl
 
equals(Object) - Method in class org.ow2.bonita.light.impl.LightProcessInstanceImpl
 
error(SAXParseException) - Method in class org.ow2.bonita.util.xml.Parse
part of ErrorHandler to capture XML parsing problems.
errorMessageAttribute(Element, String, String, String) - Static method in class org.ow2.bonita.util.xml.XmlUtil
 
evaluate(Map<String, Boolean>) - Method in class org.ow2.bonita.expression.ExpressionEvaluator
 
evaluateGroovyExpression(String, ProcessInstanceUUID, boolean) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
evaluateGroovyExpression(String, ProcessInstanceUUID, Map<String, Object>, boolean) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
evaluateGroovyExpression(String, ActivityInstanceUUID, boolean, boolean) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
evaluateGroovyExpression(String, ActivityInstanceUUID, Map<String, Object>, boolean, boolean) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
evaluateGroovyExpression(String, ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
evaluateGroovyExpression(String, ProcessDefinitionUUID, Map<String, Object>) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
evaluateGroovyExpression(String, ProcessInstanceUUID, boolean) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Evaluates an expression using Groovy.
evaluateGroovyExpression(String, ProcessInstanceUUID, Map<String, Object>, boolean) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Evaluates an expression using Groovy.
evaluateGroovyExpression(String, ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Evaluates an expression using Groovy.
evaluateGroovyExpression(String, ProcessDefinitionUUID, Map<String, Object>) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Evaluates an expression using Groovy.
evaluateGroovyExpression(String, ActivityInstanceUUID, boolean, boolean) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Evaluates an expression using Groovy.
evaluateGroovyExpression(String, ActivityInstanceUUID, Map<String, Object>, boolean, boolean) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Evaluates an expression using Groovy.
evaluateLoopConditionBeforeExecution() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Checks whether the loop condition is evaluated before the activity creation ("while" loop) or after the activity execution ("until" loop)
evaluateLoopConditionBeforeExecution() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
EVENT - Static variable in class org.ow2.bonita.building.XmlDef
 
event - Variable in class org.ow2.bonita.facade.def.element.impl.ConnectorDefinitionImpl
 
ExceptionManager - Class in org.ow2.bonita.util
 
exceptions - Variable in class org.ow2.bonita.facade.privilege.impl.RuleImpl
 
execute() - Method in class org.ow2.bonita.ant.tasks.BonitaJava
 
execute() - Method in class org.ow2.bonita.ant.tasks.BonitaJEE
 
execute() - Method in class org.ow2.bonita.ant.tasks.GenerateBar
 
execute() - Method in class org.ow2.bonita.connector.core.Connector
Execute the content of the Connector.
execute(APIAccessor, ActivityInstance) - Method in class org.ow2.bonita.connector.core.Connector
 
execute(QueryAPIAccessor, ProcessInstanceUUID, String, String) - Method in class org.ow2.bonita.connector.core.MultiInstantiator
 
execute(QueryAPIAccessor, ActivityInstance) - Method in interface org.ow2.bonita.definition.Hook
Method of the interface to be implemented.
Put in all your required user-defined operations.
execute(QueryAPIAccessor, ProcessInstanceUUID, String, String) - Method in interface org.ow2.bonita.definition.MultiInstantiator
Method of the interface to be implemented.
Put in all your required user-defined operations.
execute(APIAccessor, ActivityInstance) - Method in interface org.ow2.bonita.definition.TxHook
Method of the interface to be implemented.
Put in all your required user-defined operations.
execute(Command<T>) - Method in interface org.ow2.bonita.facade.CommandAPI
Executes a command deployed at common level or one available in bonita distribution.
execute(Command<T>, ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.CommandAPI
Executes a command deployed at package level.
execute(Environment) - Method in class org.ow2.bonita.facade.ejb.SerializedCommand
 
execute(Command<T>) - Method in class org.ow2.bonita.facade.interceptor.EJBCommandAPIInterceptor
 
execute(Command<T>, ProcessDefinitionUUID) - Method in class org.ow2.bonita.facade.interceptor.EJBCommandAPIInterceptor
 
execute(Command<T>) - Method in interface org.ow2.bonita.facade.internal.InternalCommandAPI
 
execute(Command<T>, ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.internal.InternalCommandAPI
 
execute(Environment) - Method in class org.ow2.bonita.facade.runtime.command.GetProcessInstancesActivitiesCommand
 
execute(Environment) - Method in class org.ow2.bonita.facade.runtime.command.WebDeleteAllProcessesCommand
 
execute(Environment) - Method in class org.ow2.bonita.facade.runtime.command.WebDeleteAllProcessInstancesCommand
 
execute(Environment) - Method in class org.ow2.bonita.facade.runtime.command.WebDeleteProcessCommand
 
execute(Environment) - Method in class org.ow2.bonita.facade.runtime.command.WebDeleteProcessesCommand
 
execute(Environment) - Method in class org.ow2.bonita.facade.runtime.command.WebDeleteProcessInstancesCommand
 
execute(Environment) - Method in class org.ow2.bonita.facade.runtime.command.WebGetStartableProcessesCommand
 
execute(Environment) - Method in class org.ow2.bonita.facade.runtime.command.WebUpdateLabelCommand
 
execute(Environment) - Method in interface org.ow2.bonita.util.Command
 
execute() - Method in class org.ow2.bonita.util.xml.Parse
perform the actual parse operation with the specified input source.
execute(Parse) - Method in class org.ow2.bonita.util.xml.Parser
customizable parse execution
executeConnector() - Method in class org.ow2.bonita.connector.core.Connector
Execute the specific content of the Connector.
executeConnector() - Method in class org.ow2.bonita.connector.core.Filter
 
executeConnector() - Method in class org.ow2.bonita.connector.core.MultiInstantiator
 
executeConnector() - Method in class org.ow2.bonita.connector.core.MultipleInstancesInstantiator
 
executeConnector() - Method in class org.ow2.bonita.connector.core.MultipleInstancesJoinChecker
 
executeConnector() - Method in class org.ow2.bonita.connector.core.RoleResolver
 
executeConnector(String, Map<String, Object[]>) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
executeConnector(String, Map<String, Object[]>, ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
executeConnector(String, Map<String, Object[]>, ClassLoader) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
executeConnector(String, Map<String, Object[]>) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Executes a Connector.
executeConnector(String, Map<String, Object[]>, ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Executes a Connector.
executeConnector(String, Map<String, Object[]>, ClassLoader) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Executes a Connector.
executeFilter(String, Map<String, Object[]>, Set<String>) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
executeFilter(String, Map<String, Object[]>, Set<String>, ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
executeFilter(String, Map<String, Object[]>, Set<String>, ClassLoader) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
executeFilter(String, Map<String, Object[]>, Set<String>) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Executes a Filter.
executeFilter(String, Map<String, Object[]>, Set<String>, ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Executes a Filter.
executeFilter(String, Map<String, Object[]>, Set<String>, ClassLoader) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Executes a Filter.
executeRoleResolver(String, Map<String, Object[]>, ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
executeRoleResolver(String, Map<String, Object[]>) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
executeRoleResolver(String, Map<String, Object[]>, ClassLoader) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
executeRoleResolver(String, Map<String, Object[]>) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Executes a RoleResolver.
executeRoleResolver(String, Map<String, Object[]>, ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Executes a RoleResolver.
executeRoleResolver(String, Map<String, Object[]>, ClassLoader) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Executes a RoleResolver.
executeTask(ActivityInstanceUUID, boolean) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
executeTask(ActivityInstanceUUID, boolean) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Executes the given task.
EXECUTING_TIME - Static variable in class org.ow2.bonita.building.XmlDef
 
executingTime - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
exitNodes - Variable in class org.ow2.bonita.facade.def.element.impl.IterationDescriptor
 
expectedEndDate - Variable in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
EXPRESSION - Static variable in class org.ow2.bonita.building.XmlDef
 
expression - Variable in class org.ow2.bonita.facade.def.element.impl.IncomingEventDefinitionImpl
 
ExpressionEvaluationException - Exception in org.ow2.bonita.facade.exception
Thrown when an error occurs during the evaluation of an expression into the condition of a transition.
ExpressionEvaluationException(Exception) - Constructor for exception org.ow2.bonita.facade.exception.ExpressionEvaluationException
 
ExpressionEvaluator - Class in org.ow2.bonita.expression
 
ExpressionEvaluator(String) - Constructor for class org.ow2.bonita.expression.ExpressionEvaluator
 

F

fatalError(SAXParseException) - Method in class org.ow2.bonita.util.xml.Parse
part of ErrorHandler to capture XML parsing problems.
fieldExists(Class<? extends Connector>, String) - Static method in class org.ow2.bonita.connector.core.Connector
Checks whether the given field name belongs to an existing connector field
file - Variable in class org.ow2.bonita.util.stream.FileStreamSource
 
FILE_NAME - Static variable in class org.ow2.bonita.building.XmlDef
 
FILE_PATH - Static variable in class org.ow2.bonita.building.XmlDef
 
fileName - Variable in class org.ow2.bonita.facade.def.element.impl.AttachmentDefinitionImpl
 
fileName - Variable in class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
fileName - Variable in class org.ow2.bonita.facade.runtime.impl.InitialAttachmentImpl
 
filePath - Variable in class org.ow2.bonita.facade.def.element.impl.AttachmentDefinitionImpl
 
filePath - Variable in class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
fileSets - Variable in class org.ow2.bonita.ant.tasks.GenerateBar
 
FileStreamSource - Class in org.ow2.bonita.util.stream
 
FileStreamSource(File) - Constructor for class org.ow2.bonita.util.stream.FileStreamSource
 
FILTER - Static variable in class org.ow2.bonita.building.XmlDef
 
Filter - Class in org.ow2.bonita.connector.core
A Filter chooses candidates among members.
Filter() - Constructor for class org.ow2.bonita.connector.core.Filter
 
filter - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
FilterDefinition - Interface in org.ow2.bonita.facade.def.element
Filter definition within Activity element.
findAllInterfaces(Class<?>) - Static method in class org.ow2.bonita.util.Misc
Return the list of Class objects representing all interfaces a given class implements.
findAllSuperTypes(Class<?>) - Static method in class org.ow2.bonita.util.Misc
Return the list of Class objects representing all super type a given class implements.
findAllTypes(Class<?>) - Static method in class org.ow2.bonita.util.Misc
Return the list of Class objects representing every types a given class implements.
findConstructorClassArgs(Class<?>[], Class<?>) - Static method in class org.ow2.bonita.util.Misc
Return the Class[] array representing the types a constructor take as parameters.
findIterations(ProcessDefinitionImpl) - Static method in class org.ow2.bonita.util.IterationDetection
Find cycles in the InternalProcess and add the required structures to handle iterations
findMethodClassArgs(Class<?>[], Class<?>, String) - Static method in class org.ow2.bonita.util.Misc
Return the Class[] array representing the types a given method take as parameters.
findNull(Object...) - Static method in class org.ow2.bonita.util.Misc
Find null parameters in the given list.
findObject(Class<T>) - Method in class org.ow2.bonita.util.xml.Parse
search a contextual object in the stack by type.
findTypeByMatch(String, Object) - Method in interface org.ow2.bonita.type.VariableTypeResolver
 
findTypeByName(String) - Method in interface org.ow2.bonita.type.VariableTypeResolver
 
finishTask(ActivityInstanceUUID, boolean) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
finishTask(ActivityInstanceUUID, boolean) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Finishes the task.
firstName - Variable in class org.ow2.bonita.facade.identity.impl.UserImpl
 
flushBase64() - Method in class org.ow2.bonita.util.Base64.OutputStream
Method added by PHIL.
format() - Method in enum org.ow2.bonita.facade.def.element.HookDefinition.Event
Formats the event name i.e.
format(Date) - Static method in class org.ow2.bonita.util.DateUtil
 
format(LogRecord) - Method in class org.ow2.bonita.util.TraceFormatter
 
formatDelay(long) - Static method in class org.ow2.bonita.util.Misc
Format a delay.
formatDelay(double) - Static method in class org.ow2.bonita.util.Misc
Equivalent to Misc.formatDelay(long).
FROM - Static variable in class org.ow2.bonita.building.XmlDef
 
from - Variable in class org.ow2.bonita.facade.def.majorElement.impl.TransitionDefinitionImpl
 

G

GenerateBar - Class in org.ow2.bonita.ant.tasks
 
GenerateBar() - Constructor for class org.ow2.bonita.ant.tasks.GenerateBar
 
generateBusinessArchiveFile(File, ProcessDefinition, Map<String, byte[]>, Class<?>...) - Static method in class org.ow2.bonita.util.BusinessArchiveFactory
 
generateBusinessArchiveFile(File, BusinessArchive) - Static method in class org.ow2.bonita.util.BusinessArchiveFactory
 
generateJar(Class<?>...) - Static method in class org.ow2.bonita.util.Misc
 
generateJar(Map<String, byte[]>) - Static method in class org.ow2.bonita.util.Misc
 
generateTemporaryToken(String) - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
generateTemporaryToken(String) - Method in interface org.ow2.bonita.facade.WebAPI
 
get(Set<String>, int) - Method in class org.ow2.bonita.connector.core.Mapper
 
get(String) - Method in interface org.ow2.bonita.env.Context
 
get(Class<T>) - Method in interface org.ow2.bonita.env.Context
 
get(String) - Method in class org.ow2.bonita.env.Environment
searches a named object in all the contexts in the default search order.
get(String, String[]) - Method in class org.ow2.bonita.env.Environment
searches a named object in all the contexts in the given search order.
get(Class<T>) - Method in class org.ow2.bonita.env.Environment
searches an object based on type.
get(Class<T>, String[]) - Method in class org.ow2.bonita.env.Environment
searches an object based on type.
get(int) - Method in class org.ow2.bonita.util.Chainer
 
get(Field, Object) - Static method in class org.ow2.bonita.util.ReflectUtil
 
get(Object) - Method in class org.ow2.bonita.util.WeakValueMap
 
getActivities() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
getActivities() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Gets the process activities.
getActivities() - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
getActivities(String) - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
getActivities(String) - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
 
getActivities() - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
 
getActivitiesContext() - Method in class org.ow2.bonita.connector.core.MultipleInstancesInstantiator
 
getActivity(String) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
getActivity(String) - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Returns the activity with the given name.
getActivity(String, String, String) - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
getActivity(ActivityInstanceUUID) - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
getActivity(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
 
getActivity(String, String, String) - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
 
getActivityDataField(ActivityDefinitionUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getActivityDataField(ActivityDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the DataField definition that has been defined as local to the given activity for the given activityDefinition UUID and dataField name.
getActivityDataFields(ActivityDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getActivityDataFields(ActivityDefinitionUUID) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of dataField definitions that have been defined as local to the given activity for the given activityDefinition UUID.
getActivityDefinitionUUID() - Method in class org.ow2.bonita.facade.uuid.ActivityInstanceUUID
 
getActivityDefinitionUUID() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
getActivityDefinitionUUID() - Method in interface org.ow2.bonita.light.LightActivityInstance
 
getActivityDescription() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
getActivityDescription() - Method in interface org.ow2.bonita.light.LightActivityInstance
 
getActivityId() - Method in class org.ow2.bonita.connector.core.MultiInstantiator
 
getActivityId() - Method in exception org.ow2.bonita.facade.exception.ActivityDefNotFoundException
 
getActivityId() - Method in exception org.ow2.bonita.facade.exception.ActivityNotFoundException
 
getActivityId() - Method in exception org.ow2.bonita.facade.exception.VariableNotFoundException
 
getActivityInstance(ActivityInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getActivityInstance(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns the record of the activity with the given activity UUID.
getActivityInstanceCommentFeed(ActivityInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getActivityInstanceCommentFeed(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains the comments of an activity.
getActivityInstanceId() - Method in class org.ow2.bonita.facade.uuid.ActivityInstanceUUID
 
getActivityInstanceId() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
getActivityInstanceId() - Method in interface org.ow2.bonita.light.LightActivityInstance
Returns the activity instance id of this activity (in case of multi instantiation)
getActivityInstances(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getActivityInstances(ProcessInstanceUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getActivityInstances(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns all records of activity for the given process instance UUID.
getActivityInstances(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns records for all iterations and multi-instantiations that should append for the given process instance UUID and activity Id.
An empty set is returned if no instance is found.
getActivityInstanceState(ActivityInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getActivityInstanceState(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Gets the activity state of the activity according to its UUID
getActivityInstanceUUID() - Method in exception org.ow2.bonita.facade.exception.IllegalTaskStateException
 
getActivityInstanceUUID() - Method in exception org.ow2.bonita.facade.exception.TaskNotFoundException
 
getActivityInstanceUUID() - Method in exception org.ow2.bonita.facade.exception.UnAuthorizedUserException
 
getActivityInstanceVariable(ActivityInstanceUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getActivityInstanceVariable(ActivityInstanceUUID, String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains a variable defined as local to the activity for the given activity UUID and variable name.
getActivityInstanceVariables(ActivityInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getActivityInstanceVariables(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains the variables defined as local to the activity for the given activity UUID.
An empty map is returned if no variable is found.
getActivityLabel() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
getActivityLabel() - Method in interface org.ow2.bonita.light.LightActivityInstance
 
getActivityName() - Method in class org.ow2.bonita.connector.core.MultipleInstances
 
getActivityName() - Method in class org.ow2.bonita.facade.uuid.ActivityDefinitionUUID
 
getActivityName() - Method in class org.ow2.bonita.facade.uuid.ActivityInstanceUUID
 
getActivityName() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
getActivityName() - Method in interface org.ow2.bonita.light.LightActivityInstance
Returns the value of the id attribute of the Activity element defined into the XPDL file.
getActivityPriority(int) - Static method in class org.ow2.bonita.util.Misc
 
getActivityPriority(int, Locale) - Static method in class org.ow2.bonita.util.Misc
 
getActivityState() - Method in class org.ow2.bonita.facade.runtime.impl.UpdateImpl
 
getActivityState() - Method in interface org.ow2.bonita.facade.runtime.Update
Returns the state at assignment.
getActivitytInstanceUUID() - Method in class org.ow2.bonita.connector.core.ProcessConnector
 
getActivityUUID() - Method in exception org.ow2.bonita.facade.exception.ActivityDefNotFoundException
 
getActivityUUID() - Method in exception org.ow2.bonita.facade.exception.ActivityNotFoundException
 
getActivityUUID() - Method in exception org.ow2.bonita.facade.exception.DataFieldNotFoundException
 
getActivityUUID() - Method in exception org.ow2.bonita.facade.exception.VariableNotFoundException
 
getActivityUUID() - Method in interface org.ow2.bonita.facade.runtime.Comment
 
getActivityUUID() - Method in class org.ow2.bonita.facade.runtime.impl.CommentImpl
 
getAllApplicableRules(String) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
getAllApplicableRules(String) - Method in interface org.ow2.bonita.facade.ManagementAPI
 
getAllContentFrom(File) - Static method in class org.ow2.bonita.util.Misc
Equivalent to getAllContentFrom(new FileInputStream(file));
getAllContentFrom(InputSource) - Static method in class org.ow2.bonita.util.Misc
Equivalent to getAllContentFrom(source.getByteStream(source));
getAllContentFrom(URL) - Static method in class org.ow2.bonita.util.Misc
Return the whole underlying stream content into a single String.
getAllContentFrom(InputStream) - Static method in class org.ow2.bonita.util.Misc
Return the whole underlying stream content into a single String.
getAllLightProcessesExcept(Set<ProcessDefinitionUUID>, int, int, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getAllLightProcessesExcept(Set<ProcessDefinitionUUID>, int, int) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns all the light-weight process definitions except those for which processDefinition UUID is specified.
getAllStates() - Static method in enum org.ow2.bonita.facade.runtime.ActivityState
 
getAMetaData(String) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
getAMetaData(String) - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Gets a meta-data of the process according to its key.
getAPIAccessor(Hashtable<String, String>) - Static method in class org.ow2.bonita.util.AccessorUtil
 
getAPIAccessor() - Static method in class org.ow2.bonita.util.AccessorUtil
To get the APIAccessor interface.
getApplicableRules(String, Rule.RuleType) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
getApplicableRules(String, Rule.RuleType) - Method in interface org.ow2.bonita.facade.ManagementAPI
 
getApplicationAccessName() - Method in class org.ow2.bonita.env.Environment
 
getAsList() - Method in class org.ow2.bonita.util.Chainer
 
getAssignedUserId() - Method in interface org.ow2.bonita.facade.runtime.AssignUpdate
Returns the assigned user Id .
getAssignedUserId() - Method in class org.ow2.bonita.facade.runtime.impl.AssignUpdateImpl
 
getAssignUpdates() - Method in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
getAssignUpdates() - Method in interface org.ow2.bonita.facade.runtime.TaskInstance
Returns the list of recorded assign changes.
getAttachment(String) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
getAttachment(String) - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Gets an attachment of the process according to its name
getAttachmentCategories(ProcessDefinitionUUID) - Static method in class org.ow2.bonita.util.Misc
 
getAttachmentCategories(ProcessInstanceUUID) - Static method in class org.ow2.bonita.util.Misc
 
getAttachmentDefinition(ProcessDefinitionUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getAttachmentDefinition(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Gets the attachment definition of a process given by its definition UUID and the attachment name.
getAttachmentDefinitions(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getAttachmentDefinitions(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Gets the attachment definitions of a process given by its definition UUID.
getAttachmentIndexName(String, Date) - Static method in class org.ow2.bonita.util.Misc
 
getAttachmentName(String) - Static method in class org.ow2.bonita.util.Misc
 
getAttachmentNames(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getAttachmentNames(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains the process attachment names.
getAttachments() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
getAttachments() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Gets the attachments of the process
getAttachments(ProcessInstanceUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getAttachments(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains versions of a process attachment according to its UUID and the attachment name.
getAttachments() - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
getAttachments(String) - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
getAttachments() - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
 
getAttachments(String) - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
 
getAttachmentValue(AttachmentInstance, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getAttachmentValue(AttachmentInstance) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Gets the content of an attachment instance as a byte array.
getAuthor() - Method in interface org.ow2.bonita.facade.runtime.AttachmentInstance
 
getAuthor() - Method in class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
getAvailableJars() - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
getAvailableJars() - Method in interface org.ow2.bonita.facade.ManagementAPI
Gets the name of all available JARs.
getBAMAPI() - Method in class org.ow2.bonita.facade.ejb.ejb2.EJB2QueryAPIAccessorImpl
 
getBAMAPI(String) - Method in class org.ow2.bonita.facade.ejb.ejb2.EJB2QueryAPIAccessorImpl
 
getBAMAPI() - Method in class org.ow2.bonita.facade.ejb.ejb3.EJB3QueryAPIAccessorImpl
 
getBAMAPI(String) - Method in class org.ow2.bonita.facade.ejb.ejb3.EJB3QueryAPIAccessorImpl
 
getBAMAPI() - Method in class org.ow2.bonita.facade.impl.StandardQueryAPIAccessorImpl
 
getBAMAPI(String) - Method in class org.ow2.bonita.facade.impl.StandardQueryAPIAccessorImpl
 
getBAMAPI() - Method in interface org.ow2.bonita.facade.internal.InternalQueryAPIAccessor
 
getBAMAPI() - Method in interface org.ow2.bonita.facade.QueryAPIAccessor
 
getBAMAPI(String) - Method in interface org.ow2.bonita.facade.QueryAPIAccessor
 
getBAMAPI() - Static method in class org.ow2.bonita.util.AccessorUtil
 
getBAMAPI(String) - Static method in class org.ow2.bonita.util.AccessorUtil
 
getBeginningOfTheDay(Date) - Static method in class org.ow2.bonita.util.DateUtil
 
getBinding(Element) - Method in class org.ow2.bonita.util.xml.Bindings
get a binding for the given element and category.
getBinding(Element, String) - Method in class org.ow2.bonita.util.xml.Bindings
get a binding for the given element and category.
getBinding(Element, List<Binding>) - Method in class org.ow2.bonita.util.xml.Bindings
 
getBinding(Element) - Method in class org.ow2.bonita.util.xml.Parser
the handler for the given element
getBinding(Element, String) - Method in class org.ow2.bonita.util.xml.Parser
the handler for the given element limited to a given category
getBindings() - Method in class org.ow2.bonita.util.xml.Parser
the handlers for specific element types
getBusinessArchive(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getBusinessArchive(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the businessArchive used to deploy the corresponding process.
getBusinessArchive(URL) - Static method in class org.ow2.bonita.util.BusinessArchiveFactory
 
getBusinessArchive(Map<String, byte[]>) - Static method in class org.ow2.bonita.util.BusinessArchiveFactory
 
getBusinessArchive(Map<String, byte[]>, boolean) - Static method in class org.ow2.bonita.util.BusinessArchiveFactory
 
getBusinessArchive(File) - Static method in class org.ow2.bonita.util.BusinessArchiveFactory
 
getBusinessArchive(File, boolean) - Static method in class org.ow2.bonita.util.BusinessArchiveFactory
 
getBusinessArchive(ProcessDefinition, Class<?>...) - Static method in class org.ow2.bonita.util.BusinessArchiveFactory
 
getBusinessArchive(ProcessDefinition, Map<String, byte[]>, Class<?>...) - Static method in class org.ow2.bonita.util.BusinessArchiveFactory
 
getBusinessArchiveCategories(ProcessDefinitionUUID) - Static method in class org.ow2.bonita.util.Misc
 
getCaller(int) - Static method in class org.ow2.bonita.util.Misc
Return the StackTraceElement at the given offset from this method invocation.
getCallerId() - Static method in class org.ow2.bonita.identity.auth.SecurityContext
 
getCandidates() - Method in class org.ow2.bonita.connector.core.Filter
 
getCandidates(Set<String>) - Method in class org.ow2.bonita.connector.core.Filter
 
getCandidates(Set<String>) - Method in class org.ow2.bonita.connector.core.PerformerAssignFilter
 
getCandidates() - Method in interface org.ow2.bonita.facade.runtime.AssignUpdate
Returns the set of candidates.
getCandidates() - Method in class org.ow2.bonita.facade.runtime.impl.AssignUpdateImpl
 
getCaseLabels(String, ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
getCaseLabels(String, ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.WebAPI
 
getCases(String, Set<String>) - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
getCases(String, Set<String>) - Method in interface org.ow2.bonita.facade.WebAPI
 
getCasesLabels(String, Set<ProcessInstanceUUID>) - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
getCasesLabels(String, Set<ProcessInstanceUUID>) - Method in interface org.ow2.bonita.facade.WebAPI
 
getCasesNumber(String, Collection<String>, int) - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
getCasesNumber(String, Collection<String>) - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
getCasesNumber(String, String, Collection<String>, int) - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
getCasesNumber(String, Collection<String>, int) - Method in interface org.ow2.bonita.facade.WebAPI
 
getCasesNumber(String, Collection<String>) - Method in interface org.ow2.bonita.facade.WebAPI
 
getCasesNumber(String, String, Collection<String>, int) - Method in interface org.ow2.bonita.facade.WebAPI
 
getCategories() - Method in class org.ow2.bonita.connector.core.desc.ConnectorDescriptor
 
getCategory() - Method in interface org.ow2.bonita.util.xml.Binding
 
getCategory() - Method in class org.ow2.bonita.util.xml.TagBinding
 
getCause() - Method in class org.ow2.bonita.util.xml.Problem
 
getChainOf(List<T>) - Static method in class org.ow2.bonita.util.Misc
Return a proxy that forward void-method invocations to each object specified in the list elements.
getChildrenInstanceUUID() - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
getChildrenInstanceUUID() - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
If this instance is a parent execution, it returns UUID of children instances otherwise an empty set
getChildTextContent(Element, String) - Method in class org.ow2.bonita.parsing.def.binding.ElementBinding
 
getChildTextContent(Element, String) - Method in class org.ow2.bonita.parsing.xpdl.binding.MajorElementBinding
 
getClassData(Class<?>) - Static method in class org.ow2.bonita.util.ClassDataTool
 
getClassDependencies() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Gets the class names which depend on this activity.
getClassDependencies() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getClassDependencies() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
getClassDependencies() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Returns class dependencies (java classes used by connectors).
getClasses(Class<?>...) - Static method in class org.ow2.bonita.util.ClassDataTool
 
getClassLoader() - Method in class org.ow2.bonita.env.Environment
 
getClassLoader(ProcessDefinitionUUID) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
getClassLoader() - Method in class org.ow2.bonita.type.Variable
 
getClassLoader() - Method in class org.ow2.bonita.util.xml.Parse
the ClassLoader used to resolve input resources.
getClassName() - Method in interface org.ow2.bonita.facade.def.element.ConnectorDefinition
Gets the class name of the connector.
getClassName() - Method in class org.ow2.bonita.facade.def.element.impl.ConnectorDefinitionImpl
 
getClassName() - Method in exception org.ow2.bonita.facade.exception.DeploymentException
 
getClassName() - Method in class org.ow2.bonita.util.ClassDataTool.MyVisitor
 
getClientAPI(Class<T>, Object) - Static method in class org.ow2.bonita.util.AccessorProxyUtil
 
getClientAPI(Class<T>, Object, String) - Static method in class org.ow2.bonita.util.AccessorProxyUtil
 
getClientParameters() - Method in class org.ow2.bonita.facade.def.element.impl.ConnectorDefinitionImpl
 
getClientParameters() - Method in class org.ow2.bonita.facade.def.element.impl.OutgoingEventDefinitionImpl
 
getCols() - Method in class org.ow2.bonita.connector.core.desc.Array
 
getColsCaptions() - Method in class org.ow2.bonita.connector.core.desc.Array
 
getColumn() - Method in class org.ow2.bonita.util.xml.Problem
 
getColumns() - Method in class org.ow2.bonita.connector.core.desc.Textarea
 
getCommandAPI() - Method in interface org.ow2.bonita.facade.APIAccessor
 
getCommandAPI() - Method in class org.ow2.bonita.facade.ejb.ejb2.EJB2APIAccessorImpl
 
getCommandAPI() - Method in class org.ow2.bonita.facade.ejb.ejb3.EJB3APIAccessorImpl
 
getCommandAPI() - Method in class org.ow2.bonita.facade.impl.StandardAPIAccessorImpl
 
getCommandAPI() - Method in interface org.ow2.bonita.facade.internal.InternalAPIAccessor
To get the CommandAPI interface.
getCommandAPI() - Static method in class org.ow2.bonita.util.AccessorUtil
To get the CommandAPI interface.
getCommentFeed(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getCommentFeed(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains all the comments (activity and process) of a ProcessInstance.
getCommentFeed() - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
getCommentFeed() - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
 
getCondition() - Method in interface org.ow2.bonita.facade.def.element.DeadlineDefinition
Gets the deadline condition
getCondition() - Method in class org.ow2.bonita.facade.def.element.impl.ConnectorDefinitionImpl
 
getCondition() - Method in class org.ow2.bonita.facade.def.majorElement.impl.TransitionDefinitionImpl
 
getCondition() - Method in interface org.ow2.bonita.facade.def.majorElement.TransitionDefinition
Returns the condition.
getConnectorId() - Method in class org.ow2.bonita.connector.core.desc.ConnectorDescriptor
 
getConnectors() - Method in class org.ow2.bonita.facade.def.element.impl.IncomingEventDefinitionImpl
 
getConnectors() - Method in interface org.ow2.bonita.facade.def.element.IncomingEventDefinition
Obtains the connector list to execute
getConnectors() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Hooks are user defined logic that can be triggered at some points of the life of the activity.
Those points are: taskOnReady taskOnStart taskOnFinish
If the activity has startMode=Manual then these points of the life of the activity is synchronized with ones of the task.
getConnectors() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getConnectors() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
getConnectors() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Obtains process connectors.
getConstructor(Class<T>, Class<?>[]) - Static method in class org.ow2.bonita.util.ReflectUtil
 
getContent() - Method in class org.ow2.bonita.facade.runtime.impl.InitialAttachmentImpl
 
getContent() - Method in interface org.ow2.bonita.facade.runtime.InitialAttachment
 
getContentText(Element) - Static method in class org.ow2.bonita.util.xml.XmlUtil
 
getContext(String) - Method in class org.ow2.bonita.env.Environment
 
getContextType() - Method in class org.ow2.bonita.facade.APIConfig
 
getConverter() - Method in class org.ow2.bonita.type.Type
 
getConverter() - Method in class org.ow2.bonita.type.Variable
 
getCreatedDate() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
getCreatedDate() - Method in interface org.ow2.bonita.light.LightTaskInstance
Returns the date recorded when the task is created.
getCurrent() - Static method in class org.ow2.bonita.env.Environment
gets the most inner open environment.
getCurrentState() - Method in exception org.ow2.bonita.facade.exception.IllegalTaskStateException
 
getCurrentThreadStackTrace() - Static method in class org.ow2.bonita.util.Misc
 
getCycleNodes() - Method in class org.ow2.bonita.facade.def.element.impl.IterationDescriptor
 
getData() - Method in class org.ow2.bonita.facade.def.element.impl.BusinessArchiveImpl.Resource
 
getDatafield(String) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
getDatafield(String) - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Gets a dataField according to its name
getDataFieldId() - Method in exception org.ow2.bonita.facade.exception.DataFieldNotFoundException
 
getDatafieldName() - Method in class org.ow2.bonita.facade.uuid.DataFieldDefinitionUUID
 
getDataFields() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Bonita engine allows to specify dataFields for activities.
getDataFields() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getDataFields() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
getDataFields() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Gets process dataFields.
getDataFieldUUID() - Method in exception org.ow2.bonita.facade.exception.DataFieldNotFoundException
 
getDataTypeClassName() - Method in interface org.ow2.bonita.facade.def.majorElement.DataFieldDefinition
Returns the class name of data type.
getDataTypeClassName() - Method in class org.ow2.bonita.facade.def.majorElement.impl.DataFieldDefinitionImpl
 
getDate() - Method in interface org.ow2.bonita.facade.runtime.Comment
 
getDate() - Method in class org.ow2.bonita.facade.runtime.impl.CommentImpl
 
getDate() - Method in class org.ow2.bonita.facade.runtime.impl.VariableUpdateImpl
 
getDate() - Method in interface org.ow2.bonita.facade.runtime.VariableUpdate
Returns the date of the variable updating.
getDate(long) - Static method in class org.ow2.bonita.util.Misc
 
getDbid() - Method in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
getDeadlines() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Deadlines are used to execute a specified java class upon the expiration of a specified period of time.
getDeadlines() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getDefaultPolicy() - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
getDefaultPolicy() - Method in interface org.ow2.bonita.facade.ManagementAPI
Get the default policy.
PrivilegePolicy.ALLOW_BY_DEFAULT: Means that by default all entities are allowed to act on everything.
getDeployedBy() - Method in class org.ow2.bonita.light.impl.LightProcessDefinitionImpl
 
getDeployedBy() - Method in interface org.ow2.bonita.light.LightProcessDefinition
 
getDeployedDate() - Method in class org.ow2.bonita.light.impl.LightProcessDefinitionImpl
 
getDeployedDate() - Method in interface org.ow2.bonita.light.LightProcessDefinition
 
getDescription() - Method in interface org.ow2.bonita.facade.def.majorElement.DescriptionElement
Obtains the description of the element
getDescription() - Method in class org.ow2.bonita.facade.def.majorElement.impl.DescriptionElementImpl
 
getDescription() - Method in interface org.ow2.bonita.facade.runtime.AttachmentInstance
 
getDescription() - Method in class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
getDescription() - Method in class org.ow2.bonita.facade.runtime.impl.InitialAttachmentImpl
 
getDescription() - Method in interface org.ow2.bonita.facade.runtime.InitialAttachment
 
getDescriptor() - Method in class org.ow2.bonita.connector.core.MultiInstantiator
 
getDestination() - Method in class org.ow2.bonita.facade.def.element.impl.SubflowParameterDefinitionImpl
 
getDestination() - Method in interface org.ow2.bonita.facade.def.element.SubflowParameterDefinition
Gets the name of the destination process.
getDisplayOrder() - Method in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
getDisplayOrder() - Method in interface org.ow2.bonita.facade.runtime.Label
 
getDocument() - Method in class org.ow2.bonita.util.xml.Parse
the Document Object Model (DOM).
getDocumentBuilderFactory() - Method in class org.ow2.bonita.parsing.connector.ConnectorDescriptorParser
 
getDocumentBuilderFactory() - Method in class org.ow2.bonita.parsing.def.XmlDefParser
 
getDocumentBuilderFactory() - Method in class org.ow2.bonita.parsing.xpdl.XpdlParser
 
getDocumentBuilderFactory() - Method in class org.ow2.bonita.util.xml.Parser
getter with lazy initialization of the document builder factory.
getDocumentObject() - Method in class org.ow2.bonita.util.xml.Parse
the result of this parse operation.
getDynamicDescription() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Gets the dynamic description expression.
getDynamicDescription() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getDynamicDescription() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
getDynamicDescription() - Method in interface org.ow2.bonita.light.LightActivityInstance
Returns the evaluated dynamic description based on corresponding ActivityDefinition dynamic description.
getDynamicLabel() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Gets the dynamic label expression.
getDynamicLabel() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getDynamicLabel() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
getDynamicLabel() - Method in interface org.ow2.bonita.light.LightActivityInstance
Returns the evaluated dynamic label based on corresponding ActivityDefinition dynamic label.
getEditableCSSStyleName() - Method in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
getEditableCSSStyleName() - Method in interface org.ow2.bonita.facade.runtime.Label
 
getEmail() - Method in class org.ow2.bonita.facade.identity.impl.UserImpl
 
getEmail() - Method in interface org.ow2.bonita.facade.identity.User
 
getEndedBy() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
getEndedBy() - Method in class org.ow2.bonita.light.impl.LightProcessInstanceImpl
 
getEndedBy() - Method in interface org.ow2.bonita.light.LightProcessInstance
Returns the user finishing the instance of the workflow process.
getEndedBy() - Method in interface org.ow2.bonita.light.LightTaskInstance
Returns the user finishing the activity.
getEndedDate() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
getEndedDate() - Method in class org.ow2.bonita.light.impl.LightProcessInstanceImpl
 
getEndedDate() - Method in interface org.ow2.bonita.light.LightActivityInstance
Returns the date recorded after the activity is finished.
getEndedDate() - Method in interface org.ow2.bonita.light.LightProcessInstance
Returns the date recorded when the instance is finished.
getEntities() - Method in class org.ow2.bonita.facade.privilege.impl.RuleImpl
 
getEntities() - Method in interface org.ow2.bonita.facade.privilege.Rule
 
getEntryNodes() - Method in class org.ow2.bonita.facade.def.element.impl.IterationDescriptor
 
getEnumerationValues() - Method in interface org.ow2.bonita.facade.def.majorElement.DataFieldDefinition
Returns either the enumerations values or null
getEnumerationValues() - Method in class org.ow2.bonita.facade.def.majorElement.impl.DataFieldDefinitionImpl
 
getEnumValue(Class<T>, String, T) - Method in class org.ow2.bonita.parsing.def.binding.ElementBinding
 
getEnumValue(Class<T>, String, T) - Method in class org.ow2.bonita.parsing.xpdl.binding.MajorElementBinding
 
getError() - Method in class org.ow2.bonita.connector.core.ConnectorError
Returns the field exception.
getEvent() - Method in interface org.ow2.bonita.facade.def.element.HookDefinition
Gets the Hook event.
getEvent() - Method in class org.ow2.bonita.facade.def.element.impl.ConnectorDefinitionImpl
 
getExceptionThrown() - Method in interface org.ow2.bonita.facade.runtime.HookInstance
Get the recorded exception thrown by the hook.
getExecutingTime() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Gets the time that this activity should be executed.
getExecutingTime() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getExitNodes() - Method in class org.ow2.bonita.facade.def.element.impl.IterationDescriptor
 
getExpectedEndDate() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
getExpectedEndDate() - Method in interface org.ow2.bonita.light.LightActivityInstance
 
getExpectedStates() - Method in exception org.ow2.bonita.facade.exception.IllegalTaskStateException
 
getExpirationDate() - Method in class org.ow2.bonita.facade.runtime.impl.WebTemporaryTokenImpl
 
getExpirationDate() - Method in interface org.ow2.bonita.facade.runtime.WebTemporaryToken
 
getExpression() - Method in exception org.ow2.bonita.expression.InvalidExpressionException
 
getExpression() - Method in class org.ow2.bonita.facade.def.element.impl.IncomingEventDefinitionImpl
 
getExpression() - Method in interface org.ow2.bonita.facade.def.element.IncomingEventDefinition
Gets the expression.
getExtendedAttribute(Element, String) - Method in class org.ow2.bonita.parsing.xpdl.binding.MajorElementBinding
 
getExtendedAttributes(Element, String) - Method in class org.ow2.bonita.parsing.xpdl.binding.MajorElementBinding
 
getField(Class<? extends Connector>, String) - Static method in class org.ow2.bonita.connector.core.Connector
Returns the Field given by its Class and its name.
getField() - Method in class org.ow2.bonita.connector.core.ConnectorError
Returns the field name.
getField(Class<?>, String) - Static method in class org.ow2.bonita.util.ReflectUtil
 
getFieldName(String) - Static method in class org.ow2.bonita.connector.core.Connector
Gives the field name from its method name.
getFile(File, byte[]) - Static method in class org.ow2.bonita.util.Misc
 
getFileName() - Method in interface org.ow2.bonita.facade.def.element.AttachmentDefinition
Obtains the file name
getFileName() - Method in class org.ow2.bonita.facade.def.element.impl.AttachmentDefinitionImpl
 
getFileName() - Method in interface org.ow2.bonita.facade.runtime.AttachmentInstance
 
getFileName() - Method in class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
getFileName() - Method in class org.ow2.bonita.facade.runtime.impl.InitialAttachmentImpl
 
getFileName() - Method in interface org.ow2.bonita.facade.runtime.InitialAttachment
 
getFilePath() - Method in interface org.ow2.bonita.facade.def.element.AttachmentDefinition
Obtains the file path
getFilePath() - Method in class org.ow2.bonita.facade.def.element.impl.AttachmentDefinitionImpl
 
getFilePath() - Method in interface org.ow2.bonita.facade.runtime.AttachmentInstance
Deprecated. 
getFilePath() - Method in class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
getFilter() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Performer assignment allows to perform various assignment rules within the task module.
All the users defined into the role type can see and execute this one.
getFilter() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getFinalActivities() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
getFinalActivities() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Gets the final activities.
getFinalState() - Method in class org.ow2.bonita.facade.runtime.impl.StateUpdateImpl
 
getFinishedDate() - Method in interface org.ow2.bonita.facade.runtime.HookInstance
Returns the date recorded when the hook is finished.
getFirstName() - Method in class org.ow2.bonita.facade.identity.impl.UserImpl
 
getFirstName() - Method in interface org.ow2.bonita.facade.identity.User
 
getForbidden() - Method in class org.ow2.bonita.connector.core.desc.Setter
 
getFrom() - Method in class org.ow2.bonita.facade.def.majorElement.impl.TransitionDefinitionImpl
 
getFrom() - Method in interface org.ow2.bonita.facade.def.majorElement.TransitionDefinition
Returns the activity from which the transition goes out.
getFromCurrent(Class<T>) - Static method in class org.ow2.bonita.env.Environment
 
getFromCurrent(Class<T>, boolean) - Static method in class org.ow2.bonita.env.Environment
 
getFromCurrent(String) - Static method in class org.ow2.bonita.env.Environment
 
getFromCurrent(String, boolean) - Static method in class org.ow2.bonita.env.Environment
 
getFullMessage(String, Object...) - Method in class org.ow2.bonita.util.ExceptionManager
 
getGenericFullName(Class<?>) - Static method in class org.ow2.bonita.util.Misc
Return the generic name of a given class.
getGetterName(String) - Static method in class org.ow2.bonita.connector.core.Connector
 
getGetterReturnType(Class<? extends Connector>, String) - Static method in class org.ow2.bonita.connector.core.Connector
 
getGetters() - Method in class org.ow2.bonita.connector.core.Connector
Obtains the getter list of the connector
getGlobalClassDataCategories() - Static method in class org.ow2.bonita.util.Misc
 
getGroovyExpressionEndIndex(String) - Static method in class org.ow2.bonita.util.Misc
 
getHostName() - Static method in class org.ow2.bonita.util.Misc
 
getHumanReadableId(String) - Static method in class org.ow2.bonita.util.Misc
Generates a human readable id prefixed by the given String.
getHumanReadableId() - Static method in class org.ow2.bonita.util.Misc
Generates a human readable id as a long.
getIcon() - Method in class org.ow2.bonita.connector.core.desc.Category
 
getIcon() - Method in class org.ow2.bonita.connector.core.desc.ConnectorDescriptor
 
getIconCSSStyle() - Method in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
getIconCSSStyle() - Method in interface org.ow2.bonita.facade.runtime.Label
 
getIconPath() - Method in class org.ow2.bonita.connector.core.desc.Category
 
getId() - Method in class org.ow2.bonita.facade.identity.impl.RoleImpl
Deprecated. 
getId() - Method in class org.ow2.bonita.facade.identity.impl.UserImpl
Deprecated. 
getId() - Method in interface org.ow2.bonita.facade.identity.Role
Deprecated. 
getId() - Method in interface org.ow2.bonita.facade.identity.User
Deprecated. 
getId() - Method in class org.ow2.bonita.facade.privilege.impl.RuleImpl
 
getId() - Method in interface org.ow2.bonita.facade.privilege.Rule
 
getId(Element) - Method in class org.ow2.bonita.parsing.xpdl.binding.MajorElementBinding
 
getIdentityAPI() - Method in interface org.ow2.bonita.facade.APIAccessor
 
getIdentityAPI() - Method in class org.ow2.bonita.facade.ejb.ejb2.EJB2APIAccessorImpl
 
getIdentityAPI() - Method in class org.ow2.bonita.facade.ejb.ejb3.EJB3APIAccessorImpl
 
getIdentityAPI() - Method in class org.ow2.bonita.facade.impl.StandardAPIAccessorImpl
 
getIdentityAPI() - Method in interface org.ow2.bonita.facade.internal.InternalAPIAccessor
To get the IdentityAPI interface.
getIdentityAPI() - Static method in class org.ow2.bonita.util.AccessorUtil
To get the IdentityAPI interface.
getIdentityKey() - Method in class org.ow2.bonita.facade.runtime.impl.WebTemporaryTokenImpl
 
getIdentityKey() - Method in interface org.ow2.bonita.facade.runtime.WebTemporaryToken
 
getIdentityKeyFromTemporaryToken(String) - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
getIdentityKeyFromTemporaryToken(String) - Method in interface org.ow2.bonita.facade.WebAPI
 
getIdMessage(String) - Method in class org.ow2.bonita.util.ExceptionManager
 
getIncomingEvent() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Gets the incoming event or null
getIncomingEvent() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getIncomingTransitions() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Gets the incoming transitions of the activity.
getIncomingTransitions(String) - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Gets an incoming transition according to its name.
getIncomingTransitions() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getIncomingTransitions(String) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getInitialActivities() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
getInitialActivities() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Gets the initial activities.
getInitialInstanceState() - Method in class org.ow2.bonita.facade.runtime.impl.InstanceStateUpdateImpl
 
getInitialInstanceState() - Method in interface org.ow2.bonita.facade.runtime.InstanceStateUpdate
Returns the initial state.
getInitialState() - Method in class org.ow2.bonita.facade.runtime.impl.StateUpdateImpl
 
getInitialState() - Method in interface org.ow2.bonita.facade.runtime.StateUpdate
Returns the initial state.
getInitialValue() - Method in interface org.ow2.bonita.facade.def.majorElement.DataFieldDefinition
Returns either the initial value of the dataField or null if the initial value is a scripting or an enumeration one.
getInitialValue() - Method in class org.ow2.bonita.facade.def.majorElement.impl.DataFieldDefinitionImpl
 
getInitialVariables() - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
getInitialVariableValue(String) - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
getInitialVariableValue(String) - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
Returns the value of the variable with the specified key recorded at the instance creation.
getInitialVariableValues() - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
getInitialVariableValues() - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
Returns all global variables (for the process instance) defined within the xml definition file and also optionally added as parameter (variable map) of the instantiateProcess() method.
getInputs() - Method in class org.ow2.bonita.connector.core.desc.ConnectorDescriptor
 
getInputSource() - Method in interface org.ow2.bonita.util.xml.Entity
 
getInputSource(Parse) - Method in class org.ow2.bonita.util.xml.Parser
customizable extraction of the inputSource from the given parse.
getInputSource() - Method in class org.ow2.bonita.util.xml.UrlEntity
 
getInstance() - Static method in class org.ow2.bonita.building.XmlDefExporter
 
getInstance() - Static method in class org.ow2.bonita.util.ExceptionManager
 
getInstanceNb() - Method in class org.ow2.bonita.facade.uuid.ProcessInstanceUUID
 
getInstanceState() - Method in class org.ow2.bonita.facade.runtime.impl.InstanceStateUpdateImpl
 
getInstanceState() - Method in interface org.ow2.bonita.facade.runtime.InstanceStateUpdate
Returns the state at assignment.
getInstanceState() - Method in class org.ow2.bonita.light.impl.LightProcessInstanceImpl
 
getInstanceState() - Method in interface org.ow2.bonita.light.LightProcessInstance
Returns the current instance state.
getInstanceStateUpdates() - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
getInstanceStateUpdates() - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
Returns the list of recorded state changes.
getInstanceUUID() - Method in exception org.ow2.bonita.facade.exception.ActivityNotFoundException
 
getInstanceUUID() - Method in exception org.ow2.bonita.facade.exception.InstanceNotFoundException
 
getInstanceUUID() - Method in exception org.ow2.bonita.facade.exception.UnAuthorizedUserException
 
getInstanceUUID() - Method in exception org.ow2.bonita.facade.exception.VariableNotFoundException
 
getInstanceUUID() - Method in interface org.ow2.bonita.facade.runtime.Comment
 
getInstanceUUID() - Method in class org.ow2.bonita.facade.runtime.impl.CommentImpl
 
getInterfaces() - Method in class org.ow2.bonita.util.ClassDataTool.MyVisitor
 
getInvolvedUsers() - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
getInvolvedUsers() - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
 
getItems() - Method in class org.ow2.bonita.facade.privilege.impl.RuleImpl
 
getItems() - Method in interface org.ow2.bonita.facade.privilege.Rule
 
getIterationDescriptors() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
getIterationDescriptors(String) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
getIterationDescriptors() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Gets the iteration descriptors.
getIterationDescriptors(String) - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Gets iteration descriptors according to the activity name
getIterationId() - Method in class org.ow2.bonita.connector.core.MultiInstantiator
 
getIterationId() - Method in class org.ow2.bonita.connector.core.MultipleInstances
 
getIterationId() - Method in exception org.ow2.bonita.facade.exception.ActivityNotFoundException
 
getIterationId() - Method in class org.ow2.bonita.facade.uuid.ActivityInstanceUUID
 
getIterationId() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
getIterationId() - Method in interface org.ow2.bonita.light.LightActivityInstance
Returns the iteration id of this activity
getJarEntries(JarInputStream, String) - Static method in class org.ow2.bonita.util.Misc
 
getJarEntries(String, byte[]) - Static method in class org.ow2.bonita.util.Misc
 
getJarFiles() - Method in interface org.ow2.bonita.facade.def.element.BusinessArchive
Obtains all JAR files containing in the business archive.
For each JAR file, the name and the content are returned
getJarFiles() - Method in class org.ow2.bonita.facade.def.element.impl.BusinessArchiveImpl
 
getJoinNumber() - Method in class org.ow2.bonita.connector.core.MultiInstantiator
 
getJoinNumber() - Method in class org.ow2.bonita.definition.MultiInstantiatorDescriptor
 
getJoinType() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Returns Join Type definition.
getJoinType() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getKey() - Method in class org.ow2.bonita.facade.def.element.impl.MetaDataImpl
 
getKey() - Method in interface org.ow2.bonita.facade.def.element.MetaData
Gets the meta-data key
getKey() - Method in class org.ow2.bonita.type.Variable
 
getLabel() - Method in class org.ow2.bonita.connector.core.desc.Option
 
getLabel() - Method in class org.ow2.bonita.facade.def.majorElement.impl.NamedElementImpl
 
getLabel() - Method in interface org.ow2.bonita.facade.def.majorElement.NamedElement
Gets the label of the element.
getLabel() - Method in class org.ow2.bonita.facade.identity.impl.RoleImpl
 
getLabel(String, String) - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
getLabel() - Method in class org.ow2.bonita.facade.privilege.impl.RuleImpl
 
getLabel() - Method in interface org.ow2.bonita.facade.runtime.AttachmentInstance
 
getLabel() - Method in class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
getLabel() - Method in class org.ow2.bonita.facade.runtime.impl.CaseImpl
 
getLabel() - Method in class org.ow2.bonita.facade.runtime.impl.InitialAttachmentImpl
 
getLabel() - Method in interface org.ow2.bonita.facade.runtime.InitialAttachment
 
getLabel(String, String) - Method in interface org.ow2.bonita.facade.WebAPI
 
getLabelId() - Method in class org.ow2.bonita.connector.core.desc.Component
 
getLabelName() - Method in interface org.ow2.bonita.facade.runtime.Case
 
getLabelName() - Method in class org.ow2.bonita.facade.runtime.impl.CaseImpl
 
getLabelName() - Method in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
getLabelName() - Method in interface org.ow2.bonita.facade.runtime.Label
 
getLabels(String) - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
getLabels(String, Set<String>) - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
getLabels(String) - Method in interface org.ow2.bonita.facade.WebAPI
 
getLabels(String, Set<String>) - Method in interface org.ow2.bonita.facade.WebAPI
 
getLastAccessDate() - Method in class org.ow2.bonita.facade.runtime.impl.WebUserImpl
 
getLastAccessDate() - Method in interface org.ow2.bonita.facade.runtime.WebUser
 
getLastAssignUpdate() - Method in interface org.ow2.bonita.facade.runtime.ActivityInstance
 
getLastAssignUpdate() - Method in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
getLastAttachment(ProcessInstanceUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLastAttachment(ProcessInstanceUUID, String, Date, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLastAttachment(ProcessInstanceUUID, String, ActivityInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLastAttachment(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains the last attachment of a process according to its UUID and the attachment name.
getLastAttachment(ProcessInstanceUUID, String, Date) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains the last version of a process attachment created before the given date.
getLastAttachment(ProcessInstanceUUID, String, ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains the last version of a process attachment created before an activity end.
getLastAttachments(ProcessInstanceUUID, Set<String>, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLastAttachments(ProcessInstanceUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLastAttachments(ProcessInstanceUUID, Set<String>) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains for each attachment (given by its name) the its last version for a process instance
getLastAttachments(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains the last versions of some process attachments (the attachment name should match with the regular expression)
getLastKnownVariableValues() - Method in interface org.ow2.bonita.facade.runtime.ActivityInstance
Returns the map containing all variables with the last updated value.
getLastKnownVariableValues() - Method in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
getLastKnownVariableValues() - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
getLastKnownVariableValues() - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
Returns the map containing all variables with the last updated value.
getLastName() - Method in class org.ow2.bonita.facade.identity.impl.UserImpl
 
getLastName() - Method in interface org.ow2.bonita.facade.identity.User
 
getLastProcess(String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getLastProcess(String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the process definition of the last deployed process of the given process name.
getLastStateUpdate() - Method in interface org.ow2.bonita.facade.runtime.ActivityInstance
Returns the last state update.
getLastStateUpdate() - Method in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
getLastUpdate() - Method in interface org.ow2.bonita.facade.runtime.Case
 
getLastUpdate() - Method in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
getLastUpdate() - Method in class org.ow2.bonita.facade.runtime.impl.CaseImpl
 
getLastUpdate() - Method in class org.ow2.bonita.light.impl.LightProcessInstanceImpl
 
getLastUpdate() - Method in interface org.ow2.bonita.light.LightProcessInstance
 
getLastUpdateDate() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
getLastUpdateDate() - Method in interface org.ow2.bonita.light.LightActivityInstance
 
getLightActivityInstance(ActivityInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLightActivityInstance(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns the record of the activity with the given activity instance UUID.
getLightActivityInstances(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLightActivityInstances(ProcessInstanceUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLightActivityInstances(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns records for all iterations and multi-instantiations that should append for the given process instance UUID and activity Id.
An empty set is returned if no instance is found.
getLightActivityInstances(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns all records of activity for the given process instance UUID.
getLightActivityInstancesFromRoot(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLightActivityInstancesFromRoot(Set<ProcessInstanceUUID>, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLightActivityInstancesFromRoot(Set<ProcessInstanceUUID>, ActivityState, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLightActivityInstancesFromRoot(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Gets a list of light activity instances which belong to a process instance according to its UUID.
getLightActivityInstancesFromRoot(Set<ProcessInstanceUUID>) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Gets for each process instance UUID, the list of light activity instances which belong to a process instance according to its UUID.
getLightActivityInstancesFromRoot(Set<ProcessInstanceUUID>, ActivityState) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Gets for each process instance UUID, the list of light activity instances which belong to a process instance according to its UUID having the given state.
getLightLastUpdatedActivityInstanceFromRoot(Set<ProcessInstanceUUID>, boolean, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLightLastUpdatedActivityInstanceFromRoot(Set<ProcessInstanceUUID>, boolean) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Gets for each process instance UUID, the light activity instance that have been updated after all others
getLightParentProcessInstances(int, int, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLightParentProcessInstances(int, int) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Gets a set of light process instances from an index to the page size.
getLightProcess(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getLightProcess(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the light-weight process definition for the specified processDefinition UUID.
getLightProcesses(String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getLightProcesses(int, int, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getLightProcesses(ProcessDefinition.ProcessState, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getLightProcesses(Set<ProcessDefinitionUUID>, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getLightProcesses() - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of definition information of all deployed processes.
getLightProcesses(int, int) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns a "page" (i.e.
getLightProcesses(ProcessDefinition.ProcessState) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of definition informations for the processes with the specified process state.
getLightProcesses(Set<ProcessDefinitionUUID>) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the light-weight process definitions for the specified processDefinition UUIDs.
getLightProcessInstance(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLightProcessInstance(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns the light process instance with the given process instance UUID.
getLightProcessInstances(String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLightProcessInstances(int, int, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLightProcessInstances(Collection<ProcessInstanceUUID>, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLightProcessInstances(Collection<ProcessInstanceUUID>, int, int, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLightProcessInstances(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLightProcessInstances(String, Set<String>, int, int) - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
getLightProcessInstances() - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Gets all light process instances.
getLightProcessInstances(Collection<ProcessInstanceUUID>) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Gets a set of light process instances form their UUIDs.
getLightProcessInstances(int, int) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Gets a set of light process instances from an index to the page size.
getLightProcessInstances(Collection<ProcessInstanceUUID>, int, int) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Gets a set of light process instances from an index to the page size according to the collection of process instance UUIDs.
getLightProcessInstances(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns all records of instance for the given process processDefinitionUUID.
An empty set is returned if no instance is found.
getLightProcessInstances(String, Set<String>, int, int) - Method in interface org.ow2.bonita.facade.WebAPI
 
getLightTaskInstance(ActivityInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLightTaskInstance(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns the record of the task with the given task UUID.
getLightTaskInstancesFromRoot(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLightTaskInstancesFromRoot(Set<ProcessInstanceUUID>, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLightTaskInstancesFromRoot(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Gets a list of light task instances which belong to a process instance according to its UUID.
getLightTaskInstancesFromRoot(Set<ProcessInstanceUUID>) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Gets for each process instance UUID the list of light task instances which belong to a process instance according to its UUID.
getLightTaskList(ProcessInstanceUUID, ActivityState, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLightTaskList(ProcessInstanceUUID, Collection<ActivityState>, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLightTaskList(ActivityState, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLightTaskList(ProcessInstanceUUID, String, ActivityState, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLightTaskList(String, ActivityState, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLightTaskList(ProcessInstanceUUID, ActivityState) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
See getTaskList(ProcessInstanceUUID instanceUUID, ActivityState taskState)
getLightTaskList(ProcessInstanceUUID, Collection<ActivityState>) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
See getTaskList(ProcessInstanceUUID instanceUUID, Collection taskStates)
getLightTaskList(ProcessInstanceUUID, String, ActivityState) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
See getTaskList(ProcessInstanceUUID instanceUUID, String userId, ActivityState taskState)
getLightTaskList(ActivityState) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
See getTaskList(ActivityState taskState).
getLightTaskList(String, ActivityState) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
See getTaskList(String userId, ActivityState taskState)
getLightTasks(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLightTasks(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
See getTasks(ProcessInstanceUUID instanceUUID)
getLightUserInstances(String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLightUserInstances() - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns all instances started by the logged user
getLightWeightProcessInstances(Set<ProcessDefinitionUUID>, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getLightWeightProcessInstances(Set<ProcessDefinitionUUID>) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns all records of instance for the given process processDefinitionUUIDs.
An empty set is returned if no instance is found.
getLine() - Method in class org.ow2.bonita.util.xml.Problem
 
getLines() - Method in class org.ow2.bonita.connector.core.desc.Enumeration
 
getLoggedUser() - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
getLoggedUser() - Method in interface org.ow2.bonita.facade.ManagementAPI
Gets the current logged user.
getLoggerProxyFor(T, Logger) - Static method in class org.ow2.bonita.util.Misc
Return a proxy that log method invocations through the provided logger.
getLoopCondition() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Gets the loop condition expression
getLoopCondition() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getLoopMaximum() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Gets the maximum number of loop iterations
getLoopMaximum() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getManagementAPI() - Method in interface org.ow2.bonita.facade.APIAccessor
 
getManagementAPI() - Method in class org.ow2.bonita.facade.ejb.ejb2.EJB2APIAccessorImpl
 
getManagementAPI() - Method in class org.ow2.bonita.facade.ejb.ejb3.EJB3APIAccessorImpl
 
getManagementAPI() - Method in class org.ow2.bonita.facade.impl.StandardAPIAccessorImpl
 
getManagementAPI() - Method in interface org.ow2.bonita.facade.internal.InternalAPIAccessor
To get the ManagementAPI interface.
getManagementAPI() - Static method in class org.ow2.bonita.util.AccessorUtil
To get the ManagementAPI interface.
getMaxChar() - Method in class org.ow2.bonita.connector.core.desc.Text
 
getMaxChar() - Method in class org.ow2.bonita.connector.core.desc.Textarea
 
getMaxCharPerRow() - Method in class org.ow2.bonita.connector.core.desc.Textarea
 
getMaxRows() - Method in class org.ow2.bonita.connector.core.desc.SimpleList
 
getMBeanProxy(Class<T>, String, String) - Static method in class org.ow2.bonita.util.Misc
Return a proxy implementing all the interfaces specified that forward method invocations to the specified MBean.
getMembers() - Method in class org.ow2.bonita.connector.core.Mapper
 
getMembersSet(String) - Method in class org.ow2.bonita.connector.core.RoleResolver
 
getMessage() - Method in interface org.ow2.bonita.facade.runtime.Comment
 
getMessage() - Method in class org.ow2.bonita.facade.runtime.impl.CommentImpl
 
getMessage(String, Object...) - Method in class org.ow2.bonita.util.ExceptionManager
 
getMetaData() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
getMetaData() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Gets all meta-data of the process.
getMetaData(String) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
getMetaData(String) - Method in interface org.ow2.bonita.facade.ManagementAPI
Obtains a meta data.
getMetaData() - Method in interface org.ow2.bonita.facade.runtime.AttachmentInstance
 
getMetaData() - Method in class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
getMetaData() - Method in class org.ow2.bonita.facade.runtime.impl.InitialAttachmentImpl
 
getMetaData() - Method in interface org.ow2.bonita.facade.runtime.InitialAttachment
 
getMethod(Class<?>, String, Class<?>[]) - Static method in class org.ow2.bonita.connector.core.Connector
 
getMethod(Class<?>, String, Class<?>[]) - Static method in class org.ow2.bonita.util.ReflectUtil
 
getMsg() - Method in class org.ow2.bonita.util.xml.Problem
 
getMultiInstantiationDefinition() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Gets the MultiInstantiation Definition or null if the activity does not contain one.
getMultiInstantiationDefinition() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
Deprecated. 
getMultipleInstancesInstantiator() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Gets the MultipleInstancesInstantiator
getMultipleInstancesInstantiator() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getMultipleInstancesJoinChecker() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
 
getMultipleInstancesJoinChecker() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getName() - Method in class org.ow2.bonita.connector.core.desc.Category
 
getName() - Method in class org.ow2.bonita.connector.core.desc.Checkbox
 
getName() - Method in class org.ow2.bonita.connector.core.desc.Getter
 
getName() - Method in interface org.ow2.bonita.env.Context
 
getName() - Method in class org.ow2.bonita.facade.def.element.impl.IncomingEventDefinitionImpl
 
getName() - Method in class org.ow2.bonita.facade.def.element.impl.OutgoingEventDefinitionImpl
 
getName() - Method in interface org.ow2.bonita.facade.def.element.IncomingEventDefinition
Returns the name of the event.
getName() - Method in interface org.ow2.bonita.facade.def.element.OutgoingEventDefinition
Gets the event name.
getName() - Method in class org.ow2.bonita.facade.def.majorElement.impl.NamedElementImpl
 
getName() - Method in interface org.ow2.bonita.facade.def.majorElement.NamedElement
Gets the name of the element.
getName() - Method in exception org.ow2.bonita.facade.exception.PrivilegeNotFoundException
 
getName() - Method in exception org.ow2.bonita.facade.exception.RoleAlreadyExistsException
 
getName() - Method in exception org.ow2.bonita.facade.exception.RoleNotFoundException
 
getName() - Method in exception org.ow2.bonita.facade.exception.RuleAlreadyExistsException
 
getName() - Method in exception org.ow2.bonita.facade.exception.RuleNotFoundException
 
getName() - Method in class org.ow2.bonita.facade.identity.impl.RoleImpl
 
getName() - Method in class org.ow2.bonita.facade.privilege.impl.RuleImpl
 
getName() - Method in interface org.ow2.bonita.facade.runtime.Application
 
getName() - Method in interface org.ow2.bonita.facade.runtime.AttachmentInstance
 
getName() - Method in class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
getName() - Method in class org.ow2.bonita.facade.runtime.impl.InitialAttachmentImpl
 
getName() - Method in class org.ow2.bonita.facade.runtime.impl.VariableUpdateImpl
 
getName() - Method in class org.ow2.bonita.facade.runtime.impl.WebUserImpl
 
getName() - Method in interface org.ow2.bonita.facade.runtime.InitialAttachment
 
getName() - Method in interface org.ow2.bonita.facade.runtime.VariableUpdate
Returns the variable name (as defined into the XPDL file).
getName() - Method in interface org.ow2.bonita.facade.runtime.WebUser
 
getName() - Method in class org.ow2.bonita.identity.auth.BonitaPrincipal
 
getName() - Method in class org.ow2.bonita.type.Type
 
getName() - Method in class org.ow2.bonita.util.stream.StreamSource
 
getNamespaceURI(Node, String) - Static method in class org.ow2.bonita.util.xml.XmlUtil
 
getNb() - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
getNb() - Method in class org.ow2.bonita.light.impl.LightProcessInstanceImpl
 
getNb() - Method in interface org.ow2.bonita.light.LightProcessInstance
 
getNextDay(Date) - Static method in class org.ow2.bonita.util.DateUtil
 
getNumberOfActivityInstanceComments(ActivityInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getNumberOfActivityInstanceComments(Set<ActivityInstanceUUID>, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getNumberOfActivityInstanceComments(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Counts the number of comments of an activity.
getNumberOfActivityInstanceComments(Set<ActivityInstanceUUID>) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Counts the number of comments of all given activities.
getNumberOfComments(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getNumberOfComments(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Counts the number of all comments (activity and process) of a process.
getNumberOfExecutingCasesPerDay(Date) - Method in interface org.ow2.bonita.facade.BAMAPI
Gets the list of the number of executing cases (process instances) per day of every users.
getNumberOfExecutingCasesPerDay(Date, String) - Method in interface org.ow2.bonita.facade.internal.InternalBAMAPI
 
getNumberOfFinishedCasesPerDay(Date) - Method in interface org.ow2.bonita.facade.BAMAPI
Gets the list of the number of the finished cases (process instances) per day of every users.
getNumberOfFinishedCasesPerDay(Date, String) - Method in interface org.ow2.bonita.facade.internal.InternalBAMAPI
 
getNumberOfFinishedSteps(int, Date) - Method in interface org.ow2.bonita.facade.BAMAPI
Gets the total number of finished steps of every users since the given date according to the step priority.
getNumberOfFinishedSteps(int, Date, String) - Method in interface org.ow2.bonita.facade.internal.InternalBAMAPI
 
getNumberOfOpenSteps() - Method in interface org.ow2.bonita.facade.BAMAPI
Gets the total number of open steps (i.e.
getNumberOfOpenSteps(int) - Method in interface org.ow2.bonita.facade.BAMAPI
Gets the total number of open steps (i.e.
getNumberOfOpenSteps(String) - Method in interface org.ow2.bonita.facade.internal.InternalBAMAPI
 
getNumberOfOpenSteps(int, String) - Method in interface org.ow2.bonita.facade.internal.InternalBAMAPI
 
getNumberOfOpenStepsPerDay(Date) - Method in interface org.ow2.bonita.facade.BAMAPI
Gets the number of open steps of every users for every days since the given day.
getNumberOfOpenStepsPerDay(Date, String) - Method in interface org.ow2.bonita.facade.internal.InternalBAMAPI
 
getNumberOfOverdueSteps() - Method in interface org.ow2.bonita.facade.BAMAPI
Gets the total number of overdue steps (i.e.
getNumberOfOverdueSteps(String) - Method in interface org.ow2.bonita.facade.internal.InternalBAMAPI
 
getNumberOfParentProcessInstances(String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getNumberOfParentProcessInstances() - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Counts the number of process instances which are not a sub instance.
getNumberOfProcesses(String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getNumberOfProcesses() - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Gets the number of deployed processes.
getNumberOfProcessInstanceComments(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getNumberOfProcessInstanceComments(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Counts the number of comments of a process.
getNumberOfProcessInstances(String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getNumberOfProcessInstances() - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Counts the number of process instances.
getNumberOfRules(Rule.RuleType) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
getNumberOfRules(Rule.RuleType) - Method in interface org.ow2.bonita.facade.ManagementAPI
Get the number of rules having the given type.
getNumberOfStepsAtRisk(int) - Method in interface org.ow2.bonita.facade.BAMAPI
Gets the total number of steps at risk (i.e.
getNumberOfStepsAtRisk(int, String) - Method in interface org.ow2.bonita.facade.internal.InternalBAMAPI
 
getNumberOfUserFinishedSteps(int, Date) - Method in interface org.ow2.bonita.facade.BAMAPI
Gets the total number of finished steps of the logged user since the given date according to the step priority.
getNumberOfUserFinishedSteps(int, Date, String) - Method in interface org.ow2.bonita.facade.internal.InternalBAMAPI
 
getNumberOfUserOpenSteps() - Method in interface org.ow2.bonita.facade.BAMAPI
Gets the number of open steps of the logged user.
getNumberOfUserOpenSteps(int) - Method in interface org.ow2.bonita.facade.BAMAPI
Gets the number of open steps of the logged user according to the step priority.
getNumberOfUserOpenSteps(String) - Method in interface org.ow2.bonita.facade.internal.InternalBAMAPI
 
getNumberOfUserOpenSteps(int, String) - Method in interface org.ow2.bonita.facade.internal.InternalBAMAPI
 
getNumberOfUserOverdueSteps() - Method in interface org.ow2.bonita.facade.BAMAPI
Gets the number of overdue steps (i.e.
getNumberOfUserOverdueSteps(String) - Method in interface org.ow2.bonita.facade.internal.InternalBAMAPI
 
getNumberOfUserStepsAtRisk(int) - Method in interface org.ow2.bonita.facade.BAMAPI
Gets the number of steps at risk (i.e.
getNumberOfUserStepsAtRisk(int, String) - Method in interface org.ow2.bonita.facade.internal.InternalBAMAPI
 
getObject(Class<T>, Parse) - Method in class org.ow2.bonita.parsing.def.binding.ElementBinding
 
getObject(Class<T>, Parse) - Method in class org.ow2.bonita.parsing.xpdl.binding.MajorElementBinding
 
getObject() - Method in class org.ow2.bonita.type.Variable
is the value, stored by this variable instance.
getObject() - Method in class org.ow2.bonita.type.variable.NullVariable
 
getObject() - Method in class org.ow2.bonita.type.variable.UnpersistableVariable
 
getOneTask(ProcessInstanceUUID, ActivityState, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getOneTask(ProcessDefinitionUUID, ActivityState, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getOneTask(ActivityState, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getOneTask(ActivityState) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Gets an activity UUID among all available tasks of the logged user according to the given activity state.
getOneTask(ProcessInstanceUUID, ActivityState) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Gets an activity UUID among all available tasks of the logged user according to the given activity state and the given process instance UUID.
getOneTask(ProcessDefinitionUUID, ActivityState) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Gets an activity UUID among all available tasks of the logged user according to the given activity state and the given process UUID.
getOtherResources(String) - Method in interface org.ow2.bonita.facade.def.element.BusinessArchive
Obtains all resources which not match with the given regular expression.
getOtherResources(String) - Method in class org.ow2.bonita.facade.def.element.impl.BusinessArchiveImpl
 
getOutgoingEvents() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Gets the outgoing event or null
getOutgoingEvents() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getOutgoingTransition(String) - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Gets an outgoing transition according to its name.
getOutgoingTransition(String) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getOutgoingTransitions() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Gets the outgoing transitions of the activity.
getOutgoingTransitions() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getOutputs() - Method in class org.ow2.bonita.connector.core.desc.ConnectorDescriptor
 
getOwnerName() - Method in interface org.ow2.bonita.facade.runtime.Case
 
getOwnerName() - Method in class org.ow2.bonita.facade.runtime.impl.CaseImpl
 
getOwnerName() - Method in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
getOwnerName() - Method in interface org.ow2.bonita.facade.runtime.Label
 
getPageId() - Method in class org.ow2.bonita.connector.core.desc.Page
 
getPages() - Method in class org.ow2.bonita.connector.core.desc.ConnectorDescriptor
 
getParameterName() - Method in class org.ow2.bonita.facade.def.element.impl.ConnectorParameters
 
getParameters() - Method in class org.ow2.bonita.connector.core.desc.Setter
 
getParameters() - Method in interface org.ow2.bonita.facade.def.element.ConnectorDefinition
Obtains the connector parameters.
getParameters() - Method in class org.ow2.bonita.facade.def.element.impl.ConnectorDefinitionImpl
 
getParameters() - Method in class org.ow2.bonita.facade.def.element.impl.OutgoingEventDefinitionImpl
 
getParameters() - Method in interface org.ow2.bonita.facade.def.element.OutgoingEventDefinition
Gets the parameters to transfer
getParentInstanceUUID() - Method in exception org.ow2.bonita.facade.exception.UncancellableInstanceException
 
getParentInstanceUUID() - Method in exception org.ow2.bonita.facade.exception.UndeletableInstanceException
 
getParentInstanceUUID() - Method in class org.ow2.bonita.light.impl.LightProcessInstanceImpl
 
getParentInstanceUUID() - Method in interface org.ow2.bonita.light.LightProcessInstance
If the instance is created to execute a subflow it returns the instance processDefinitionUUID of the instance creating this instance of subflow, otherwise it returns null.
getParticipantId() - Method in exception org.ow2.bonita.facade.exception.ParticipantNotFoundException
 
getParticipantName() - Method in class org.ow2.bonita.facade.uuid.ParticipantDefinitionUUID
 
getParticipants() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
getParticipants() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Gets the participants of the process.
getParticipantUUID() - Method in exception org.ow2.bonita.facade.exception.ParticipantNotFoundException
 
getPassword() - Method in class org.ow2.bonita.facade.identity.impl.UserImpl
 
getPassword() - Method in interface org.ow2.bonita.facade.identity.User
 
getPath() - Method in class org.ow2.bonita.facade.def.element.impl.BusinessArchiveImpl.Resource
 
getPerformers() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Returns the performer of the activity.
getPerformers() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getPermissionsSize(Permissions) - Static method in class org.ow2.bonita.util.Misc
 
getPreviewCSSStyleName() - Method in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
getPreviewCSSStyleName() - Method in interface org.ow2.bonita.facade.runtime.Label
 
getPriority() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Obtains the activity priority.
getPriority() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getPriority() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
getPriority() - Method in interface org.ow2.bonita.light.LightActivityInstance
 
getProblems() - Method in class org.ow2.bonita.util.xml.Parse
all problems encountered
getProcess(String, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcess(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcess(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the process definition for the specified processDefinition UUID.
getProcess(String, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the process definition for the specified process name and process version.
getProcessActivities(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcessActivities(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of definitions for process activities of the specified processDefinition UUID.
getProcessActivity(ProcessDefinitionUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcessActivity(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the activity definition of the specified process and activity name.
getProcessActivityId(ProcessDefinitionUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcessActivityId(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the activity definition UUID of the given process definition UUID and activity name.
getProcessAttachment(ProcessDefinitionUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcessAttachment(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Gets the initial attachment of a process given by its definition UUID and the attachment name.
getProcessAttachments(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcessAttachments(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Gets all the initial attachments of a process given by its definition UUID.
getProcessDataField(ProcessDefinitionUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcessDataField(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the DataField definition defined within the specified processDefinition UUID for the given dataField name
getProcessDataFields(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcessDataFields(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of dataField definitions defined within the given processDefinition UUID.
getProcessDefinition() - Method in interface org.ow2.bonita.facade.def.element.BusinessArchive
Obtains the process definition depending on the business archive.
getProcessDefinition() - Method in class org.ow2.bonita.facade.def.element.impl.BusinessArchiveImpl
 
getProcessDefinitionUUID() - Method in class org.ow2.bonita.connector.core.ProcessConnector
 
getProcessDefinitionUUID() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessElementImpl
 
getProcessDefinitionUUID() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessElement
Returns the processDefinitionUUID.
getProcessDefinitionUUID() - Method in exception org.ow2.bonita.facade.exception.DeploymentException
 
getProcessDefinitionUUID() - Method in exception org.ow2.bonita.facade.exception.UndeletableProcessException
 
getProcessDefinitionUUID() - Method in class org.ow2.bonita.facade.runtime.impl.RuntimeRecordImpl
 
getProcessDefinitionUUID() - Method in interface org.ow2.bonita.facade.runtime.RuntimeRecord
Returns the process processDefinitionUUID (defined into the WorkflowProcess element of the imported xpdl file).
getProcessDefinitionUUID() - Method in class org.ow2.bonita.facade.uuid.ProcessInstanceUUID
 
getProcessDependencies() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
getProcessDependencies() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Gets the process dependencies (sub-processes) of this process.
Note: If a sub-process of this process is defined in another process, it is not possible to undeploy these sub-processes until this process is undeployed.
getProcesses(String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcesses(String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcesses(int, int, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcesses(ProcessDefinition.ProcessState, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcesses(String, ProcessDefinition.ProcessState, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcesses() - Method in class org.ow2.bonita.facade.privilege.impl.ProcessRuleImpl
 
getProcesses() - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of definition information of all deployed processes.
getProcesses(String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of definition informations for the process with the specified process name.
getProcesses(int, int) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns a "page" (i.e.
getProcesses(ProcessDefinition.ProcessState) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of definition informations for the processes with the specified process state.
getProcesses(String, ProcessDefinition.ProcessState) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of definition informations for the processes with the specified process name and process state.
getProcesses() - Method in interface org.ow2.bonita.facade.runtime.Application
 
getProcessId() - Method in exception org.ow2.bonita.facade.exception.ActivityDefNotFoundException
 
getProcessId() - Method in exception org.ow2.bonita.facade.exception.ProcessNotFoundException
 
getProcessInstance(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getProcessInstance(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns the record of the instance with the given UUID.
getProcessInstanceCommentFeed(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getProcessInstanceCommentFeed(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains the comments belonging to the process.
getProcessInstances(String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getProcessInstances(Collection<ProcessInstanceUUID>, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getProcessInstances(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getProcessInstances() - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Gets all process instances.
getProcessInstances(Collection<ProcessInstanceUUID>) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns all records of instances matching with the given ProcessInstanceUUID.
If one of the ProcessInstanceUUID is not found, nothing is added to the result.
getProcessInstances(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns all records of instance for the given process processDefinitionUUID.
An empty set is returned if no instance is found.
GetProcessInstancesActivitiesCommand - Class in org.ow2.bonita.facade.runtime.command
 
GetProcessInstancesActivitiesCommand(Set<ProcessInstanceUUID>, boolean) - Constructor for class org.ow2.bonita.facade.runtime.command.GetProcessInstancesActivitiesCommand
 
getProcessInstanceState() - Method in exception org.ow2.bonita.facade.exception.UncancellableInstanceException
 
getProcessInstancesWithInstanceStates(Collection<InstanceState>, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getProcessInstancesWithInstanceStates(Collection<InstanceState>) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns all records of instances in one of the given states.
getProcessInstancesWithTaskState(Collection<ActivityState>, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getProcessInstancesWithTaskState(Collection<ActivityState>) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns all records of instances having one task in one of the given states.
getProcessInstanceUUID() - Method in class org.ow2.bonita.connector.core.MultiInstantiator
 
getProcessInstanceUUID() - Method in class org.ow2.bonita.connector.core.ProcessConnector
 
getProcessInstanceUUID() - Method in exception org.ow2.bonita.facade.exception.UncancellableInstanceException
 
getProcessInstanceUUID() - Method in exception org.ow2.bonita.facade.exception.UndeletableInstanceException
 
getProcessInstanceUUID() - Method in exception org.ow2.bonita.facade.exception.UndeletableProcessException
 
getProcessInstanceUUID() - Method in interface org.ow2.bonita.facade.runtime.AttachmentInstance
 
getProcessInstanceUUID() - Method in class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
getProcessInstanceUUID() - Method in class org.ow2.bonita.facade.runtime.impl.RuntimeRecordImpl
 
getProcessInstanceUUID() - Method in interface org.ow2.bonita.facade.runtime.RuntimeRecord
Returns the instance processDefinitionUUID (generated at the creation of the instance).
getProcessInstanceUUID() - Method in class org.ow2.bonita.facade.uuid.ActivityInstanceUUID
 
getProcessInstanceVariable(ProcessInstanceUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getProcessInstanceVariable(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains a process variable for the given process instance UUID and variable name.
getProcessInstanceVariables(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getProcessInstanceVariables(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains the process variables for the given process instance UUID.
getProcessMetaData(ProcessDefinitionUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcessMetaData(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Obtains the value of a process meta data.
getProcessName() - Method in class org.ow2.bonita.facade.uuid.ProcessDefinitionUUID
 
getProcessParticipant(ProcessDefinitionUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcessParticipant(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the participant definition for the specified processDefinition UUID and participant Id.
getProcessParticipantId(ProcessDefinitionUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcessParticipantId(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the participant definition UUID of the given process definition UUID and participant name.
getProcessParticipants(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcessParticipants(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of participant definitions for the specified processDefinition UUID.
getProcessUUID() - Method in interface org.ow2.bonita.facade.def.element.BusinessArchive
Gets the process definition UUID related to the business archive.
getProcessUUID() - Method in class org.ow2.bonita.facade.def.element.impl.BusinessArchiveImpl
 
getProcessUUID() - Method in exception org.ow2.bonita.facade.exception.ActivityNotFoundException
 
getProcessUUID() - Method in exception org.ow2.bonita.facade.exception.DataFieldNotFoundException
 
getProcessUUID() - Method in exception org.ow2.bonita.facade.exception.ParticipantNotFoundException
 
getProcessUUID() - Method in exception org.ow2.bonita.facade.exception.ProcessNotFoundException
 
getProcessUUID() - Method in class org.ow2.bonita.facade.uuid.ActivityDefinitionUUID
 
getProcessUUID() - Method in class org.ow2.bonita.facade.uuid.ParticipantDefinitionUUID
 
getProcessUUID() - Method in class org.ow2.bonita.facade.uuid.TransitionDefinitionUUID
 
getProcessUUID() - Method in class org.ow2.bonita.type.Variable
 
getProcessVersion() - Method in class org.ow2.bonita.facade.uuid.ProcessDefinitionUUID
 
getQNameFromString(Element, String) - Static method in class org.ow2.bonita.util.xml.XmlUtil
 
getQueryAPIAccessor(Hashtable<String, String>) - Static method in class org.ow2.bonita.util.AccessorUtil
 
getQueryAPIAccessor() - Static method in class org.ow2.bonita.util.AccessorUtil
To get the QueryAPIAccessor interface.
getQueryDefinitionAPI() - Method in class org.ow2.bonita.facade.ejb.ejb2.EJB2QueryAPIAccessorImpl
 
getQueryDefinitionAPI(String) - Method in class org.ow2.bonita.facade.ejb.ejb2.EJB2QueryAPIAccessorImpl
 
getQueryDefinitionAPI() - Method in class org.ow2.bonita.facade.ejb.ejb3.EJB3QueryAPIAccessorImpl
 
getQueryDefinitionAPI(String) - Method in class org.ow2.bonita.facade.ejb.ejb3.EJB3QueryAPIAccessorImpl
 
getQueryDefinitionAPI() - Method in class org.ow2.bonita.facade.impl.StandardQueryAPIAccessorImpl
 
getQueryDefinitionAPI(String) - Method in class org.ow2.bonita.facade.impl.StandardQueryAPIAccessorImpl
 
getQueryDefinitionAPI() - Method in interface org.ow2.bonita.facade.internal.InternalQueryAPIAccessor
To get the QueryDefinitionAPI interface.
getQueryDefinitionAPI() - Method in interface org.ow2.bonita.facade.QueryAPIAccessor
 
getQueryDefinitionAPI(String) - Method in interface org.ow2.bonita.facade.QueryAPIAccessor
To get the QueryDefinitionAPI interface.
getQueryDefinitionAPI() - Static method in class org.ow2.bonita.util.AccessorUtil
To get the QueryDefinitionAPI interface.
getQueryDefinitionAPI(String) - Static method in class org.ow2.bonita.util.AccessorUtil
To get the QueryDefinitionAPI interface.
getQueryRuntimeAPI() - Method in class org.ow2.bonita.facade.ejb.ejb2.EJB2QueryAPIAccessorImpl
 
getQueryRuntimeAPI(String) - Method in class org.ow2.bonita.facade.ejb.ejb2.EJB2QueryAPIAccessorImpl
 
getQueryRuntimeAPI() - Method in class org.ow2.bonita.facade.ejb.ejb3.EJB3QueryAPIAccessorImpl
 
getQueryRuntimeAPI(String) - Method in class org.ow2.bonita.facade.ejb.ejb3.EJB3QueryAPIAccessorImpl
 
getQueryRuntimeAPI() - Method in class org.ow2.bonita.facade.impl.StandardQueryAPIAccessorImpl
 
getQueryRuntimeAPI(String) - Method in class org.ow2.bonita.facade.impl.StandardQueryAPIAccessorImpl
 
getQueryRuntimeAPI() - Method in interface org.ow2.bonita.facade.internal.InternalQueryAPIAccessor
To get the QueryRuntimeAPI interface.
getQueryRuntimeAPI() - Method in interface org.ow2.bonita.facade.QueryAPIAccessor
 
getQueryRuntimeAPI(String) - Method in interface org.ow2.bonita.facade.QueryAPIAccessor
To get the QueryRuntimeAPI interface.
getQueryRuntimeAPI() - Static method in class org.ow2.bonita.util.AccessorUtil
To get the QueryRuntimeAPI interface.
getQueryRuntimeAPI(String) - Static method in class org.ow2.bonita.util.AccessorUtil
To get the QueryRuntimeAPI interface.
getRandomString(int) - Static method in class org.ow2.bonita.util.Misc
Generate a RANDOM String of the given size.
getReadonlyCSSStyleName() - Method in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
getReadonlyCSSStyleName() - Method in interface org.ow2.bonita.facade.runtime.Label
 
getReadyDate() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
getReadyDate() - Method in interface org.ow2.bonita.light.LightActivityInstance
Returns the date recorded when the activity.
getRepairAPI() - Method in interface org.ow2.bonita.facade.APIAccessor
 
getRepairAPI() - Method in class org.ow2.bonita.facade.ejb.ejb2.EJB2APIAccessorImpl
 
getRepairAPI() - Method in class org.ow2.bonita.facade.ejb.ejb3.EJB3APIAccessorImpl
 
getRepairAPI() - Method in class org.ow2.bonita.facade.impl.StandardAPIAccessorImpl
 
getRepairAPI() - Method in interface org.ow2.bonita.facade.internal.InternalAPIAccessor
To get the RepairAPI interface.
getRepairAPI() - Static method in class org.ow2.bonita.util.AccessorUtil
To get the RepairAPI interface.
getRequired() - Method in class org.ow2.bonita.connector.core.desc.Setter
 
getResource(String) - Method in interface org.ow2.bonita.facade.def.element.BusinessArchive
Gets a resource given by its path.
getResource(String) - Method in class org.ow2.bonita.facade.def.element.impl.BusinessArchiveImpl
 
getResource(ProcessDefinitionUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getResource(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Gets a resource of a process given by its definition UUID and the resource path
getResource(ClassLoader, String) - Static method in class org.ow2.bonita.util.ReflectUtil
 
getResource() - Method in class org.ow2.bonita.util.xml.Problem
 
getResourceAsStream(ClassLoader, String) - Static method in class org.ow2.bonita.util.ReflectUtil
 
getResources(String) - Method in interface org.ow2.bonita.facade.def.element.BusinessArchive
Obtains all resources which match with the given regular expression.
getResources() - Method in interface org.ow2.bonita.facade.def.element.BusinessArchive
Returns all resources of the business archive.
getResources(String) - Method in class org.ow2.bonita.facade.def.element.impl.BusinessArchiveImpl
 
getResources() - Method in class org.ow2.bonita.facade.def.element.impl.BusinessArchiveImpl
 
getResources(Class<?>...) - Static method in class org.ow2.bonita.util.Misc
 
getResources(ClassLoader, String) - Static method in class org.ow2.bonita.util.ReflectUtil
 
getResourcesFromZip(byte[]) - Static method in class org.ow2.bonita.util.Misc
 
getRole(String) - Method in interface org.ow2.bonita.facade.IdentityAPI
Retrieve a role from its name
getRole(String) - Method in interface org.ow2.bonita.facade.internal.InternalIdentityAPI
 
getRoleId() - Method in class org.ow2.bonita.connector.core.RoleResolver
 
getRoleMapper() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ParticipantDefinitionImpl
 
getRoleMapper() - Method in interface org.ow2.bonita.facade.def.majorElement.ParticipantDefinition
The role mappers feature permits automatic definition of the Bonita roles.
getRoles() - Method in class org.ow2.bonita.facade.identity.impl.UserImpl
 
getRoles() - Method in interface org.ow2.bonita.facade.IdentityAPI
Retrieve all the roles
getRoles() - Method in interface org.ow2.bonita.facade.internal.InternalIdentityAPI
 
getRootInstanceUUID() - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
getRootInstanceUUID() - Method in class org.ow2.bonita.facade.runtime.impl.RuntimeRecordImpl
 
getRootInstanceUUID() - Method in interface org.ow2.bonita.facade.runtime.RuntimeRecord
 
getRootInstanceUUID() - Method in class org.ow2.bonita.light.impl.LightProcessInstanceImpl
 
getRootInstanceUUID() - Method in interface org.ow2.bonita.light.LightProcessInstance
 
getRows() - Method in class org.ow2.bonita.connector.core.desc.Array
 
getRows() - Method in class org.ow2.bonita.connector.core.desc.Textarea
 
getRule(String) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
getRule(String) - Method in interface org.ow2.bonita.facade.ManagementAPI
The global policy is applied to all entities.
Rules apply conditions to the policy as they are applied to specific entities.
Get a rule identified by its name.
getRules() - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
getRules(Rule.RuleType, int, int) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
getRules(Set<String>) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
getRules() - Method in interface org.ow2.bonita.facade.ManagementAPI
Lists all available rules.
getRules(Rule.RuleType, int, int) - Method in interface org.ow2.bonita.facade.ManagementAPI
Lists the rules according to its type from a specific index.
getRules(Set<String>) - Method in interface org.ow2.bonita.facade.ManagementAPI
Gets rules from their names.
getRuntimeAPI() - Method in interface org.ow2.bonita.facade.APIAccessor
 
getRuntimeAPI() - Method in class org.ow2.bonita.facade.ejb.ejb2.EJB2APIAccessorImpl
 
getRuntimeAPI() - Method in class org.ow2.bonita.facade.ejb.ejb3.EJB3APIAccessorImpl
 
getRuntimeAPI() - Method in class org.ow2.bonita.facade.impl.StandardAPIAccessorImpl
 
getRuntimeAPI() - Method in interface org.ow2.bonita.facade.internal.InternalAPIAccessor
To get the RuntimeAPI interface.
getRuntimeAPI() - Static method in class org.ow2.bonita.util.AccessorUtil
To get the RuntimeAPI interface.
getScriptingValue() - Method in interface org.ow2.bonita.facade.def.majorElement.DataFieldDefinition
Returns either the scripting value of the dataField as initial value if available or null.
getScriptingValue() - Method in class org.ow2.bonita.facade.def.majorElement.impl.DataFieldDefinitionImpl
 
getSelectedIndices() - Method in class org.ow2.bonita.connector.core.desc.Enumeration
 
getSelection() - Method in class org.ow2.bonita.connector.core.desc.Enumeration
 
getSetter() - Method in class org.ow2.bonita.connector.core.desc.WidgetComponent
 
getSetterName() - Method in class org.ow2.bonita.connector.core.desc.Setter
 
getSetters() - Method in class org.ow2.bonita.connector.core.Connector
Obtains the setter list of the connector
getSeverity() - Method in class org.ow2.bonita.util.xml.Problem
 
getSize() - Method in class org.ow2.bonita.connector.core.desc.Text
 
getSize() - Method in class org.ow2.bonita.util.Misc.NullCheckResult
Returns the number of parameters given to Misc.findNull(Object...)
getSource() - Method in class org.ow2.bonita.facade.def.element.impl.SubflowParameterDefinitionImpl
 
getSource() - Method in interface org.ow2.bonita.facade.def.element.SubflowParameterDefinition
Gets the name of the source process.
getSplitType() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Returns Split Type definition.
getSplitType() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getStackTraceFrom(Throwable) - Static method in class org.ow2.bonita.util.Misc
 
getStandardInternalAPIAccessor() - Static method in class org.ow2.bonita.facade.impl.StandardInternalAPIAccessorFactory
 
getStandardInternalQueryAPIAccessor() - Static method in class org.ow2.bonita.facade.impl.StandardInternalAPIAccessorFactory
 
getStartedBy() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
getStartedBy() - Method in class org.ow2.bonita.light.impl.LightProcessInstanceImpl
 
getStartedBy() - Method in interface org.ow2.bonita.light.LightProcessInstance
Returns the user creating and starting the instance of the workflow process.
getStartedBy() - Method in interface org.ow2.bonita.light.LightTaskInstance
Returns the user starting the task.
getStartedDate() - Method in interface org.ow2.bonita.facade.runtime.HookInstance
Returns the date recorded when the hook is started.
getStartedDate() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
getStartedDate() - Method in class org.ow2.bonita.light.impl.LightProcessInstanceImpl
 
getStartedDate() - Method in interface org.ow2.bonita.light.LightActivityInstance
Returns the date recorded after the activity is started.
getStartedDate() - Method in interface org.ow2.bonita.light.LightProcessInstance
Returns the date recorded when the instance has been created and started.
getState() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
getState() - Method in class org.ow2.bonita.light.impl.LightProcessDefinitionImpl
 
getState() - Method in interface org.ow2.bonita.light.LightActivityInstance
Returns the current state.
getState() - Method in interface org.ow2.bonita.light.LightProcessDefinition
 
getStateUpdates() - Method in interface org.ow2.bonita.facade.runtime.ActivityInstance
Returns the list of recorded state changes.
getStateUpdates() - Method in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
getStringFrom(Misc.NullCheckResult, String...) - Static method in class org.ow2.bonita.util.Misc
Return strings mapped to null values in a given @{link Misc.NullCheckResult.
getSubflowInParameters() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
 
getSubflowInParameters() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getSubflowOutParameters() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
 
getSubflowOutParameters() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getSubflowProcessInstanceUUID() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
getSubflowProcessInstanceUUID() - Method in interface org.ow2.bonita.light.LightActivityInstance
 
getSubflowProcessName() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Returns the SubFlowDefinition interface if this activity has subflow implementation otherwise returns null.
getSubflowProcessName() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getSubflowProcessVersion() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
 
getSubflowProcessVersion() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getSubject() - Static method in class org.ow2.bonita.identity.auth.SecurityContext
 
getSubProcesses() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
getSubProcesses() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Gets the process sub-processes.
getSuperClassName() - Method in class org.ow2.bonita.util.ClassDataTool.MyVisitor
 
getSystemLabels(String) - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
getSystemLabels(String) - Method in interface org.ow2.bonita.facade.WebAPI
 
getTagLocalName(Element) - Static method in class org.ow2.bonita.util.xml.XmlUtil
 
getTagName() - Method in class org.ow2.bonita.util.xml.TagBinding
 
getTagNames(String) - Method in class org.ow2.bonita.util.xml.Bindings
the set of all tagNames for which there is a binding specified in the given category
getTask(ActivityInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getTask(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns the record of the task with the given task UUID.
getTask() - Method in interface org.ow2.bonita.facade.runtime.ActivityInstance
return null if this activity is not a task.
getTask() - Method in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
getTask() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
getTask() - Method in interface org.ow2.bonita.light.LightActivityInstance
return null if this activity is not a task.
getTaskCandidates(ActivityInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getTaskCandidates(Set<ActivityInstanceUUID>, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getTaskCandidates(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns the candidates of the task with the given task UUID.
getTaskCandidates(Set<ActivityInstanceUUID>) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns the candidates of the tasks with the given task UUID.
getTaskCandidates() - Method in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
getTaskCandidates() - Method in interface org.ow2.bonita.facade.runtime.TaskInstance
Returns the current set of candidate users.
This list depends on:
the set of candidate users when the task has been initially created.
getTaskList(ProcessInstanceUUID, ActivityState, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getTaskList(ProcessInstanceUUID, Collection<ActivityState>, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getTaskList(ActivityState, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getTaskList(ProcessInstanceUUID, String, ActivityState, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getTaskList(String, ActivityState, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getTaskList(ProcessInstanceUUID, ActivityState) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains the user tasks with state either READY or EXECUTING or SUSPENDED or FINISHED for the given instance and the authenticated user.
getTaskList(ProcessInstanceUUID, Collection<ActivityState>) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains the user tasks depending on the given activity states for the given instance and the authenticated user.
getTaskList(ProcessInstanceUUID, String, ActivityState) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains the tasks with state either READY or EXECUTING or SUSPENDED or FINISHED for the given instance and for the given user.
If the task has been assigned to a user, only this user can get the task into the returned list.
getTaskList(ActivityState) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains the user tasks with state either READY or EXECUTING or SUSPENDED or FINISHED for the authenticated user.
If the task has been assigned to a user, only this user can get the task into the returned list.
Otherwise all the users that belong to the candidate list can get the task.
getTaskList(String, ActivityState) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains the user tasks with state either READY or EXECUTING or SUSPENDED or FINISHED for the given user.
If the task has been assigned to a user, only this user can get the task into the returned list.
Otherwise all the users that belong to the candidate list can get the task.
getTasks(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getTasks(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns all records of task for the given process instance UUID.
getTasks() - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
getTasks() - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
 
getTaskUser() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
getTaskUser() - Method in interface org.ow2.bonita.light.LightTaskInstance
Returns the user assigned for the task.
Check before calling this method if a user has been assigned with LightTaskInstance.isTaskAssigned() method.
Getter - Class in org.ow2.bonita.connector.core.desc
 
Getter() - Constructor for class org.ow2.bonita.connector.core.desc.Getter
 
Getter(String) - Constructor for class org.ow2.bonita.connector.core.desc.Getter
 
GetterBinding - Class in org.ow2.bonita.parsing.connector.binding
 
GetterBinding() - Constructor for class org.ow2.bonita.parsing.connector.binding.GetterBinding
 
getTime(Date) - Static method in class org.ow2.bonita.util.Misc
 
getTimerCondition() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Gets the timer condition if the activity is a timer or null otherwise
getTimerCondition() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getTimeToLive() - Method in class org.ow2.bonita.facade.def.element.impl.OutgoingEventDefinitionImpl
 
getTimeToLive() - Method in interface org.ow2.bonita.facade.def.element.OutgoingEventDefinition
Obtains the time to live of this event.
getTo() - Method in class org.ow2.bonita.facade.def.majorElement.impl.TransitionDefinitionImpl
 
getTo() - Method in interface org.ow2.bonita.facade.def.majorElement.TransitionDefinition
Returns the activity to which the transition goes in.
getToActivityName() - Method in class org.ow2.bonita.facade.def.element.impl.OutgoingEventDefinitionImpl
 
getToActivityName() - Method in interface org.ow2.bonita.facade.def.element.OutgoingEventDefinition
Gets the activity name to transfer the message.
getToken() - Method in class org.ow2.bonita.facade.runtime.impl.WebTemporaryTokenImpl
 
getToken() - Method in interface org.ow2.bonita.facade.runtime.WebTemporaryToken
 
getTokens() - Method in class org.ow2.bonita.expression.BooleanExpression
 
getTop() - Method in class org.ow2.bonita.connector.core.desc.Select
 
getToProcessName() - Method in class org.ow2.bonita.facade.def.element.impl.OutgoingEventDefinitionImpl
 
getToProcessName() - Method in interface org.ow2.bonita.facade.def.element.OutgoingEventDefinition
Gets the process name to transfer the message.
getToStringAfterStarted() - Method in interface org.ow2.bonita.facade.runtime.HookInstance
Returns a string representation of the java hook recorded after the hook is executed.
getToStringBeforeStarted() - Method in interface org.ow2.bonita.facade.runtime.HookInstance
Returns a string representation of the java hook recorded before the hook is executed.
getTransitionName() - Method in class org.ow2.bonita.facade.uuid.TransitionDefinitionUUID
 
getTransitions() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
getTransitions() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Gets the process transitions.
getType() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Gets the activity type.
getType() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getType() - Method in class org.ow2.bonita.facade.privilege.impl.RuleImpl
 
getType() - Method in interface org.ow2.bonita.facade.privilege.Rule
 
getType() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
getType() - Method in interface org.ow2.bonita.light.LightActivityInstance
 
getType() - Method in class org.ow2.bonita.type.Variable
 
getUndeployedBy() - Method in class org.ow2.bonita.light.impl.LightProcessDefinitionImpl
 
getUndeployedBy() - Method in interface org.ow2.bonita.light.LightProcessDefinition
 
getUndeployedDate() - Method in class org.ow2.bonita.light.impl.LightProcessDefinitionImpl
 
getUndeployedDate() - Method in interface org.ow2.bonita.light.LightProcessDefinition
 
getUniqueId(String) - Static method in class org.ow2.bonita.util.Misc
Generate a unique identifier prefixed by the given String.
getUnqualifiedClassName(Class<?>) - Static method in class org.ow2.bonita.util.ReflectUtil
 
getUnqualifiedClassName(String) - Static method in class org.ow2.bonita.util.ReflectUtil
 
getUpdatedBy() - Method in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
getUpdatedBy() - Method in class org.ow2.bonita.facade.runtime.impl.InstanceStateUpdateImpl
 
getUpdatedBy() - Method in class org.ow2.bonita.facade.runtime.impl.UpdateImpl
 
getUpdatedBy() - Method in interface org.ow2.bonita.facade.runtime.InstanceStateUpdate
Returns the user Id who made the update.
getUpdatedBy() - Method in interface org.ow2.bonita.facade.runtime.TaskInstance
Returns the user Id performing the update (state update or assign update).
getUpdatedBy() - Method in interface org.ow2.bonita.facade.runtime.Update
Returns the user Id who made the update.
getUpdatedDate() - Method in class org.ow2.bonita.facade.runtime.impl.InstanceStateUpdateImpl
 
getUpdatedDate() - Method in class org.ow2.bonita.facade.runtime.impl.UpdateImpl
 
getUpdatedDate() - Method in interface org.ow2.bonita.facade.runtime.InstanceStateUpdate
Returns the date of the update.
getUpdatedDate() - Method in interface org.ow2.bonita.facade.runtime.Update
Returns the date of the update.
getUser(String) - Method in interface org.ow2.bonita.facade.IdentityAPI
Retrieve a user from its username
getUser(String) - Method in interface org.ow2.bonita.facade.internal.InternalIdentityAPI
 
getUserCustomLabels(String) - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
getUserCustomLabels(String) - Method in interface org.ow2.bonita.facade.WebAPI
 
getUserId() - Method in class org.ow2.bonita.env.Environment
get the authenticated user id
getUserId() - Method in exception org.ow2.bonita.facade.exception.UnAuthorizedUserException
 
getUserId() - Method in interface org.ow2.bonita.facade.runtime.Comment
 
getUserId() - Method in class org.ow2.bonita.facade.runtime.impl.CommentImpl
 
getUserId() - Method in class org.ow2.bonita.facade.runtime.impl.VariableUpdateImpl
 
getUserId() - Method in interface org.ow2.bonita.facade.runtime.VariableUpdate
Returns the assigned user.
getUserInstances(String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getUserInstances() - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns all instances started by the logged user
getUsername() - Method in exception org.ow2.bonita.facade.exception.UserAlreadyExistsException
 
getUsername() - Method in exception org.ow2.bonita.facade.exception.UserNotFoundException
 
getUsername() - Method in class org.ow2.bonita.facade.identity.impl.UserImpl
 
getUsername() - Method in interface org.ow2.bonita.facade.identity.User
 
getUserRoles(String) - Method in interface org.ow2.bonita.facade.IdentityAPI
Retrieve a user's roles
getUserRoles(String) - Method in interface org.ow2.bonita.facade.internal.InternalIdentityAPI
 
getUsers() - Method in class org.ow2.bonita.facade.identity.impl.RoleImpl
 
getUsers() - Method in interface org.ow2.bonita.facade.IdentityAPI
Retrieve all the users
getUsers() - Method in interface org.ow2.bonita.facade.internal.InternalIdentityAPI
 
getUsersInRole(String) - Method in interface org.ow2.bonita.facade.IdentityAPI
Retrieve all the users having a given role
getUsersInRole(String) - Method in interface org.ow2.bonita.facade.internal.InternalIdentityAPI
 
getUUID() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Returns the UUID for the ActivityDefinition.
getUUID() - Method in interface org.ow2.bonita.facade.def.majorElement.DataFieldDefinition
Returns the UUID for the DataFieldDefinition.
getUUID() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
getUUID() - Method in class org.ow2.bonita.facade.def.majorElement.impl.DataFieldDefinitionImpl
 
getUUID() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ParticipantDefinitionImpl
 
getUUID() - Method in class org.ow2.bonita.facade.def.majorElement.impl.TransitionDefinitionImpl
 
getUUID() - Method in interface org.ow2.bonita.facade.def.majorElement.ParticipantDefinition
Returns the ParticipantDefinition UUID.
getUUID() - Method in interface org.ow2.bonita.facade.def.majorElement.TransitionDefinition
Returns the UUID for the TransitionDefinition.
getUUID() - Method in class org.ow2.bonita.facade.identity.impl.RoleImpl
 
getUUID() - Method in class org.ow2.bonita.facade.identity.impl.UserImpl
 
getUUID() - Method in interface org.ow2.bonita.facade.identity.Role
 
getUUID() - Method in interface org.ow2.bonita.facade.identity.User
 
getUUID() - Method in interface org.ow2.bonita.facade.runtime.Case
 
getUUID() - Method in class org.ow2.bonita.facade.runtime.impl.CaseImpl
 
getUUID() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
getUUID() - Method in class org.ow2.bonita.light.impl.LightProcessDefinitionImpl
 
getUUID() - Method in class org.ow2.bonita.light.impl.LightProcessInstanceImpl
 
getUUID() - Method in interface org.ow2.bonita.light.LightActivityInstance
Returns the UUID of the activity instance.
getUUID() - Method in interface org.ow2.bonita.light.LightProcessDefinition
 
getUUID() - Method in interface org.ow2.bonita.light.LightProcessInstance
Returns the UUID of the process instance.
getValue() - Method in class org.ow2.bonita.connector.core.desc.Checkbox
 
getValue() - Method in class org.ow2.bonita.connector.core.desc.Option
 
getValue() - Method in class org.ow2.bonita.facade.def.element.impl.MetaDataImpl
 
getValue() - Method in interface org.ow2.bonita.facade.def.element.MetaData
Gets the meta-data value
getValue() - Method in class org.ow2.bonita.facade.runtime.impl.ObjectVariable
 
getValue() - Method in class org.ow2.bonita.facade.runtime.impl.VariableUpdateImpl
 
getValue() - Method in interface org.ow2.bonita.facade.runtime.VariableUpdate
Returns the variable value.
getValue() - Method in class org.ow2.bonita.facade.uuid.AbstractUUID
 
getValue() - Method in class org.ow2.bonita.type.Variable
 
getValues() - Method in class org.ow2.bonita.connector.core.desc.Enumeration
 
getValues() - Method in class org.ow2.bonita.connector.core.desc.Select
 
getVariable(ActivityInstanceUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getVariable(ActivityInstanceUUID, String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains a variable for the given activity and variable name.
getVariableClass() - Method in class org.ow2.bonita.type.Type
 
getVariableId() - Method in class org.ow2.bonita.definition.VariablePerformerAssign
 
getVariableId() - Method in exception org.ow2.bonita.facade.exception.VariableNotFoundException
 
getVariableName() - Method in exception org.ow2.bonita.expression.VariableNotFoundException
 
getVariableName() - Method in class org.ow2.bonita.facade.def.element.impl.ConnectorDefinitionImpl
 
getVariableName() - Method in interface org.ow2.bonita.facade.def.element.MultiInstantiationDefinition
Name of the variable which will be assigned a different value (to make a distinction between instances)
getVariableParameters() - Method in class org.ow2.bonita.facade.def.element.impl.ConnectorDefinitionImpl
 
getVariableParameters() - Method in class org.ow2.bonita.facade.def.element.impl.OutgoingEventDefinitionImpl
 
getVariables() - Method in class org.ow2.bonita.facade.def.element.impl.ConnectorParameters
 
getVariables(ActivityInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getVariables(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains the activity variables (including global process and local activity variables) for the given activity UUID.
An empty map is returned if no variable is found.
getVariablesBeforeStarted() - Method in interface org.ow2.bonita.facade.runtime.ActivityInstance
Returns all variables for the recorded activity before the activity has been started.
getVariablesBeforeStarted() - Method in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
getVariableUpdates() - Method in interface org.ow2.bonita.facade.runtime.ActivityInstance
Gives access to the historic of variables updates.
getVariableUpdates() - Method in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
getVariableUpdates() - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
getVariableUpdates() - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
Gives access to the historic of variables updates.
getVariableValueBeforeStarted(String) - Method in interface org.ow2.bonita.facade.runtime.ActivityInstance
Returns the value of the variable with the specified key before the activity has been started.
getVariableValueBeforeStarted(String) - Method in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
getVariableValues() - Method in class org.ow2.bonita.connector.core.MultiInstantiator
 
getVariableValues() - Method in class org.ow2.bonita.definition.MultiInstantiatorDescriptor
 
getVariableValues() - Method in class org.ow2.bonita.facade.def.element.impl.ConnectorParameters
 
getVariableValues(Map<String, Variable>) - Static method in class org.ow2.bonita.util.CopyTool
 
getVersion() - Method in class org.ow2.bonita.connector.core.desc.ConnectorDescriptor
 
getVersion() - Method in exception org.ow2.bonita.facade.exception.ProcessNotFoundException
 
getVersion() - Method in class org.ow2.bonita.light.impl.LightProcessDefinitionImpl
 
getVersion() - Method in interface org.ow2.bonita.light.LightProcessDefinition
 
getVersionDate() - Method in interface org.ow2.bonita.facade.runtime.AttachmentInstance
 
getVersionDate() - Method in class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
getWebAPI() - Method in interface org.ow2.bonita.facade.APIAccessor
 
getWebAPI() - Method in class org.ow2.bonita.facade.ejb.ejb2.EJB2APIAccessorImpl
 
getWebAPI() - Method in class org.ow2.bonita.facade.ejb.ejb3.EJB3APIAccessorImpl
 
getWebAPI() - Method in class org.ow2.bonita.facade.impl.StandardAPIAccessorImpl
 
getWebAPI() - Method in interface org.ow2.bonita.facade.internal.InternalAPIAccessor
To get the WebAPI interface.
getWebAPI() - Static method in class org.ow2.bonita.util.AccessorUtil
 
getWidgets() - Method in class org.ow2.bonita.connector.core.desc.CompositeWidget
 
getWidgets() - Method in class org.ow2.bonita.connector.core.desc.Group
 
getWidgets() - Method in class org.ow2.bonita.connector.core.desc.Page
 
GroovyException - Exception in org.ow2.bonita.util
 
GroovyException(String) - Constructor for exception org.ow2.bonita.util.GroovyException
 
GroovyException(String, Throwable) - Constructor for exception org.ow2.bonita.util.GroovyException
 
GroovyExpression - Class in org.ow2.bonita.util
 
GroovyExpression() - Constructor for class org.ow2.bonita.util.GroovyExpression
 
Group - Class in org.ow2.bonita.connector.core.desc
 
Group() - Constructor for class org.ow2.bonita.connector.core.desc.Group
 
Group(String, boolean, List<WidgetComponent>) - Constructor for class org.ow2.bonita.connector.core.desc.Group
 
GZIP - Static variable in class org.ow2.bonita.util.Base64
Specify that data should be gzip-compressed.

H

handle(Callback[]) - Method in class org.ow2.bonita.util.SimpleCallbackHandler
 
handle(Callback[]) - Method in class org.ow2.bonita.util.StandardCallbackHandler
 
has(String) - Method in interface org.ow2.bonita.env.Context
 
hashCode() - Method in class org.ow2.bonita.facade.runtime.impl.CaseImpl
 
hashCode() - Method in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
hashCode() - Method in class org.ow2.bonita.facade.uuid.AbstractUUID
 
hashCode() - Method in class org.ow2.bonita.light.impl.LightProcessDefinitionImpl
 
hashCode() - Method in class org.ow2.bonita.light.impl.LightProcessInstanceImpl
 
hasIncomingTransitions() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Checks whether the activity contains incoming transitions.
hasIncomingTransitions() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
hasNull() - Method in class org.ow2.bonita.util.Misc.NullCheckResult
Returns true if some parameters given to Misc.findNull(Object...) were null.
hasOutgoingTransitions() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Checks whether the activity has outgoing transitions.
hasOutgoingTransitions() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
hasProblems() - Method in class org.ow2.bonita.util.xml.Parse
indicates presence of problems
hasToBeDisplayed - Variable in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
HELP - Static variable in class org.ow2.bonita.identity.auth.SecurityContext
 
Hook - Interface in org.ow2.bonita.definition
Implementing this interface allows to execute not transactional hooks.
HookDefinition - Interface in org.ow2.bonita.facade.def.element
Hook definition within Activity or ProcessInstance element.
HookDefinition.Event - Enum in org.ow2.bonita.facade.def.element
A Hook Event is used to define when a connector will be executed.
HookInstance - Interface in org.ow2.bonita.facade.runtime
Interface to get recorded (runtime) information on Hook in order to debug.
HookInvocationException - Exception in org.ow2.bonita.facade.exception
Thrown if an exception occurs during the execution of the hook implementing a TxHook interface.
HookInvocationException(String, String, Throwable) - Constructor for exception org.ow2.bonita.facade.exception.HookInvocationException
 
human - Variable in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 

I

iconCSSStyle - Variable in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
IdentityAPI - Interface in org.ow2.bonita.facade
Bonita Identity API.
IDENTITYAPI_JNDINAME - Static variable in class org.ow2.bonita.util.AccessorUtil
 
identityToString(Object) - Static method in class org.ow2.bonita.util.Misc
Return an "identity string" for a given object.
IllegalTaskStateException - Exception in org.ow2.bonita.facade.exception
Thrown if a bad state of the task is detected by the methods dedicated to change the state of the task within the RuntimeAPI.
IllegalTaskStateException(String, String, ActivityInstanceUUID, Set<ActivityState>, ActivityState) - Constructor for exception org.ow2.bonita.facade.exception.IllegalTaskStateException
Constructs an IllegalTaskStateTException.
IllegalTaskStateException(IllegalTaskStateException) - Constructor for exception org.ow2.bonita.facade.exception.IllegalTaskStateException
 
importStream(StreamSource, Element, Parse) - Method in class org.ow2.bonita.util.xml.Parser
builds a dom from the importedStreamSource and appends the child elements of the document element to the destination element.
INCOMING_EVENT - Static variable in class org.ow2.bonita.building.XmlDef
 
incomingEvent - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
IncomingEventDefinition - Interface in org.ow2.bonita.facade.def.element
IncomingEvent definition within activity element.
IncomingEventDefinitionImpl - Class in org.ow2.bonita.facade.def.element.impl
 
IncomingEventDefinitionImpl() - Constructor for class org.ow2.bonita.facade.def.element.impl.IncomingEventDefinitionImpl
 
IncomingEventDefinitionImpl(String, String) - Constructor for class org.ow2.bonita.facade.def.element.impl.IncomingEventDefinitionImpl
 
IncomingEventDefinitionImpl(IncomingEventDefinition) - Constructor for class org.ow2.bonita.facade.def.element.impl.IncomingEventDefinitionImpl
 
incomingTransitions - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
inCycle - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
INITIAL_CONTEXT_FACTORY_PROPERTY - Static variable in class org.ow2.bonita.util.BonitaConstants
 
InitialAttachment - Interface in org.ow2.bonita.facade.runtime
 
InitialAttachmentImpl - Class in org.ow2.bonita.facade.runtime.impl
 
InitialAttachmentImpl(String, byte[]) - Constructor for class org.ow2.bonita.facade.runtime.impl.InitialAttachmentImpl
 
InitialAttachmentImpl(AttachmentDefinition, byte[]) - Constructor for class org.ow2.bonita.facade.runtime.impl.InitialAttachmentImpl
 
initialcontextfactory - Variable in class org.ow2.bonita.ant.tasks.BonitaJEE
 
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.ow2.bonita.identity.auth.BonitaIdentityLoginModule
Initialize this LoginModule.
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.ow2.bonita.identity.auth.BonitaRemoteLoginModule
Initialize this LoginModule.
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.ow2.bonita.identity.auth.LocalStorageLoginModule
Initialize this LoginModule.
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.ow2.bonita.identity.auth.PlainLoginModule
Initialize this LoginModule.
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.ow2.bonita.identity.auth.StorageLoginModule
 
initialState - Variable in class org.ow2.bonita.facade.runtime.impl.InstanceStateUpdateImpl
 
initialState - Variable in class org.ow2.bonita.facade.runtime.impl.StateUpdateImpl
 
initialValueVariable - Variable in class org.ow2.bonita.facade.def.majorElement.impl.DataFieldDefinitionImpl
 
inputSource - Variable in class org.ow2.bonita.util.xml.Parse
 
inputStream - Variable in class org.ow2.bonita.util.stream.InputStreamSource
 
inputStream - Variable in class org.ow2.bonita.util.xml.Parse
 
InputStreamSource - Class in org.ow2.bonita.util.stream
 
InputStreamSource(InputStream) - Constructor for class org.ow2.bonita.util.stream.InputStreamSource
 
InstanceInitiator - Class in org.ow2.bonita.definition
Specific class for Role Mapper getting the initiator of the instance.
InstanceInitiator() - Constructor for class org.ow2.bonita.definition.InstanceInitiator
 
InstanceNotFoundException - Exception in org.ow2.bonita.facade.exception
Thrown by some methods of the QueryRuntimeAPI and the RuntimeAPI if recorded runtime information for the instance has not been found.
InstanceNotFoundException(String, ProcessInstanceUUID) - Constructor for exception org.ow2.bonita.facade.exception.InstanceNotFoundException
 
InstanceNotFoundException(InstanceNotFoundException) - Constructor for exception org.ow2.bonita.facade.exception.InstanceNotFoundException
 
InstanceState - Enum in org.ow2.bonita.facade.runtime
Possible state of process instance.
InstanceStateUpdate - Interface in org.ow2.bonita.facade.runtime
Interface providing methods to get informations about state changes of the process instance.
InstanceStateUpdateImpl - Class in org.ow2.bonita.facade.runtime.impl
 
InstanceStateUpdateImpl() - Constructor for class org.ow2.bonita.facade.runtime.impl.InstanceStateUpdateImpl
 
InstanceStateUpdateImpl(Date, String, InstanceState, InstanceState) - Constructor for class org.ow2.bonita.facade.runtime.impl.InstanceStateUpdateImpl
 
InstanceStateUpdateImpl(InstanceStateUpdate) - Constructor for class org.ow2.bonita.facade.runtime.impl.InstanceStateUpdateImpl
 
instanceStateUpdates - Variable in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
instanceUUID - Variable in class org.ow2.bonita.facade.runtime.impl.CommentImpl
 
instanceUUID - Variable in class org.ow2.bonita.facade.runtime.impl.RuntimeRecordImpl
 
instantiate(ClassLoader, String) - Static method in class org.ow2.bonita.util.ReflectUtil
 
instantiateProcess(ProcessDefinitionUUID, Map<String, Object>, Collection<InitialAttachment>, List<String>) - Method in interface org.ow2.bonita.facade.internal.InternalRepairAPI
 
instantiateProcess(ProcessDefinitionUUID, Map<String, Object>, Collection<InitialAttachment>, List<String>, String) - Method in interface org.ow2.bonita.facade.internal.InternalRepairAPI
 
instantiateProcess(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
instantiateProcess(ProcessDefinitionUUID, Map<String, Object>) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
instantiateProcess(ProcessDefinitionUUID, Map<String, Object>, Collection<InitialAttachment>) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
instantiateProcess(ProcessDefinitionUUID, Map<String, Object>, Collection<InitialAttachment>, List<String>) - Method in interface org.ow2.bonita.facade.RepairAPI
Starts a new process instance, positioned at a specific activity, with a map of instance’s variable values.
instantiateProcess(ProcessDefinitionUUID, Map<String, Object>, Collection<InitialAttachment>, List<String>, String) - Method in interface org.ow2.bonita.facade.RepairAPI
Starts a new process instance, positioned at a specific activity, with a map of instance’s variable values.
instantiateProcess(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Creates an instance of the specified process and start the execution.
instantiateProcess(ProcessDefinitionUUID, Map<String, Object>) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Creates an instance of the specified process with the added variable map and start the execution.
instantiateProcess(ProcessDefinitionUUID, Map<String, Object>, Collection<InitialAttachment>) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Creates an instance of the specified process with the added variable map, the default attachments and start the execution.
instantiator - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
InterceptorUtil - Class in org.ow2.bonita.facade.interceptor
Util class used by the engine to access EJB2 API Accessor and manage invocation exception
InternalAPIAccessor - Interface in org.ow2.bonita.facade.internal
Helper class giving access to QueryDefinitionAPI, QueryRuntimeAPI, ManagementAPI, RuntimeAPI and CommandAPI interfaces.
InternalBAMAPI - Interface in org.ow2.bonita.facade.internal
 
InternalCommandAPI - Interface in org.ow2.bonita.facade.internal
For internal use only.
InternalIdentityAPI - Interface in org.ow2.bonita.facade.internal
 
InternalManagementAPI - Interface in org.ow2.bonita.facade.internal
For internal use only.
internalNodeCreation(Node, String, Serializable, Map<String, Serializable>) - Method in class org.ow2.bonita.building.XmlBuilder
 
InternalQueryAPIAccessor - Interface in org.ow2.bonita.facade.internal
Helper class giving access to QueryDefinitionAPI and QueryRuntimeAPI interfaces.
InternalQueryDefinitionAPI - Interface in org.ow2.bonita.facade.internal
For internal use only.
InternalQueryRuntimeAPI - Interface in org.ow2.bonita.facade.internal
For internal use only.
InternalRepairAPI - Interface in org.ow2.bonita.facade.internal
 
InternalRuntimeAPI - Interface in org.ow2.bonita.facade.internal
For internal use only.
InternalWebAPI - Interface in org.ow2.bonita.facade.internal
For internal use only.
InvalidExpressionException - Exception in org.ow2.bonita.expression
 
InvalidExpressionException(String, String) - Constructor for exception org.ow2.bonita.expression.InvalidExpressionException
 
invoke(Object, Method, Object[]) - Method in class org.ow2.bonita.facade.interceptor.ClientAPIInterceptor
 
invoke(Object, Method, Object[]) - Method in class org.ow2.bonita.util.Chainer
 
invoke(Object, Method, Object[]) - Method in class org.ow2.bonita.util.LoggingInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.ow2.bonita.util.MBeanInvocationHandler
 
invoke(Method, Object, Object[]) - Static method in class org.ow2.bonita.util.ReflectUtil
 
involvedUsers - Variable in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
IS_THROWING_EXCEPTION - Static variable in class org.ow2.bonita.building.XmlDef
 
isAsynchronous() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Checks whether the activity is asynchronous.
isAsynchronous() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
isAutomatic() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Checks whether the activity is an automatic one.
isAutomatic() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
isAutomatic() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
isAutomatic() - Method in interface org.ow2.bonita.light.LightActivityInstance
 
ISDEFAULT - Static variable in class org.ow2.bonita.building.XmlDef
 
isDefault - Variable in class org.ow2.bonita.facade.def.majorElement.impl.TransitionDefinitionImpl
 
isDefault() - Method in class org.ow2.bonita.facade.def.majorElement.impl.TransitionDefinitionImpl
 
isDefault() - Method in interface org.ow2.bonita.facade.def.majorElement.TransitionDefinition
Returns true if this transition is a default transition
isEditable() - Method in class org.ow2.bonita.connector.core.desc.Select
 
isEnumeration() - Method in interface org.ow2.bonita.facade.def.majorElement.DataFieldDefinition
Checks whether the dataField is an enumeration.
isEnumeration() - Method in class org.ow2.bonita.facade.def.majorElement.impl.DataFieldDefinitionImpl
 
isFieldExist(Class<? extends Connector>, String) - Static method in class org.ow2.bonita.connector.core.Connector
Checks if the field exists in this connector.
isFixedCols() - Method in class org.ow2.bonita.connector.core.desc.Array
 
isFixedRows() - Method in class org.ow2.bonita.connector.core.desc.Array
 
isGroovyExpression(String) - Static method in class org.ow2.bonita.util.GroovyExpression
 
isHasToBeDisplayed() - Method in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
isHasToBeDisplayed() - Method in interface org.ow2.bonita.facade.runtime.Label
 
isInALoop() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Checks whether the activity is repeated as a standard loop
isInALoop() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
isInCycle() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Checks whether the activity is in a cycle.
isInCycle() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
isJavaIdentifier(String) - Static method in class org.ow2.bonita.util.Misc
 
isJoinable() - Method in class org.ow2.bonita.connector.core.MultipleInstancesJoinChecker
 
isJoinOK() - Method in class org.ow2.bonita.connector.core.MultipleInstancesJoinChecker
 
isJustAGroovyExpression(String) - Static method in class org.ow2.bonita.util.Misc
 
isNull(int) - Method in class org.ow2.bonita.util.Misc.NullCheckResult
Returns true if the i th parameter given to Misc.findNull(Object...) was null.
isOnWindows() - Static method in class org.ow2.bonita.util.Misc
 
isOptional() - Method in class org.ow2.bonita.connector.core.desc.Group
 
isReceiveEvent() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Checks whether the activity receives events.
isReceiveEvent() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
isRestrictedApplicationAcces() - Method in class org.ow2.bonita.env.Environment
 
isSendEvents() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Checks whether the activity sends events.
isSendEvents() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
isSetter(String) - Static method in class org.ow2.bonita.util.Misc
 
isStorable(Object) - Method in class org.ow2.bonita.type.Variable
is true if this variable-instance supports the given value, false otherwise.
isStorable(Object) - Method in class org.ow2.bonita.type.variable.NullVariable
 
isStorable(Object) - Method in class org.ow2.bonita.type.variable.UnpersistableVariable
 
isSubflow() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Checks whether the activity is a sub-process.
isSubflow() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
isSubflow() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
isSubflow() - Method in interface org.ow2.bonita.light.LightActivityInstance
 
isSystemLabel - Variable in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
isSystemLabel() - Method in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
isSystemLabel() - Method in interface org.ow2.bonita.facade.runtime.Label
 
isTask() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Checks whether the activity is a task.
isTask() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
isTask() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
isTask() - Method in interface org.ow2.bonita.light.LightActivityInstance
 
isTaskAssigned() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
isTaskAssigned() - Method in interface org.ow2.bonita.light.LightTaskInstance
Return true if the task is assigned.
isTextOnly(Element) - Static method in class org.ow2.bonita.util.xml.XmlUtil
 
isThrowingException() - Method in interface org.ow2.bonita.facade.def.element.ConnectorDefinition
Defines whether the connector throws exceptions when executing.
isThrowingException() - Method in class org.ow2.bonita.facade.def.element.impl.ConnectorDefinitionImpl
 
isTimer() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Checks whether the activity is a timer.
isTimer() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
isTimer() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
isTimer() - Method in interface org.ow2.bonita.light.LightActivityInstance
 
isUserAdmin(String) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
isUserAdmin(String) - Method in interface org.ow2.bonita.facade.ManagementAPI
Check whether a user has administrator privileges
isValidBooleanExpression(String) - Static method in class org.ow2.bonita.connector.core.ConnectorValidator
Checks whether the given expression is a valid boolean expression.
isVisible - Variable in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
isVisible() - Method in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
isVisible() - Method in interface org.ow2.bonita.facade.runtime.Label
 
IterationDescriptor - Class in org.ow2.bonita.facade.def.element.impl
Describes a cycle.
IterationDescriptor() - Constructor for class org.ow2.bonita.facade.def.element.impl.IterationDescriptor
 
IterationDescriptor(Set<String>, Set<String>, Set<String>) - Constructor for class org.ow2.bonita.facade.def.element.impl.IterationDescriptor
 
IterationDescriptor(IterationDescriptor) - Constructor for class org.ow2.bonita.facade.def.element.impl.IterationDescriptor
 
iterationDescriptors - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
IterationDetection - Class in org.ow2.bonita.util
 
iterationId - Variable in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 

J

JAAS_PROPERTY - Static variable in class org.ow2.bonita.util.BonitaConstants
 
JAXP_SCHEMALANGUAGE - Static variable in class org.ow2.bonita.util.XmlConstants
 
JAXP_SCHEMASOURCE - Static variable in class org.ow2.bonita.util.XmlConstants
 
JEE_SERVER_PROPERTY - Static variable in class org.ow2.bonita.util.BonitaConstants
 
jndiEnvironment - Variable in class org.ow2.bonita.facade.ejb.ejb2.EJB2QueryAPIAccessorImpl
 
jndiEnvironment - Variable in class org.ow2.bonita.facade.ejb.ejb3.EJB3QueryAPIAccessorImpl
 
JOIN_TYPE - Static variable in class org.ow2.bonita.building.XmlDef
 
joinChecker - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
joinNumber - Variable in class org.ow2.bonita.definition.MultiInstantiatorDescriptor
 
joinType - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 

K

key - Variable in class org.ow2.bonita.facade.def.element.impl.MetaDataImpl
 
key - Variable in class org.ow2.bonita.type.Variable
 
keys() - Method in interface org.ow2.bonita.env.Context
 
KeyWord - Enum in org.ow2.bonita.expression
 

L

LABEL - Static variable in class org.ow2.bonita.building.XmlDef
 
label - Variable in class org.ow2.bonita.facade.identity.impl.RoleImpl
 
label - Variable in class org.ow2.bonita.facade.privilege.impl.RuleImpl
 
label - Variable in class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
label - Variable in class org.ow2.bonita.facade.runtime.impl.CaseImpl
 
label - Variable in class org.ow2.bonita.facade.runtime.impl.InitialAttachmentImpl
 
Label - Interface in org.ow2.bonita.facade.runtime
 
label - Variable in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
LabelImpl - Class in org.ow2.bonita.facade.runtime.impl
This class defines the concept of 'Label'.
LabelImpl() - Constructor for class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
LabelImpl(String, String, String, String, String, boolean, boolean, String, int, boolean) - Constructor for class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
LabelImpl(Label) - Constructor for class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
labelName - Variable in class org.ow2.bonita.facade.runtime.impl.CaseImpl
 
labelName - Variable in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
lastAccessDate - Variable in class org.ow2.bonita.facade.runtime.impl.WebUserImpl
 
lastName - Variable in class org.ow2.bonita.facade.identity.impl.UserImpl
 
lastUpdate - Variable in class org.ow2.bonita.facade.runtime.impl.CaseImpl
 
lastUpdate - Variable in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
lastUpdate - Variable in class org.ow2.bonita.light.impl.LightProcessInstanceImpl
 
LEGEND_MSG - Static variable in class org.ow2.bonita.util.TraceFormatter
 
LightActivityInstance - Interface in org.ow2.bonita.light
 
LightActivityInstanceImpl - Class in org.ow2.bonita.light.impl
 
LightActivityInstanceImpl() - Constructor for class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
LightActivityInstanceImpl(ActivityInstanceUUID, ActivityDefinition, ProcessDefinitionUUID, ProcessInstanceUUID, ProcessInstanceUUID, String, String) - Constructor for class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
LightActivityInstanceImpl(ActivityInstance) - Constructor for class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
LightProcessDefinition - Interface in org.ow2.bonita.light
 
LightProcessDefinitionImpl - Class in org.ow2.bonita.light.impl
 
LightProcessDefinitionImpl() - Constructor for class org.ow2.bonita.light.impl.LightProcessDefinitionImpl
 
LightProcessDefinitionImpl(ProcessDefinition) - Constructor for class org.ow2.bonita.light.impl.LightProcessDefinitionImpl
 
LightProcessDefinitionImpl(String, String) - Constructor for class org.ow2.bonita.light.impl.LightProcessDefinitionImpl
 
LightProcessInstance - Interface in org.ow2.bonita.light
 
LightProcessInstanceImpl - Class in org.ow2.bonita.light.impl
 
LightProcessInstanceImpl() - Constructor for class org.ow2.bonita.light.impl.LightProcessInstanceImpl
 
LightProcessInstanceImpl(ProcessDefinitionUUID, ProcessInstanceUUID, ProcessInstanceUUID) - Constructor for class org.ow2.bonita.light.impl.LightProcessInstanceImpl
 
LightProcessInstanceImpl(ProcessInstance) - Constructor for class org.ow2.bonita.light.impl.LightProcessInstanceImpl
 
LightTaskInstance - Interface in org.ow2.bonita.light
Interface of task activity (aka Manual activity).
LINE_SEPARATOR - Static variable in class org.ow2.bonita.util.Misc
The line separator as defined by the property line.separator.
listToString(List<String>, String) - Static method in class org.ow2.bonita.util.Misc
 
load(Class<? extends Connector>) - Static method in class org.ow2.bonita.connector.core.ConnectorDescriptorAPI
Load the connector descriptor
loadClass(ClassLoader, String) - Static method in class org.ow2.bonita.util.ReflectUtil
 
loadClasses(ClassLoader, List<String>) - Static method in class org.ow2.bonita.util.ReflectUtil
 
localPart - Variable in class org.ow2.bonita.util.xml.XmlUtil.NamespaceValue
 
LocalStorageLoginModule - Class in org.ow2.bonita.identity.auth
This LoginModule is used only in the case where bonita engine and clients run on the same server It does not perform any identity check, meaning that anybody providing a username and password can log in
LocalStorageLoginModule() - Constructor for class org.ow2.bonita.identity.auth.LocalStorageLoginModule
 
LOG - Static variable in enum org.ow2.bonita.facade.Context
 
LOG - Static variable in class org.ow2.bonita.facade.runtime.impl.UpdateImpl
 
log(Level, String) - Static method in class org.ow2.bonita.util.Misc
Log the given message at the given level using caller's Logger.
logClockInconsistency() - Static method in class org.ow2.bonita.facade.runtime.impl.UpdateImpl
 
LOGGING_PROPERTY - Static variable in class org.ow2.bonita.util.BonitaConstants
 
LoggingInvocationHandler<T> - Class in org.ow2.bonita.util
 
LoggingInvocationHandler(T, Logger) - Constructor for class org.ow2.bonita.util.LoggingInvocationHandler
 
login() - Method in class org.ow2.bonita.identity.auth.BonitaIdentityLoginModule
Method to authenticate a Subject (phase 1).
login() - Method in class org.ow2.bonita.identity.auth.BonitaRemoteLoginModule
Method to authenticate a Subject (phase 1).
login() - Method in class org.ow2.bonita.identity.auth.LocalStorageLoginModule
Method to authenticate a Subject (phase 1).
login() - Method in class org.ow2.bonita.identity.auth.PlainLoginModule
Method to authenticate a Subject (phase 1).
login() - Method in class org.ow2.bonita.identity.auth.StorageLoginModule
 
LOGIN_MODE_EXAMPLE - Static variable in class org.ow2.bonita.util.BonitaConstants
 
LOGIN_MODE_PROPERTY - Static variable in class org.ow2.bonita.util.BonitaConstants
 
LOGIN_MODE_TEST - Static variable in class org.ow2.bonita.util.BonitaConstants
 
logout() - Method in class org.ow2.bonita.identity.auth.BonitaIdentityLoginModule
Method which logs out a Subject.
logout() - Method in class org.ow2.bonita.identity.auth.BonitaRemoteLoginModule
Method which logs out a Subject.
logout() - Method in class org.ow2.bonita.identity.auth.LocalStorageLoginModule
Method which logs out a Subject.
logout() - Method in class org.ow2.bonita.identity.auth.PlainLoginModule
Method which logs out a Subject.
logout() - Method in class org.ow2.bonita.identity.auth.StorageLoginModule
 
lookup(String, Hashtable<String, String>) - Static method in class org.ow2.bonita.util.Misc
 
loop - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
LOOP_CONDITION - Static variable in class org.ow2.bonita.building.XmlDef
 
LOOP_MAXIMUM - Static variable in class org.ow2.bonita.building.XmlDef
 
loopCondition - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
loopMaximum - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 

M

main(String[]) - Static method in class org.ow2.bonita.util.Base64
Encodes or decodes two files from the command line; feel free to delete this method (in fact you probably should) if you're embedding this code into a larger program.
MajorElementBinding - Class in org.ow2.bonita.parsing.xpdl.binding
 
MajorElementBinding(String) - Constructor for class org.ow2.bonita.parsing.xpdl.binding.MajorElementBinding
 
manageInvokeExceptionCause(Method, Throwable) - Static method in class org.ow2.bonita.facade.interceptor.InterceptorUtil
Throw the throwable passed if it's an RuntimeException or if it's an exception declared by the method If not, throw nothing and return
MANAGEMENT_JNDINAME - Static variable in class org.ow2.bonita.util.AccessorUtil
 
ManagementAPI - Interface in org.ow2.bonita.facade
Workflow process deployment operations.
Mapper - Class in org.ow2.bonita.connector.core
 
Mapper() - Constructor for class org.ow2.bonita.connector.core.Mapper
 
mapToString(Map<String, String>) - Static method in class org.ow2.bonita.util.Misc
 
matches(Element) - Method in interface org.ow2.bonita.util.xml.Binding
does this binding apply to the given element?
matches(Element) - Method in class org.ow2.bonita.util.xml.TagBinding
 
MAX_LIST_SIZE - Static variable in class org.ow2.bonita.util.BonitaConstants
 
MAX_QUERY_SIZE - Static variable in class org.ow2.bonita.util.BonitaConstants
 
MBeanInvocationHandler - Class in org.ow2.bonita.util
 
MBeanInvocationHandler(String, String) - Constructor for class org.ow2.bonita.util.MBeanInvocationHandler
 
message - Variable in class org.ow2.bonita.facade.runtime.impl.CommentImpl
 
META_DATA - Static variable in class org.ow2.bonita.building.XmlDef
 
META_DATAS - Static variable in class org.ow2.bonita.building.XmlDef
 
MetaData - Interface in org.ow2.bonita.facade.def.element
SubflowParameter Definition within process element.
metadata - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
metaData - Variable in class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
metaData - Variable in class org.ow2.bonita.facade.runtime.impl.InitialAttachmentImpl
 
MetaDataImpl - Class in org.ow2.bonita.facade.def.element.impl
 
MetaDataImpl() - Constructor for class org.ow2.bonita.facade.def.element.impl.MetaDataImpl
 
MetaDataImpl(String, String) - Constructor for class org.ow2.bonita.facade.def.element.impl.MetaDataImpl
 
MetaDataImpl(MetaData) - Constructor for class org.ow2.bonita.facade.def.element.impl.MetaDataImpl
 
Misc - Class in org.ow2.bonita.util
 
Misc.NullCheckResult - Class in org.ow2.bonita.util
Represents null value returned by Misc.findNull(Object...).
MissingOptionException - Exception in org.ow2.bonita.identity.auth
 
MissingOptionException(String, String) - Constructor for exception org.ow2.bonita.identity.auth.MissingOptionException
 
MULTI_INSTANTIATION - Static variable in class org.ow2.bonita.building.XmlDef
 
MultiInstantiationDefinition - Interface in org.ow2.bonita.facade.def.element
Multi-instantiation definition within Activity element.
MultiInstantiator - Class in org.ow2.bonita.connector.core
 
MultiInstantiator() - Constructor for class org.ow2.bonita.connector.core.MultiInstantiator
 
MultiInstantiator - Interface in org.ow2.bonita.definition
Implementing this interface is required to get multi-instantiation feature.
This feature allows to get multiple instantiations of an activity.
MultiInstantiatorDescriptor - Class in org.ow2.bonita.definition
Class returned by the MultiInstantiator interface and therefore by the classes implementing it written for the need of the end user application.
MultiInstantiatorDescriptor() - Constructor for class org.ow2.bonita.definition.MultiInstantiatorDescriptor
 
MultiInstantiatorDescriptor(int, List<Object>) - Constructor for class org.ow2.bonita.definition.MultiInstantiatorDescriptor
 
MultiInstantiatorInvocationException - Exception in org.ow2.bonita.facade.exception
Thrown if an exception occurs during the execution of the multi-instantiation of the activity by the engine.
MultiInstantiatorInvocationException(String, String, Throwable) - Constructor for exception org.ow2.bonita.facade.exception.MultiInstantiatorInvocationException
 
MULTIPLE_ACT_INSTANTIATOR - Static variable in class org.ow2.bonita.building.XmlDef
 
MULTIPLE_ACT_JOINCHECKER - Static variable in class org.ow2.bonita.building.XmlDef
 
MultipleActivitiesInstantiatorDefinition - Interface in org.ow2.bonita.facade.def.element
 
MultipleInstances - Class in org.ow2.bonita.connector.core
 
MultipleInstances() - Constructor for class org.ow2.bonita.connector.core.MultipleInstances
 
MultipleInstancesInstantiator - Class in org.ow2.bonita.connector.core
 
MultipleInstancesInstantiator() - Constructor for class org.ow2.bonita.connector.core.MultipleInstancesInstantiator
 
MultipleInstancesJoinChecker - Class in org.ow2.bonita.connector.core
 
MultipleInstancesJoinChecker() - Constructor for class org.ow2.bonita.connector.core.MultipleInstancesJoinChecker
 

N

NAME - Static variable in class org.ow2.bonita.building.XmlDef
 
name - Variable in class org.ow2.bonita.facade.def.element.impl.IncomingEventDefinitionImpl
 
name - Variable in class org.ow2.bonita.facade.def.element.impl.OutgoingEventDefinitionImpl
 
name - Variable in class org.ow2.bonita.facade.identity.impl.RoleImpl
 
name - Variable in class org.ow2.bonita.facade.privilege.impl.RuleImpl
 
name - Variable in class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
name - Variable in class org.ow2.bonita.facade.runtime.impl.InitialAttachmentImpl
 
name - Variable in class org.ow2.bonita.facade.runtime.impl.VariableUpdateImpl
 
name - Variable in class org.ow2.bonita.facade.runtime.impl.WebUserImpl
 
name - Variable in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
name - Variable in class org.ow2.bonita.type.Type
 
name - Variable in class org.ow2.bonita.util.stream.StreamSource
 
NamedElement - Interface in org.ow2.bonita.facade.def.majorElement
NamedElement within a BPM Element
NamedElementImpl - Class in org.ow2.bonita.facade.def.majorElement.impl
 
NamedElementImpl() - Constructor for class org.ow2.bonita.facade.def.majorElement.impl.NamedElementImpl
 
NamedElementImpl(String) - Constructor for class org.ow2.bonita.facade.def.majorElement.impl.NamedElementImpl
 
NamedElementImpl(NamedElement) - Constructor for class org.ow2.bonita.facade.def.majorElement.impl.NamedElementImpl
 
namespaceUri - Variable in class org.ow2.bonita.util.xml.TagBinding
 
nb - Variable in class org.ow2.bonita.light.impl.LightProcessInstanceImpl
 
newDocumentBuilderFactory() - Method in class org.ow2.bonita.util.xml.Parser
factory method for DocumentBuilderFactory during lazy initialization of the documentBuilderFactory.
newInstance(Class<T>) - Static method in class org.ow2.bonita.util.ReflectUtil
 
newInstance(Constructor<T>) - Static method in class org.ow2.bonita.util.ReflectUtil
 
newInstance(Constructor<T>, Object[]) - Static method in class org.ow2.bonita.util.ReflectUtil
 
NO_OPTIONS - Static variable in class org.ow2.bonita.util.Base64
No options specified.
NotImplementedException - Exception in org.ow2.bonita.util
 
NotImplementedException() - Constructor for exception org.ow2.bonita.util.NotImplementedException
 
NotImplementedException(String) - Constructor for exception org.ow2.bonita.util.NotImplementedException
 
NullVariable - Class in org.ow2.bonita.type.variable
 
NullVariable() - Constructor for class org.ow2.bonita.type.variable.NullVariable
 

O

objectStack - Variable in class org.ow2.bonita.util.xml.Parse
 
ObjectVariable - Class in org.ow2.bonita.facade.runtime.impl
 
ObjectVariable(Object) - Constructor for class org.ow2.bonita.facade.runtime.impl.ObjectVariable
 
openStream() - Method in class org.ow2.bonita.util.stream.ByteArrayStreamSource
 
openStream() - Method in class org.ow2.bonita.util.stream.FileStreamSource
 
openStream() - Method in class org.ow2.bonita.util.stream.InputStreamSource
 
openStream() - Method in class org.ow2.bonita.util.stream.ResourceStreamSource
 
openStream() - Method in class org.ow2.bonita.util.stream.StreamSource
 
openStream() - Method in class org.ow2.bonita.util.stream.StringStreamSource
 
openStream() - Method in class org.ow2.bonita.util.stream.UrlStreamSource
 
Option - Class in org.ow2.bonita.connector.core.desc
 
Option(String, String) - Constructor for class org.ow2.bonita.connector.core.desc.Option
 
ORDERED - Static variable in class org.ow2.bonita.util.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
org.ow2.bonita.ant.tasks - package org.ow2.bonita.ant.tasks
Provides classes for dealing with ant tasks.
org.ow2.bonita.building - package org.ow2.bonita.building
Contains classes for exporting ProcessDefinition to an XML format.
org.ow2.bonita.connector.core - package org.ow2.bonita.connector.core
Provides classes for creating Connectors.
org.ow2.bonita.connector.core.desc - package org.ow2.bonita.connector.core.desc
Contains classes describing connector view (internal use only).
org.ow2.bonita.definition - package org.ow2.bonita.definition
Contains interfaces to be implemented for Hooks, Mappers, Performer Assignments, Multi-instantiation.
org.ow2.bonita.env - package org.ow2.bonita.env
Provides classes and interfaces describing the environment.
org.ow2.bonita.expression - package org.ow2.bonita.expression
Provides classes for evaluating string expressions as boolean ones (internal use only).
org.ow2.bonita.facade - package org.ow2.bonita.facade
Contains interfaces for accessing Bonita APIs.
org.ow2.bonita.facade.def.element - package org.ow2.bonita.facade.def.element
Contains interfaces relating to definitions elements.
org.ow2.bonita.facade.def.element.impl - package org.ow2.bonita.facade.def.element.impl
Contains classes implementing definition elements (internal use only).
org.ow2.bonita.facade.def.majorElement - package org.ow2.bonita.facade.def.majorElement
Contains interfaces relating to definitions elements.
org.ow2.bonita.facade.def.majorElement.impl - package org.ow2.bonita.facade.def.majorElement.impl
Contains classes implementing definition elements (internal use only).
org.ow2.bonita.facade.ejb - package org.ow2.bonita.facade.ejb
Provides classes to execute remote Commands.
org.ow2.bonita.facade.ejb.ejb2 - package org.ow2.bonita.facade.ejb.ejb2
Contains classes for accessing APIs using EJB2 (internal use only).
org.ow2.bonita.facade.ejb.ejb2.api - package org.ow2.bonita.facade.ejb.ejb2.api
Contains classes for dealing with APIs using EJB2 (internal use only).
org.ow2.bonita.facade.ejb.ejb2.home - package org.ow2.bonita.facade.ejb.ejb2.home
Contains interfaces defining where to find each APIs using EJB2 (internal use only).
org.ow2.bonita.facade.ejb.ejb3 - package org.ow2.bonita.facade.ejb.ejb3
Contains classes for accessing APIs using EJB3 (internal use only).
org.ow2.bonita.facade.exception - package org.ow2.bonita.facade.exception
Contains exception classes thrown by Bonita APIs.
org.ow2.bonita.facade.identity - package org.ow2.bonita.facade.identity
Provides interfaces defining identity entities.
org.ow2.bonita.facade.identity.impl - package org.ow2.bonita.facade.identity.impl
Contains classes defining identity entities (internal use only).
org.ow2.bonita.facade.impl - package org.ow2.bonita.facade.impl
Contains support of Internal Bonita APIs (internal use only).
org.ow2.bonita.facade.interceptor - package org.ow2.bonita.facade.interceptor
Contains classes dealing with Interceptor concept (internal use only).
org.ow2.bonita.facade.internal - package org.ow2.bonita.facade.internal
All interfaces in this package are for internal use only.
org.ow2.bonita.facade.privilege - package org.ow2.bonita.facade.privilege
Provides interfaces for using privileges/access permissions to processes.
org.ow2.bonita.facade.privilege.impl - package org.ow2.bonita.facade.privilege.impl
Contains classes for using privileges/access permissions to processes (internal use only).
org.ow2.bonita.facade.runtime - package org.ow2.bonita.facade.runtime
It contains interfaces for recorded data for runtime informations on different types of workflow elements : process, activity, variable, connectors.
org.ow2.bonita.facade.runtime.command - package org.ow2.bonita.facade.runtime.command
Contains classes in order to work with Bonita console (internal use only).
org.ow2.bonita.facade.runtime.impl - package org.ow2.bonita.facade.runtime.impl
Contains classes implementing runtime elements (internal use only).
org.ow2.bonita.facade.uuid - package org.ow2.bonita.facade.uuid
Contains classes that implement universally unique identifier (UUID) for returned objects or parameters of the Bonita API.
org.ow2.bonita.identity.auth - package org.ow2.bonita.identity.auth
Contains support of Bonita authentication.
org.ow2.bonita.light - package org.ow2.bonita.light
Provides interfaces for defining light-weight elements.
org.ow2.bonita.light.impl - package org.ow2.bonita.light.impl
Provides classes implementing light-weight elements (internal use only).
org.ow2.bonita.parsing.connector - package org.ow2.bonita.parsing.connector
Contains classes for parsing connector descriptors.
org.ow2.bonita.parsing.connector.binding - package org.ow2.bonita.parsing.connector.binding
Contains classes for parsing connector descriptor elements.
org.ow2.bonita.parsing.def - package org.ow2.bonita.parsing.def
Contains classes for parsing process saved in an XML format.
org.ow2.bonita.parsing.def.binding - package org.ow2.bonita.parsing.def.binding
Contains classes for parsing process and binding process elements.
org.ow2.bonita.parsing.xpdl - package org.ow2.bonita.parsing.xpdl
Contains classes for parsing and binding XPDL files.
org.ow2.bonita.parsing.xpdl.binding - package org.ow2.bonita.parsing.xpdl.binding
Contains classes for parsing and binding XPDL file elements.
org.ow2.bonita.type - package org.ow2.bonita.type
Contains support of type conversions.
org.ow2.bonita.type.variable - package org.ow2.bonita.type.variable
Contains classes defining other variable types.
org.ow2.bonita.util - package org.ow2.bonita.util
Contains classes shared by the entire engine.
org.ow2.bonita.util.stream - package org.ow2.bonita.util.stream
Contains classes relating to streams.
org.ow2.bonita.util.xml - package org.ow2.bonita.util.xml
Contains support of XML files parsing.
otherNodes - Variable in class org.ow2.bonita.facade.def.element.impl.IterationDescriptor
List of cycle nodes (descriptors)
OUTGOING_EVENT - Static variable in class org.ow2.bonita.building.XmlDef
 
OUTGOING_EVENTS - Static variable in class org.ow2.bonita.building.XmlDef
 
OutgoingEventDefinition - Interface in org.ow2.bonita.facade.def.element
OutgoingEvent Definition within activity element.
OutgoingEventDefinitionImpl - Class in org.ow2.bonita.facade.def.element.impl
 
OutgoingEventDefinitionImpl() - Constructor for class org.ow2.bonita.facade.def.element.impl.OutgoingEventDefinitionImpl
 
OutgoingEventDefinitionImpl(String, String, String, Map<String, Object>, long) - Constructor for class org.ow2.bonita.facade.def.element.impl.OutgoingEventDefinitionImpl
 
OutgoingEventDefinitionImpl(OutgoingEventDefinition) - Constructor for class org.ow2.bonita.facade.def.element.impl.OutgoingEventDefinitionImpl
 
outgoingEvents - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
outgoingTransitions - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
ownerName - Variable in class org.ow2.bonita.facade.runtime.impl.CaseImpl
 
ownerName - Variable in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 

P

Page - Class in org.ow2.bonita.connector.core.desc
 
Page(String, List<Component>) - Constructor for class org.ow2.bonita.connector.core.desc.Page
 
PageBinding - Class in org.ow2.bonita.parsing.connector.binding
 
PageBinding() - Constructor for class org.ow2.bonita.parsing.connector.binding.PageBinding
 
PARAMETER - Static variable in class org.ow2.bonita.building.XmlDef
 
parameterName - Variable in class org.ow2.bonita.facade.def.element.impl.ConnectorParameters
 
PARAMETERS - Static variable in class org.ow2.bonita.building.XmlDef
 
parentInstanceUUID - Variable in class org.ow2.bonita.light.impl.LightProcessInstanceImpl
 
parse(Element, Parse, Parser) - Method in class org.ow2.bonita.parsing.connector.binding.CategoryBinding
 
parse(Element, Parse, Parser) - Method in class org.ow2.bonita.parsing.connector.binding.ConnectorBinding
 
parse(Element, Parse, Parser) - Method in class org.ow2.bonita.parsing.connector.binding.GetterBinding
 
parse(Element, Parse, Parser) - Method in class org.ow2.bonita.parsing.connector.binding.PageBinding
 
parse(Element, Parse, Parser) - Method in class org.ow2.bonita.parsing.connector.binding.SetterBinding
 
parse(Element, Parse, Parser) - Method in class org.ow2.bonita.parsing.def.binding.ActivityBinding
 
parse(Element, Parse, Parser) - Method in class org.ow2.bonita.parsing.def.binding.AttachmentBinding
 
parse(Element, Parse, Parser) - Method in class org.ow2.bonita.parsing.def.binding.ConnectorBinding
 
parse(Element, Parse, Parser) - Method in class org.ow2.bonita.parsing.def.binding.DataFieldBinding
 
parse(Element, Parse, Parser) - Method in class org.ow2.bonita.parsing.def.binding.ParticipantBinding
 
parse(Element, Parse, Parser) - Method in class org.ow2.bonita.parsing.def.binding.ProcessBinding
 
parse(Element, Parse, Parser) - Method in class org.ow2.bonita.parsing.def.binding.TransitionBinding
 
parse(Element, Parse, Parser) - Method in class org.ow2.bonita.parsing.xpdl.binding.ActivityBinding
 
parse(Element, Parse, Parser) - Method in class org.ow2.bonita.parsing.xpdl.binding.DataFieldBinding
 
parse(Element, Parse, Parser) - Method in class org.ow2.bonita.parsing.xpdl.binding.ParticipantBinding
 
parse(Element, Parse, Parser) - Method in class org.ow2.bonita.parsing.xpdl.binding.TransitionBinding
 
parse(Element, Parse, Parser) - Method in class org.ow2.bonita.parsing.xpdl.binding.WorkflowProcessBinding
 
parse(Element, Parse, Parser) - Method in interface org.ow2.bonita.util.xml.Binding
translates the given element into a domain model java object.
Parse - Class in org.ow2.bonita.util.xml
information related to one single parse operation, for instructions see Parser.
Parse(Parser) - Constructor for class org.ow2.bonita.util.xml.Parse
 
parseBooleanValue(String) - Static method in class org.ow2.bonita.util.xml.XmlUtil
 
parseCommaSeparatedList(String) - Static method in class org.ow2.bonita.util.xml.XmlUtil
parses comma or space separated list.
parseDataFields(Element, Parse, ProcessBuilder, Collection<Element>, Parser) - Method in class org.ow2.bonita.parsing.xpdl.binding.ActivityBinding
 
parseDate(String) - Static method in class org.ow2.bonita.util.DateUtil
 
parseDeadlines(Element, Parse, ProcessBuilder) - Method in class org.ow2.bonita.parsing.xpdl.binding.ActivityBinding
 
parseDocument(Document, Parse) - Method in class org.ow2.bonita.util.xml.Parser
start of the DOM walk.
parseDocumentElement(Element, Parse) - Method in class org.ow2.bonita.parsing.connector.ConnectorDescriptorParser
 
parseDocumentElement(Element, Parse) - Method in class org.ow2.bonita.parsing.def.XmlDefParser
 
parseDocumentElement(Element, Parse) - Method in class org.ow2.bonita.parsing.xpdl.XpdlParser
 
parseDocumentElement(Element, Parse) - Method in class org.ow2.bonita.util.xml.Parser
parses the top level element in the document and produces the object that is the result from the parsing.
parseElement(Element, Parse) - Method in class org.ow2.bonita.util.xml.Parser
parses an arbitrary element in the document with the first matching binding found using any of the categories.
parseElement(Element, Parse, String) - Method in class org.ow2.bonita.util.xml.Parser
parses an arbitrary element in the document based on the bindings in the given category.
parseElementList(Element, String, String, Parse, Parser) - Method in class org.ow2.bonita.parsing.def.binding.ElementBinding
 
parseFormalParameters(Element, Parse, Parser, ProcessBuilder) - Method in class org.ow2.bonita.parsing.xpdl.binding.WorkflowProcessBinding
returns a list of formal parameters: parameters are ordered and index attribute is not required (index attribute has been removed in Xpdl 2) TODO: check that a formal parameter in a workflow process does not hide a data field name.
parseHooks(Element, Parse, boolean, ProcessBuilder) - Method in class org.ow2.bonita.parsing.xpdl.binding.ActivityBinding
 
parseList(Element, String) - Static method in class org.ow2.bonita.util.xml.XmlUtil
 
parsePerformerAssign(Element, Parse, ProcessBuilder) - Method in class org.ow2.bonita.parsing.xpdl.binding.ActivityBinding
 
parser - Variable in class org.ow2.bonita.util.xml.Parse
 
Parser - Class in org.ow2.bonita.util.xml
makes typical usage of JAXP more convenient, adds a binding framework, entity resolution and error handling.
Parser() - Constructor for class org.ow2.bonita.util.xml.Parser
the default parser
Parser(Bindings) - Constructor for class org.ow2.bonita.util.xml.Parser
creates a new Parser with bindings that can be maintained statically in specialized subclasses of Parser.
Parser(Bindings, Map<String, Entity>) - Constructor for class org.ow2.bonita.util.xml.Parser
creates a new Parser with bindings and entities that can be maintained statically in specialized subclasses of Parser.
parseRoleMapper(Element, Parse, ProcessBuilder, String) - Method in class org.ow2.bonita.parsing.xpdl.binding.ParticipantBinding
 
parseXpdlMajorElementList(Element, String, String, Parse, Parser) - Method in class org.ow2.bonita.parsing.xpdl.binding.MajorElementBinding
 
PARTICIPANT - Static variable in class org.ow2.bonita.building.XmlDef
 
ParticipantBinding - Class in org.ow2.bonita.parsing.def.binding
 
ParticipantBinding() - Constructor for class org.ow2.bonita.parsing.def.binding.ParticipantBinding
 
ParticipantBinding - Class in org.ow2.bonita.parsing.xpdl.binding
 
ParticipantBinding() - Constructor for class org.ow2.bonita.parsing.xpdl.binding.ParticipantBinding
 
ParticipantDefinition - Interface in org.ow2.bonita.facade.def.majorElement
This interface represents the Participant definition.
It's derived from the Workflow Participant of XPDL.
The Participant entity type attribute characterises the participant to be an individual, an organisational unit or an abstract resource such as a machine.
ParticipantDefinitionImpl - Class in org.ow2.bonita.facade.def.majorElement.impl
 
ParticipantDefinitionImpl() - Constructor for class org.ow2.bonita.facade.def.majorElement.impl.ParticipantDefinitionImpl
 
ParticipantDefinitionImpl(ProcessDefinitionUUID, String) - Constructor for class org.ow2.bonita.facade.def.majorElement.impl.ParticipantDefinitionImpl
 
ParticipantDefinitionImpl(ParticipantDefinition) - Constructor for class org.ow2.bonita.facade.def.majorElement.impl.ParticipantDefinitionImpl
 
ParticipantDefinitionUUID - Class in org.ow2.bonita.facade.uuid
This class implements the UUID for ParticipantDefinition
ParticipantDefinitionUUID() - Constructor for class org.ow2.bonita.facade.uuid.ParticipantDefinitionUUID
 
ParticipantDefinitionUUID(ParticipantDefinitionUUID) - Constructor for class org.ow2.bonita.facade.uuid.ParticipantDefinitionUUID
 
ParticipantDefinitionUUID(String) - Constructor for class org.ow2.bonita.facade.uuid.ParticipantDefinitionUUID
 
ParticipantDefinitionUUID(ProcessDefinitionUUID, String) - Constructor for class org.ow2.bonita.facade.uuid.ParticipantDefinitionUUID
 
ParticipantNotFoundException - Exception in org.ow2.bonita.facade.exception
Thrown by methods of the QueryDefinitionAPI if the definition of the participant has not been found.
ParticipantNotFoundException(String, String, ProcessDefinitionUUID) - Constructor for exception org.ow2.bonita.facade.exception.ParticipantNotFoundException
 
ParticipantNotFoundException(String, ParticipantDefinitionUUID) - Constructor for exception org.ow2.bonita.facade.exception.ParticipantNotFoundException
 
ParticipantNotFoundException(ParticipantNotFoundException) - Constructor for exception org.ow2.bonita.facade.exception.ParticipantNotFoundException
 
PARTICIPANTS - Static variable in class org.ow2.bonita.building.XmlDef
 
participants - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
Password - Class in org.ow2.bonita.connector.core.desc
 
Password(String, Setter, int, int) - Constructor for class org.ow2.bonita.connector.core.desc.Password
 
password - Variable in class org.ow2.bonita.facade.identity.impl.UserImpl
 
path - Variable in class org.ow2.bonita.facade.def.element.impl.BusinessArchiveImpl.Resource
 
peekObject() - Method in class org.ow2.bonita.util.xml.Parse
look up the top contextual object from the stack.
PERFORMER - Static variable in class org.ow2.bonita.building.XmlDef
 
PerformerAssign - Interface in org.ow2.bonita.definition
Performer assignment is dedicated to manual activity (ie.
PerformerAssignFilter - Class in org.ow2.bonita.connector.core
 
PerformerAssignFilter() - Constructor for class org.ow2.bonita.connector.core.PerformerAssignFilter
 
PerformerAssignInvocationException - Exception in org.ow2.bonita.facade.exception
Thrown if an exception occurs during the execution of the performer assignment.
PerformerAssignInvocationException(String, String, Throwable) - Constructor for exception org.ow2.bonita.facade.exception.PerformerAssignInvocationException
 
PERFORMERS - Static variable in class org.ow2.bonita.building.XmlDef
 
performers - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
PlainLoginModule - Class in org.ow2.bonita.identity.auth
 
PlainLoginModule() - Constructor for class org.ow2.bonita.identity.auth.PlainLoginModule
 
popEnvironment() - Static method in class org.ow2.bonita.env.Environment
pops the closing context from the stack of current contexts.
popObject() - Method in class org.ow2.bonita.util.xml.Parse
remove a contextual object from the stack.
prefix - Variable in class org.ow2.bonita.util.xml.XmlUtil.NamespaceValue
 
prefixAllLines(String, String) - Static method in class org.ow2.bonita.util.Misc
Return a new string based on the given message string where all lines are prefixed by the given prefix.
previewCSSStyleName - Variable in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
primitiveComponentsToString(Object) - Static method in class org.ow2.bonita.util.Misc
Smart toString() implementation of an array of primitive types.
PRIORITY - Static variable in class org.ow2.bonita.building.XmlDef
 
priority - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
priority - Variable in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
PrivilegeNotFoundException - Exception in org.ow2.bonita.facade.exception
Exception thrown when no privilege is found
PrivilegeNotFoundException(String, String) - Constructor for exception org.ow2.bonita.facade.exception.PrivilegeNotFoundException
 
PrivilegeNotFoundException(PrivilegeNotFoundException) - Constructor for exception org.ow2.bonita.facade.exception.PrivilegeNotFoundException
 
PrivilegePolicy - Enum in org.ow2.bonita.facade.privilege
 
Problem - Class in org.ow2.bonita.util.xml
a unification for an XML parsing errors and DOM interpretation problems, see also Parser.
Problem(String, String) - Constructor for class org.ow2.bonita.util.xml.Problem
 
Problem(String, Exception, String) - Constructor for class org.ow2.bonita.util.xml.Problem
 
problems - Variable in class org.ow2.bonita.util.xml.Parse
 
PROCESS - Static variable in class org.ow2.bonita.building.XmlDef
 
PROCESS_DEFINITION - Static variable in class org.ow2.bonita.building.XmlDef
 
PROCESS_DEPENDENCIES - Static variable in class org.ow2.bonita.building.XmlDef
 
PROCESS_DEPENDENCY - Static variable in class org.ow2.bonita.building.XmlDef
 
PROCESS_EVENTS - Static variable in enum org.ow2.bonita.facade.def.element.HookDefinition.Event
This list contains all the process events.
PROCESS_RESOURCE_NAME - Static variable in class org.ow2.bonita.facade.def.element.impl.BusinessArchiveImpl
 
ProcessBinding - Class in org.ow2.bonita.parsing.def.binding
 
ProcessBinding() - Constructor for class org.ow2.bonita.parsing.def.binding.ProcessBinding
 
ProcessBuilder - Class in org.ow2.bonita.util
A ProcessBuilder constructs a process by adding methods.
ProcessConnector - Class in org.ow2.bonita.connector.core
A Process Connector is a Connector with specific fields.
ProcessConnector() - Constructor for class org.ow2.bonita.connector.core.ProcessConnector
 
ProcessDefinition - Interface in org.ow2.bonita.facade.def.majorElement
This interface represents the Process definition.
ProcessDefinition.ProcessState - Enum in org.ow2.bonita.facade.def.majorElement
Process state are used to define the process life cycle.
A process can be enable, disable several times.
ProcessDefinitionImpl - Class in org.ow2.bonita.facade.def.majorElement.impl
 
ProcessDefinitionImpl() - Constructor for class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
ProcessDefinitionImpl(String, String) - Constructor for class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
ProcessDefinitionImpl(ProcessDefinition) - Constructor for class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
processDefinitionUUID - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ProcessElementImpl
This field can be null when the related element has not been defined in the process but in the package
ProcessDefinitionUUID - Class in org.ow2.bonita.facade.uuid
This class implements the UUID for ProcessDefinition
ProcessDefinitionUUID() - Constructor for class org.ow2.bonita.facade.uuid.ProcessDefinitionUUID
 
ProcessDefinitionUUID(ProcessDefinitionUUID) - Constructor for class org.ow2.bonita.facade.uuid.ProcessDefinitionUUID
 
ProcessDefinitionUUID(String) - Constructor for class org.ow2.bonita.facade.uuid.ProcessDefinitionUUID
 
ProcessDefinitionUUID(String, String) - Constructor for class org.ow2.bonita.facade.uuid.ProcessDefinitionUUID
 
ProcessElement - Interface in org.ow2.bonita.facade.def.majorElement
Parent interface for interfaces into majorElement package.
ProcessElementImpl - Class in org.ow2.bonita.facade.def.majorElement.impl
 
ProcessElementImpl() - Constructor for class org.ow2.bonita.facade.def.majorElement.impl.ProcessElementImpl
 
ProcessElementImpl(String, ProcessDefinitionUUID) - Constructor for class org.ow2.bonita.facade.def.majorElement.impl.ProcessElementImpl
 
ProcessElementImpl(ProcessElement) - Constructor for class org.ow2.bonita.facade.def.majorElement.impl.ProcessElementImpl
 
ProcessInstance - Interface in org.ow2.bonita.facade.runtime
Interface for getting recorded (runtime) information on process instance.
ProcessInstanceImpl - Class in org.ow2.bonita.facade.runtime.impl
 
ProcessInstanceImpl() - Constructor for class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
ProcessInstanceImpl(ProcessDefinitionUUID, ProcessInstanceUUID, ProcessInstanceUUID) - Constructor for class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
ProcessInstanceImpl(ProcessInstance) - Constructor for class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
processInstanceUUID - Variable in class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
ProcessInstanceUUID - Class in org.ow2.bonita.facade.uuid
This class implements the UUID for ProcessInstance
ProcessInstanceUUID() - Constructor for class org.ow2.bonita.facade.uuid.ProcessInstanceUUID
 
ProcessInstanceUUID(ProcessInstanceUUID) - Constructor for class org.ow2.bonita.facade.uuid.ProcessInstanceUUID
 
ProcessInstanceUUID(String) - Constructor for class org.ow2.bonita.facade.uuid.ProcessInstanceUUID
 
ProcessInstanceUUID(ProcessDefinitionUUID, long) - Constructor for class org.ow2.bonita.facade.uuid.ProcessInstanceUUID
 
ProcessNotFoundException - Exception in org.ow2.bonita.facade.exception
Thrown by methods of RuntimeAPI or QueryDefinitionAPI if the recorded runtime information of the process has not been found.
ProcessNotFoundException(String, String) - Constructor for exception org.ow2.bonita.facade.exception.ProcessNotFoundException
 
ProcessNotFoundException(String, String, String) - Constructor for exception org.ow2.bonita.facade.exception.ProcessNotFoundException
 
ProcessNotFoundException(String, ProcessDefinitionUUID) - Constructor for exception org.ow2.bonita.facade.exception.ProcessNotFoundException
 
ProcessReadRuleImpl - Class in org.ow2.bonita.facade.privilege.impl
 
ProcessReadRuleImpl() - Constructor for class org.ow2.bonita.facade.privilege.impl.ProcessReadRuleImpl
 
ProcessReadRuleImpl(String, String, String, Set<ProcessDefinitionUUID>) - Constructor for class org.ow2.bonita.facade.privilege.impl.ProcessReadRuleImpl
 
ProcessReadRuleImpl(ProcessReadRuleImpl) - Constructor for class org.ow2.bonita.facade.privilege.impl.ProcessReadRuleImpl
 
ProcessRuleImpl - Class in org.ow2.bonita.facade.privilege.impl
 
ProcessRuleImpl(Rule.RuleType) - Constructor for class org.ow2.bonita.facade.privilege.impl.ProcessRuleImpl
 
ProcessRuleImpl(String, String, String, Set<ProcessDefinitionUUID>, Rule.RuleType) - Constructor for class org.ow2.bonita.facade.privilege.impl.ProcessRuleImpl
 
ProcessRuleImpl(ProcessRuleImpl) - Constructor for class org.ow2.bonita.facade.privilege.impl.ProcessRuleImpl
 
ProcessStartRuleImpl - Class in org.ow2.bonita.facade.privilege.impl
 
ProcessStartRuleImpl() - Constructor for class org.ow2.bonita.facade.privilege.impl.ProcessStartRuleImpl
 
ProcessStartRuleImpl(String, String, String, Set<ProcessDefinitionUUID>) - Constructor for class org.ow2.bonita.facade.privilege.impl.ProcessStartRuleImpl
 
ProcessStartRuleImpl(ProcessStartRuleImpl) - Constructor for class org.ow2.bonita.facade.privilege.impl.ProcessStartRuleImpl
 
processUUID - Variable in class org.ow2.bonita.facade.def.element.impl.BusinessArchiveImpl
 
processUUID - Variable in class org.ow2.bonita.facade.runtime.impl.RuntimeRecordImpl
 
processUUID - Variable in class org.ow2.bonita.type.Variable
 
PRODUCT_VERSION - Static variable in class org.ow2.bonita.building.XmlDef
 
PROVIDER_URL_PROPERTY - Static variable in class org.ow2.bonita.util.BonitaConstants
 
providerurl - Variable in class org.ow2.bonita.ant.tasks.BonitaJEE
 
pushEnvironment(Environment) - Static method in class org.ow2.bonita.env.Environment
after opening of a new environment succeeded, the environment must be pushed in the stack of current environments.
pushObject(Object) - Method in class org.ow2.bonita.util.xml.Parse
push a contextual object on the stack of this parse.
put(K, V) - Method in class org.ow2.bonita.util.WeakValueMap
Here we put the key, value pair into the Map using a WeakValue object.

Q

QueryAPIAccessor - Interface in org.ow2.bonita.facade
Helper class giving access to BAMAPI, QueryDefinitionAPI and QueryRuntimeAPI interfaces.
QUERYDEFINITION_JNDINAME - Static variable in class org.ow2.bonita.util.AccessorUtil
 
QueryDefinitionAPI - Interface in org.ow2.bonita.facade
Getters on the workflow definition data for:
processes (full and light-weight) activities participants attachments As indicated by its prefix: Query, this interface could be seen as complementary to the QueryRuntimeAPI interface.
This interface deals with the static part of the data managed by the wokflow.

Workflow data can be retrieved with both entities IDs or names.
QUERYLIST_DEFAULT_KEY - Static variable in class org.ow2.bonita.util.AccessorUtil
 
QUERYLIST_HISTORY_KEY - Static variable in class org.ow2.bonita.util.AccessorUtil
 
QUERYLIST_JOURNAL_KEY - Static variable in class org.ow2.bonita.util.AccessorUtil
 
QUERYRUNTIME_JNDINAME - Static variable in class org.ow2.bonita.util.AccessorUtil
 
QueryRuntimeAPI - Interface in org.ow2.bonita.facade
Getters on workflow recorded data.
Operations in this API applies to main entities managed by Bonita such as:
processes, process instances, activities, tasks.
Returned records are issued from recorded runtime informations (both runtime and archived workflow instances).

R

Radio - Class in org.ow2.bonita.connector.core.desc
 
Radio(String, Setter, String, String) - Constructor for class org.ow2.bonita.connector.core.desc.Radio
 
RANDOM - Static variable in class org.ow2.bonita.util.Misc
A RANDOM instance.
random(int, int) - Static method in class org.ow2.bonita.util.Misc
Returns a random number between min and max value
read() - Method in class org.ow2.bonita.util.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class org.ow2.bonita.util.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
readonlyCSSStyleName - Variable in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
readyDate - Variable in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
reflectClose(Object) - Static method in class org.ow2.bonita.util.Misc
Invoke the close() method on the given object.
ReflectUtil - Class in org.ow2.bonita.util
 
ReflectUtil() - Constructor for class org.ow2.bonita.util.ReflectUtil
 
remove(int) - Method in class org.ow2.bonita.util.Chainer
 
remove(Object) - Method in class org.ow2.bonita.util.WeakValueMap
 
removeAllCasesFromLabels(Set<ProcessInstanceUUID>) - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
removeAllCasesFromLabels(Set<ProcessInstanceUUID>) - Method in interface org.ow2.bonita.facade.WebAPI
 
removeCasesFromLabel(String, String, Set<ProcessInstanceUUID>) - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
removeCasesFromLabel(String, String, Set<ProcessInstanceUUID>) - Method in class org.ow2.bonita.facade.runtime.command.WebUpdateLabelCommand
 
removeCasesFromLabel(String, String, Set<ProcessInstanceUUID>) - Method in interface org.ow2.bonita.facade.WebAPI
 
removeCategory(Category) - Method in class org.ow2.bonita.connector.core.desc.ConnectorDescriptor
 
removeClientParameters() - Method in class org.ow2.bonita.facade.def.element.impl.ConnectorDefinitionImpl
 
removeClientParameters() - Method in class org.ow2.bonita.facade.def.element.impl.OutgoingEventDefinitionImpl
 
removeContext(Context) - Method in class org.ow2.bonita.env.Environment
 
removeEntities(Set<String>) - Method in class org.ow2.bonita.facade.privilege.impl.RuleImpl
 
removeExceptions(Set<String>) - Method in class org.ow2.bonita.facade.privilege.impl.RuleImpl
 
removeExceptionsFromRule(String, Set<E>) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
removeExceptionsFromRule(String, Set<E>) - Method in interface org.ow2.bonita.facade.ManagementAPI
The global policy is applied to all entities.
Rules apply conditions to the policy as they are applied to specific entities.
This method removes exceptions from rule and so reduces the scope of the rule.
removeJar(String) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
removeJar(String) - Method in interface org.ow2.bonita.facade.ManagementAPI
Removes a JAR according to its name.
removeLabel(String, String) - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
removeLabel(String, String) - Method in interface org.ow2.bonita.facade.WebAPI
 
removeLabels(String, Collection<String>) - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
removeLabels(String, Collection<String>) - Method in interface org.ow2.bonita.facade.WebAPI
 
removeProcesses(Set<ProcessDefinitionUUID>) - Method in class org.ow2.bonita.facade.privilege.impl.ProcessRuleImpl
 
removeRole(RoleImpl) - Method in class org.ow2.bonita.facade.identity.impl.UserImpl
 
removeRole(String) - Method in interface org.ow2.bonita.facade.IdentityAPI
Permanently remove a role
removeRole(String) - Method in interface org.ow2.bonita.facade.internal.InternalIdentityAPI
 
removeRoleFromUser(String, String) - Method in interface org.ow2.bonita.facade.IdentityAPI
Remove role from a user
removeRoleFromUser(String, String) - Method in interface org.ow2.bonita.facade.internal.InternalIdentityAPI
 
removeRulesFromEntity(String, Set<String>) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
removeRulesFromEntity(String, Set<String>) - Method in interface org.ow2.bonita.facade.ManagementAPI
The global policy is applied to all entities.
Rules apply conditions to the policy as they are applied to specific entities.
This method is the way to remove conditions to the general policy for the given entity.
For instance removing rules previously applied to a user (entity) defines what access the user has or does not have.
removeUser(UserImpl) - Method in class org.ow2.bonita.facade.identity.impl.RoleImpl
 
removeUser(String) - Method in interface org.ow2.bonita.facade.IdentityAPI
Permanently remove a user
removeUser(String) - Method in interface org.ow2.bonita.facade.internal.InternalIdentityAPI
 
RepairAPI - Interface in org.ow2.bonita.facade
Bonita Repair API.
REPAIRAPI_JNDINAME - Static variable in class org.ow2.bonita.util.AccessorUtil
 
resetContext() - Static method in class org.ow2.bonita.util.AccessorUtil
 
resolveEntity(String, String) - Method in class org.ow2.bonita.util.xml.Parser
implementation of EntityResolver based on a map of Entitys.
resource - Variable in class org.ow2.bonita.util.stream.ResourceStreamSource
 
resources - Variable in class org.ow2.bonita.facade.def.element.impl.BusinessArchiveImpl
 
ResourceStreamSource - Class in org.ow2.bonita.util.stream
 
ResourceStreamSource(String) - Constructor for class org.ow2.bonita.util.stream.ResourceStreamSource
 
ResourceStreamSource(String, ClassLoader) - Constructor for class org.ow2.bonita.util.stream.ResourceStreamSource
 
resumeEncoding() - Method in class org.ow2.bonita.util.Base64.OutputStream
Resumes encoding of the stream.
resumeTask(ActivityInstanceUUID, boolean) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
resumeTask(ActivityInstanceUUID, boolean) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Resumes the task if the task has SUSPENDED state.
revert(Object) - Method in interface org.ow2.bonita.type.Converter
reverts a persisted object to its original form.
Role - Interface in org.ow2.bonita.facade.identity
 
ROLE_MAPPER - Static variable in class org.ow2.bonita.building.XmlDef
 
RoleAlreadyExistsException - Exception in org.ow2.bonita.facade.exception
Exception thrown when a role with the same name already exists
RoleAlreadyExistsException(String, String) - Constructor for exception org.ow2.bonita.facade.exception.RoleAlreadyExistsException
 
RoleAlreadyExistsException(RoleAlreadyExistsException) - Constructor for exception org.ow2.bonita.facade.exception.RoleAlreadyExistsException
 
RoleImpl - Class in org.ow2.bonita.facade.identity.impl
 
RoleImpl() - Constructor for class org.ow2.bonita.facade.identity.impl.RoleImpl
 
RoleImpl(String) - Constructor for class org.ow2.bonita.facade.identity.impl.RoleImpl
 
RoleImpl(RoleImpl) - Constructor for class org.ow2.bonita.facade.identity.impl.RoleImpl
 
RoleMapper - Interface in org.ow2.bonita.definition
Role mapper is dedicated to manual activity (ie.
roleMapper - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ParticipantDefinitionImpl
 
RoleMapperDefinition - Interface in org.ow2.bonita.facade.def.element
RoleMapper definition within Participant element.
RoleMapperInvocationException - Exception in org.ow2.bonita.facade.exception
Thrown if an exception occurs during the execution of the role mapper.
RoleMapperInvocationException(String, String, Throwable) - Constructor for exception org.ow2.bonita.facade.exception.RoleMapperInvocationException
 
RoleNotFoundException - Exception in org.ow2.bonita.facade.exception
Exception thrown when no role is found
RoleNotFoundException(String, String) - Constructor for exception org.ow2.bonita.facade.exception.RoleNotFoundException
 
RoleNotFoundException(RoleNotFoundException) - Constructor for exception org.ow2.bonita.facade.exception.RoleNotFoundException
 
RoleResolver - Class in org.ow2.bonita.connector.core
A Role Resolver searches and returns the possible members which can execute a task
RoleResolver() - Constructor for class org.ow2.bonita.connector.core.RoleResolver
 
roles - Variable in class org.ow2.bonita.facade.identity.impl.UserImpl
 
rootInstanceUUID - Variable in class org.ow2.bonita.facade.runtime.impl.RuntimeRecordImpl
 
Rule - Interface in org.ow2.bonita.facade.privilege
 
Rule.RuleType - Enum in org.ow2.bonita.facade.privilege
 
RuleAlreadyExistsException - Exception in org.ow2.bonita.facade.exception
Exception thrown when a rule with the same name already exists
RuleAlreadyExistsException(String, String) - Constructor for exception org.ow2.bonita.facade.exception.RuleAlreadyExistsException
 
RuleAlreadyExistsException(RuleAlreadyExistsException) - Constructor for exception org.ow2.bonita.facade.exception.RuleAlreadyExistsException
 
RuleImpl - Class in org.ow2.bonita.facade.privilege.impl
 
RuleImpl(Rule.RuleType) - Constructor for class org.ow2.bonita.facade.privilege.impl.RuleImpl
 
RuleImpl(String, String, String, Set<? extends AbstractUUID>, Rule.RuleType) - Constructor for class org.ow2.bonita.facade.privilege.impl.RuleImpl
 
RuleImpl(Rule) - Constructor for class org.ow2.bonita.facade.privilege.impl.RuleImpl
 
RuleNotFoundException - Exception in org.ow2.bonita.facade.exception
Exception thrown when no rule is found
RuleNotFoundException(String, String) - Constructor for exception org.ow2.bonita.facade.exception.RuleNotFoundException
 
RuleNotFoundException(RuleNotFoundException) - Constructor for exception org.ow2.bonita.facade.exception.RuleNotFoundException
 
RuntimeAPI - Interface in org.ow2.bonita.facade
To manage process definition, process instance and task life cycle operations as well as to set/add/update variables within activity or instance.
RUNTIMEAPI_JNDINAME - Static variable in class org.ow2.bonita.util.AccessorUtil
 
RuntimeRecord - Interface in org.ow2.bonita.facade.runtime
Interface for getting recorded (runtime) information common to ProcessInstance and ActivityInstance.
RuntimeRecordImpl - Class in org.ow2.bonita.facade.runtime.impl
 
RuntimeRecordImpl() - Constructor for class org.ow2.bonita.facade.runtime.impl.RuntimeRecordImpl
 
RuntimeRecordImpl(ProcessDefinitionUUID, ProcessInstanceUUID, ProcessInstanceUUID) - Constructor for class org.ow2.bonita.facade.runtime.impl.RuntimeRecordImpl
 
RuntimeRecordImpl(RuntimeRecord) - Constructor for class org.ow2.bonita.facade.runtime.impl.RuntimeRecordImpl
 

S

save(ConnectorDescriptor, OutputStream) - Static method in class org.ow2.bonita.connector.core.ConnectorDescriptorAPI
 
SCRIPTING_VALUE - Static variable in class org.ow2.bonita.building.XmlDef
 
scriptingValue - Variable in class org.ow2.bonita.facade.def.majorElement.impl.DataFieldDefinitionImpl
 
searchMembers(QueryAPIAccessor, ProcessInstanceUUID, String) - Method in class org.ow2.bonita.connector.core.RoleResolver
 
searchMembers(QueryAPIAccessor, ProcessInstanceUUID, String) - Method in class org.ow2.bonita.definition.InstanceInitiator
 
searchMembers(QueryAPIAccessor, ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.definition.RoleMapper
This method of the interface is intended to return an unsorted set of users that match the specified role.
SecurityContext - Class in org.ow2.bonita.identity.auth
 
Select - Class in org.ow2.bonita.connector.core.desc
 
Select(String, Setter, Map<String, String>, boolean, Option) - Constructor for class org.ow2.bonita.connector.core.desc.Select
 
selectUser(QueryAPIAccessor, ActivityInstance, Set<String>) - Method in interface org.ow2.bonita.definition.PerformerAssign
Selecting one user from the candidates list is the good practice.
selectUser(QueryAPIAccessor, ActivityInstance, Set<String>) - Method in class org.ow2.bonita.definition.VariablePerformerAssign
 
SEPARATOR - Static variable in class org.ow2.bonita.facade.uuid.AbstractUUID
 
serialize(Serializable) - Static method in class org.ow2.bonita.util.Misc
 
SerializedCommand<T> - Class in org.ow2.bonita.facade.ejb
 
SerializedCommand(Command<?>) - Constructor for class org.ow2.bonita.facade.ejb.SerializedCommand
 
set(String, Object) - Method in interface org.ow2.bonita.env.Context
 
set(Field, Object, Object) - Static method in class org.ow2.bonita.util.ReflectUtil
 
setActivityId(String) - Method in class org.ow2.bonita.connector.core.MultiInstantiator
 
setActivityInstancePriority(ActivityInstanceUUID, int) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
setActivityInstancePriority(ActivityInstanceUUID, int) - Method in interface org.ow2.bonita.facade.RuntimeAPI
set an activity instance priority
setActivityInstanceUUID(ActivityInstanceUUID) - Method in class org.ow2.bonita.connector.core.ProcessConnector
 
setActivityInstanceVariable(ActivityInstanceUUID, String, Object) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
setActivityInstanceVariable(ActivityInstanceUUID, String, Object) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Searches for variable with the given activity UUID and variable Id.
If the activity variable is found, the given value is set.
setActivityName(String) - Method in class org.ow2.bonita.connector.core.MultipleInstances
 
setActivityState(ActivityState, String) - Method in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
setApitype(String) - Method in class org.ow2.bonita.ant.tasks.BonitaJava
 
setAsynchronous(boolean) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
setBar(File) - Method in class org.ow2.bonita.ant.tasks.BonitaJava
 
setBindings(Bindings) - Method in class org.ow2.bonita.util.xml.Parser
set the handlers for specific element types
setCause(Throwable) - Method in class org.ow2.bonita.util.xml.Problem
 
setClassLoader(ClassLoader) - Method in class org.ow2.bonita.env.Environment
 
setClassLoader(ClassLoader) - Method in class org.ow2.bonita.util.xml.Parse
specify the classLoader to be used for resource input (this is optional)
setClassName(String) - Method in class org.ow2.bonita.connector.core.PerformerAssignFilter
 
setColumn(int) - Method in class org.ow2.bonita.util.xml.Problem
 
setCondition(String) - Method in class org.ow2.bonita.facade.def.element.impl.ConnectorDefinitionImpl
 
setCondition(String) - Method in class org.ow2.bonita.facade.def.majorElement.impl.TransitionDefinitionImpl
 
setConverter(Converter) - Method in class org.ow2.bonita.type.Type
 
setConverter(Converter) - Method in class org.ow2.bonita.type.Variable
 
setDefault(boolean) - Method in class org.ow2.bonita.facade.def.majorElement.impl.TransitionDefinitionImpl
 
setDefault() - Method in class org.ow2.bonita.util.ProcessBuilder
Set the last transition as the default transition
setDefaultPolicy(PrivilegePolicy, boolean) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
setDefaultPolicy(PrivilegePolicy, boolean) - Method in interface org.ow2.bonita.facade.ManagementAPI
Update the default policy.
PrivilegePolicy.ALLOW_BY_DEFAULT: Means that by default all entities are allowed to act on everything.
setDeployedBy(String) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
setDeployedDate(Date) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
setDescription(String) - Method in class org.ow2.bonita.facade.def.majorElement.impl.DescriptionElementImpl
 
setDescription(String) - Method in class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
setDescription(String) - Method in class org.ow2.bonita.facade.runtime.impl.InitialAttachmentImpl
 
setDescriptor(MultiInstantiatorDescriptor) - Method in class org.ow2.bonita.connector.core.MultiInstantiator
 
setDestfile(File) - Method in class org.ow2.bonita.ant.tasks.GenerateBar
 
setDisplayOrder(int) - Method in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
setDocument(Document) - Method in class org.ow2.bonita.util.xml.Parse
normally the Document Object Model is created during the parse execution, but providing a document can be convenient when the DOM is already available and only the walking of the DOM needs to be done by the parser.
setDocumentBuilderFactory(DocumentBuilderFactory) - Method in class org.ow2.bonita.util.xml.Parser
setter for the document builder factory
setDocumentObject(Object) - Method in class org.ow2.bonita.util.xml.Parse
provides the result of this parse operation.
setDynamicDescription(String) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
setDynamicLabel(String) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
setEditableCSSStyleName(String) - Method in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
setEmail(String) - Method in class org.ow2.bonita.facade.identity.impl.UserImpl
 
setEndedDate(Date) - Method in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
setEndedDate(Date) - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
setEnumerationValues(Set<String>) - Method in class org.ow2.bonita.facade.def.majorElement.impl.DataFieldDefinitionImpl
 
setEnv(File) - Method in class org.ow2.bonita.ant.tasks.BonitaJava
 
setEnv(File) - Method in class org.ow2.bonita.ant.tasks.BonitaJEE
 
setEvent(HookDefinition.Event) - Method in class org.ow2.bonita.facade.def.element.impl.ConnectorDefinitionImpl
 
setExceptions(Set<String>) - Method in class org.ow2.bonita.facade.privilege.impl.RuleImpl
 
setExecutingTime(long) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
setExpectedEndDate(Date) - Method in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
setFile(File) - Method in class org.ow2.bonita.util.xml.Parse
specify a file as the source for this parse
setFileName(String) - Method in class org.ow2.bonita.facade.def.element.impl.AttachmentDefinitionImpl
 
setFileName(String) - Method in class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
setFileName(String) - Method in class org.ow2.bonita.facade.runtime.impl.InitialAttachmentImpl
 
setFilePath(String) - Method in class org.ow2.bonita.facade.def.element.impl.AttachmentDefinitionImpl
 
setFilePath(String) - Method in class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
setFilter(FilterDefinition) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
setFirstName(String) - Method in class org.ow2.bonita.facade.identity.impl.UserImpl
 
setHasToBeDisplayed(boolean) - Method in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
setIcon(String) - Method in class org.ow2.bonita.connector.core.desc.ConnectorDescriptor
 
setIconCSSStyle(String) - Method in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
setInCycle(boolean) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
setInitialcontextfactory(String) - Method in class org.ow2.bonita.ant.tasks.BonitaJEE
 
setInitialValue(Serializable) - Method in class org.ow2.bonita.facade.def.majorElement.impl.DataFieldDefinitionImpl
 
setInitialValue(Variable) - Method in class org.ow2.bonita.facade.def.majorElement.impl.DataFieldDefinitionImpl
 
setInputSource(InputSource) - Method in class org.ow2.bonita.util.xml.Parse
specify an InputStream as the source for this parse
setInputStream(InputStream) - Method in class org.ow2.bonita.util.xml.Parse
specify an input stream as the source for this parse
setInstanceUUID(ProcessInstanceUUID) - Method in class org.ow2.bonita.facade.runtime.impl.CommentImpl
 
setIterationId(String) - Method in class org.ow2.bonita.connector.core.MultiInstantiator
 
setIterationId(String) - Method in class org.ow2.bonita.connector.core.MultipleInstances
 
setJaas(File) - Method in class org.ow2.bonita.ant.tasks.BonitaJava
 
setJoinType(ActivityDefinition.JoinType) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
setKey(String) - Method in class org.ow2.bonita.type.Variable
 
setLabel(String) - Method in class org.ow2.bonita.facade.def.majorElement.impl.NamedElementImpl
 
setLabel(String) - Method in class org.ow2.bonita.facade.identity.impl.RoleImpl
 
setLabel(String) - Method in class org.ow2.bonita.facade.privilege.impl.RuleImpl
 
setLabel(String) - Method in class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
setLabel(String) - Method in class org.ow2.bonita.facade.runtime.impl.InitialAttachmentImpl
 
setLabelName(String) - Method in class org.ow2.bonita.facade.runtime.impl.CaseImpl
 
setLabelName(String) - Method in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
setLabelsOnNewOrUpdatedCases(String, Set<String>, Set<String>, String) - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
setLabelsOnNewOrUpdatedCases(String, Set<String>, Set<String>, String) - Method in interface org.ow2.bonita.facade.WebAPI
 
setLastAccessDate(Date) - Method in class org.ow2.bonita.facade.runtime.impl.WebUserImpl
 
setLastName(String) - Method in class org.ow2.bonita.facade.identity.impl.UserImpl
 
setLastUpdate(long) - Method in class org.ow2.bonita.facade.runtime.impl.CaseImpl
 
setLine(int) - Method in class org.ow2.bonita.util.xml.Problem
 
setLog(File) - Method in class org.ow2.bonita.ant.tasks.BonitaJava
 
setLoginmode(String) - Method in class org.ow2.bonita.ant.tasks.BonitaJava
 
setLoop(String, boolean, String) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
setMembers(Set<String>) - Method in class org.ow2.bonita.connector.core.Mapper
 
setMetaData(Map<String, String>) - Method in class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
setMetaData(Map<String, String>) - Method in class org.ow2.bonita.facade.runtime.impl.InitialAttachmentImpl
 
setMsg(String) - Method in class org.ow2.bonita.util.xml.Problem
 
setMultiInstanciation(MultiInstantiationDefinition) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
Deprecated. 
setMultipleInstancesInstantiator(MultiInstantiationDefinition) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
setMultipleInstancesJoinChecker(MultiInstantiationDefinition) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
setName(String) - Method in class org.ow2.bonita.facade.identity.impl.RoleImpl
 
setName(String) - Method in class org.ow2.bonita.facade.privilege.impl.RuleImpl
 
setName(String) - Method in class org.ow2.bonita.type.Type
 
setName(String) - Method in class org.ow2.bonita.util.stream.StreamSource
 
setObject(Object) - Method in class org.ow2.bonita.type.variable.NullVariable
 
setObject(Object) - Method in class org.ow2.bonita.type.Variable
stores the value in this variable instance.
setObject(Object) - Method in class org.ow2.bonita.type.variable.UnpersistableVariable
 
setOwnerName(String) - Method in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
setPassword(String) - Method in class org.ow2.bonita.facade.identity.impl.UserImpl
 
setPerformerAssign(PerformerAssign) - Method in class org.ow2.bonita.connector.core.PerformerAssignFilter
 
setPreviewCSSStyleName(String) - Method in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
setPriority(int) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
setProblems(List<Problem>) - Method in class org.ow2.bonita.util.xml.Parse
allows to provide the list object that should be used to capture the parsing problems.
setProcessDefinitionUUID(ProcessDefinitionUUID) - Method in class org.ow2.bonita.connector.core.ProcessConnector
 
setProcesses(Set<ProcessDefinitionUUID>) - Method in class org.ow2.bonita.facade.privilege.impl.ProcessRuleImpl
 
setProcessInstanceUUID(ProcessInstanceUUID) - Method in class org.ow2.bonita.connector.core.MultiInstantiator
 
setProcessInstanceUUID(ProcessInstanceUUID) - Method in class org.ow2.bonita.connector.core.ProcessConnector
 
setProcessInstanceVariable(ProcessInstanceUUID, String, Object) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
setProcessInstanceVariable(ProcessInstanceUUID, String, Object) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Searches for variable with id variableId within the given process instance with ProcessInstanceUUID instanceUUID.
setProcessUUID(ProcessDefinitionUUID) - Method in class org.ow2.bonita.type.Variable
 
setProviderurl(String) - Method in class org.ow2.bonita.ant.tasks.BonitaJEE
 
setReadonlyCSSStyleName(String) - Method in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
setReadyDate(Date) - Method in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
setResolver(RoleMapperDefinition) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ParticipantDefinitionImpl
 
setResource(String) - Method in class org.ow2.bonita.util.xml.Parse
specify a resource as the source for this parse
setResource(String) - Method in class org.ow2.bonita.util.xml.Problem
 
setRoleId(String) - Method in class org.ow2.bonita.connector.core.RoleResolver
 
setRoles(Set<RoleImpl>) - Method in class org.ow2.bonita.facade.identity.impl.UserImpl
 
setScriptingValue(String) - Method in class org.ow2.bonita.facade.def.majorElement.impl.DataFieldDefinitionImpl
 
setSeverity(String) - Method in class org.ow2.bonita.util.xml.Problem
 
setSplitType(ActivityDefinition.SplitType) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
setStartedDate(Date) - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
setState(ProcessDefinition.ProcessState) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
SETTERS
setStreamSource(StreamSource) - Method in class org.ow2.bonita.util.xml.Parse
specify a StreamSource as the source for this parse
setString(String) - Method in class org.ow2.bonita.util.xml.Parse
specify an XML string as the source for this parse
setSubProcesses(Set<String>) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
setSystemLabel(boolean) - Method in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
setTaskAssign(ActivityState, String, String) - Method in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
setTaskAssign(ActivityState, String, Set<String>) - Method in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
Setter - Class in org.ow2.bonita.connector.core.desc
 
Setter(String, String, String, Object[]) - Constructor for class org.ow2.bonita.connector.core.desc.Setter
 
SetterBinding - Class in org.ow2.bonita.parsing.connector.binding
 
SetterBinding() - Constructor for class org.ow2.bonita.parsing.connector.binding.SetterBinding
 
setThrowingException(boolean) - Method in class org.ow2.bonita.facade.def.element.impl.ConnectorDefinitionImpl
 
setUndeployedBy(String) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
setUndeployedDate(Date) - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
setUrl(URL) - Method in class org.ow2.bonita.util.xml.Parse
specify a URL as the source for this parse
setUserId(String) - Method in class org.ow2.bonita.env.Environment
set the authenticated user id
setUsername(String) - Method in class org.ow2.bonita.facade.identity.impl.UserImpl
 
setUserRoles(String, Set<String>) - Method in interface org.ow2.bonita.facade.IdentityAPI
 
setUserRoles(String, Set<String>) - Method in interface org.ow2.bonita.facade.internal.InternalIdentityAPI
 
setUUID(String) - Method in class org.ow2.bonita.facade.identity.impl.RoleImpl
Deprecated. 
setUUID(String) - Method in class org.ow2.bonita.facade.identity.impl.UserImpl
Deprecated. 
setValue(String) - Method in class org.ow2.bonita.facade.def.element.impl.MetaDataImpl
 
setValue(Object) - Method in class org.ow2.bonita.facade.runtime.impl.ObjectVariable
 
setValue(Variable) - Method in class org.ow2.bonita.facade.runtime.impl.VariableUpdateImpl
 
setValue(Object) - Method in class org.ow2.bonita.type.Variable
 
setVariable(ActivityInstanceUUID, String, Object) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
setVariable(ActivityInstanceUUID, String, Object) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Searches for variable with id variableId within the given activity instance with the given UUID.
If the variable is found within the activity, the given value is set.
If the variable is not found within the activity the search is performed within the process instance.
If the variable is found within the process instance, the given value is set.
setVariableClass(Class<?>) - Method in class org.ow2.bonita.type.Type
 
setVariableId(String) - Method in class org.ow2.bonita.definition.VariablePerformerAssign
 
setVariableName(String) - Method in class org.ow2.bonita.facade.def.element.impl.ConnectorDefinitionImpl
 
setVariables(Map<String, Variable>) - Method in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
setVersion(String) - Method in class org.ow2.bonita.connector.core.desc.ConnectorDescriptor
 
setVisible(boolean) - Method in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
SEVERITY_ERROR - Static variable in class org.ow2.bonita.util.xml.Problem
 
SEVERITY_FATALERROR - Static variable in class org.ow2.bonita.util.xml.Problem
 
SEVERITY_WARNING - Static variable in class org.ow2.bonita.util.xml.Problem
 
showProblems(Collection<Problem>, String) - Static method in class org.ow2.bonita.util.Misc
 
SimpleCallbackHandler - Class in org.ow2.bonita.util
 
SimpleCallbackHandler(String, String) - Constructor for class org.ow2.bonita.util.SimpleCallbackHandler
 
SimpleCallbackHandler(String, String, boolean) - Constructor for class org.ow2.bonita.util.SimpleCallbackHandler
Deprecated. 
SimpleList - Class in org.ow2.bonita.connector.core.desc
 
SimpleList(String, Setter, int) - Constructor for class org.ow2.bonita.connector.core.desc.SimpleList
 
size() - Method in class org.ow2.bonita.util.WeakValueMap
 
SOURCE - Static variable in class org.ow2.bonita.building.XmlDef
 
source - Variable in class org.ow2.bonita.facade.def.element.impl.SubflowParameterDefinitionImpl
 
SPLIT_TYPE - Static variable in class org.ow2.bonita.building.XmlDef
 
splitCollection(Collection<? extends Object>, int) - Static method in class org.ow2.bonita.util.Misc
 
splitType - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
StandardAPIAccessorImpl - Class in org.ow2.bonita.facade.impl
 
StandardAPIAccessorImpl() - Constructor for class org.ow2.bonita.facade.impl.StandardAPIAccessorImpl
 
StandardCallbackHandler - Class in org.ow2.bonita.util
 
StandardCallbackHandler() - Constructor for class org.ow2.bonita.util.StandardCallbackHandler
 
StandardInternalAPIAccessorFactory - Class in org.ow2.bonita.facade.impl
 
StandardQueryAPIAccessorImpl - Class in org.ow2.bonita.facade.impl
 
StandardQueryAPIAccessorImpl() - Constructor for class org.ow2.bonita.facade.impl.StandardQueryAPIAccessorImpl
 
START_DELIMITER - Static variable in class org.ow2.bonita.util.GroovyExpression
 
startActivity(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
startActivity(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Starts the activity.
startedBy - Variable in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
startedBy - Variable in class org.ow2.bonita.light.impl.LightProcessInstanceImpl
 
startedDate - Variable in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
startedDate - Variable in class org.ow2.bonita.light.impl.LightProcessInstanceImpl
 
startExecution(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalRepairAPI
 
startExecution(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.RepairAPI
Starts a new execution in a process instance at a specific activity, with a map of instance’s variable values.
startTask(ActivityInstanceUUID, boolean) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
startTask(ActivityInstanceUUID, boolean) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Starts the task.
STATE - Static variable in class org.ow2.bonita.building.XmlDef
 
state - Variable in class org.ow2.bonita.facade.runtime.impl.UpdateImpl
date at update
state - Variable in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
state - Variable in class org.ow2.bonita.light.impl.LightProcessDefinitionImpl
 
state - Variable in class org.ow2.bonita.light.impl.LightProcessInstanceImpl
 
StateUpdate - Interface in org.ow2.bonita.facade.runtime
Interface for getting recorded (runtime) information for state change on task.
StateUpdateImpl - Class in org.ow2.bonita.facade.runtime.impl
 
StateUpdateImpl() - Constructor for class org.ow2.bonita.facade.runtime.impl.StateUpdateImpl
 
StateUpdateImpl(Date, ActivityState, ActivityState, String) - Constructor for class org.ow2.bonita.facade.runtime.impl.StateUpdateImpl
 
StateUpdateImpl(StateUpdate) - Constructor for class org.ow2.bonita.facade.runtime.impl.StateUpdateImpl
 
stateUpdates - Variable in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
stopExecution(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalRepairAPI
 
stopExecution(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.RepairAPI
Stops all the active executions for an activity of a given instance.
StorageLoginModule - Class in org.ow2.bonita.identity.auth
This LoginModule is used only in the case of an heavy Bonita client (standalone, only one JVM, no J2EE).
StorageLoginModule() - Constructor for class org.ow2.bonita.identity.auth.StorageLoginModule
 
StreamSource - Class in org.ow2.bonita.util.stream
 
StreamSource() - Constructor for class org.ow2.bonita.util.stream.StreamSource
 
streamSource - Variable in class org.ow2.bonita.util.xml.Parse
 
StringStreamSource - Class in org.ow2.bonita.util.stream
 
StringStreamSource(String) - Constructor for class org.ow2.bonita.util.stream.StringStreamSource
 
stringToEnum(Class<E>, String) - Static method in class org.ow2.bonita.util.Misc
 
stringToList(String, String) - Static method in class org.ow2.bonita.util.Misc
 
stringToMap(String) - Static method in class org.ow2.bonita.util.Misc
 
SUBFLOW_IN_PARAMETER - Static variable in class org.ow2.bonita.building.XmlDef
 
SUBFLOW_IN_PARAMETERS - Static variable in class org.ow2.bonita.building.XmlDef
 
SUBFLOW_OUT_PARAMETER - Static variable in class org.ow2.bonita.building.XmlDef
 
SUBFLOW_OUT_PARAMETERS - Static variable in class org.ow2.bonita.building.XmlDef
 
SUBFLOW_PROCESS_NAME - Static variable in class org.ow2.bonita.building.XmlDef
 
SUBFLOW_PROCESS_VERSION - Static variable in class org.ow2.bonita.building.XmlDef
 
subflowInParameters - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
subflowOutParameters - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
SubflowParameterDefinition - Interface in org.ow2.bonita.facade.def.element
SubflowParameter Definition within activity element.
SubflowParameterDefinitionImpl - Class in org.ow2.bonita.facade.def.element.impl
 
SubflowParameterDefinitionImpl() - Constructor for class org.ow2.bonita.facade.def.element.impl.SubflowParameterDefinitionImpl
 
SubflowParameterDefinitionImpl(String, String) - Constructor for class org.ow2.bonita.facade.def.element.impl.SubflowParameterDefinitionImpl
 
SubflowParameterDefinitionImpl(SubflowParameterDefinition) - Constructor for class org.ow2.bonita.facade.def.element.impl.SubflowParameterDefinitionImpl
 
subflowProcessInstanceUUID - Variable in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
subflowProcessName - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
subflowProcessVersion - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
subject - Variable in class org.ow2.bonita.identity.auth.StorageLoginModule
 
subList(Class<T>, List<T>, int, int) - Static method in class org.ow2.bonita.util.Misc
 
subProcesses - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
supports(Object) - Method in interface org.ow2.bonita.type.Converter
is true if this converter supports the given type, false otherwise.
supports(Object) - Method in class org.ow2.bonita.type.Variable
 
suspendEncoding() - Method in class org.ow2.bonita.util.Base64.OutputStream
Suspends encoding of the stream.
suspendTask(ActivityInstanceUUID, boolean) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
suspendTask(ActivityInstanceUUID, boolean) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Suspends the task if the task has EXECUTING state.
If successful, this operation changes task state from EXECUTING to SUSPENDED.
If the boolean assignTask is true the task is also assigned to the logged user otherwise the assignment of the task is not affected by this operation.
SYSTEM_USER - Static variable in class org.ow2.bonita.util.BonitaConstants
 
systemId - Variable in class org.ow2.bonita.util.xml.UrlEntity
 

T

TagBinding - Class in org.ow2.bonita.util.xml
 
TagBinding(String, String, String) - Constructor for class org.ow2.bonita.util.xml.TagBinding
 
tagName - Variable in class org.ow2.bonita.util.xml.TagBinding
 
TASK_EVENTS - Static variable in enum org.ow2.bonita.facade.def.element.HookDefinition.Event
This list contains all the task (human activity) events.
TaskInstance - Interface in org.ow2.bonita.facade.runtime
Interface of task activity (aka Manual activity).
TaskNotFoundException - Exception in org.ow2.bonita.facade.exception
Thrown by methods of RuntimeAPI or QueryRuntimeAPI if the recorded runtime information of the task has not been found.
TaskNotFoundException(String, ActivityInstanceUUID) - Constructor for exception org.ow2.bonita.facade.exception.TaskNotFoundException
 
TaskNotFoundException(TaskNotFoundException) - Constructor for exception org.ow2.bonita.facade.exception.TaskNotFoundException
 
Text - Class in org.ow2.bonita.connector.core.desc
 
Text(String, Setter, int, int) - Constructor for class org.ow2.bonita.connector.core.desc.Text
 
Textarea - Class in org.ow2.bonita.connector.core.desc
 
Textarea(String, Setter, int, int, int, int) - Constructor for class org.ow2.bonita.connector.core.desc.Textarea
 
throwingException - Variable in class org.ow2.bonita.facade.def.element.impl.ConnectorDefinitionImpl
 
TIME_TO_LIVE - Static variable in class org.ow2.bonita.building.XmlDef
 
TIMER_CONDITION - Static variable in class org.ow2.bonita.building.XmlDef
 
TIMER_EVENT_PREFIX - Static variable in class org.ow2.bonita.util.BonitaConstants
 
timerCondition - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
timeToLive - Variable in class org.ow2.bonita.facade.def.element.impl.OutgoingEventDefinitionImpl
 
TMP_DIR - Static variable in class org.ow2.bonita.util.Misc
The file that represents the temporary directory.
TO - Static variable in class org.ow2.bonita.building.XmlDef
 
to - Variable in class org.ow2.bonita.facade.def.majorElement.impl.TransitionDefinitionImpl
 
TO_ACTIVITY - Static variable in class org.ow2.bonita.building.XmlDef
 
TO_PROCESS - Static variable in class org.ow2.bonita.building.XmlDef
 
toActivityName - Variable in class org.ow2.bonita.facade.def.element.impl.OutgoingEventDefinitionImpl
 
toProcessName - Variable in class org.ow2.bonita.facade.def.element.impl.OutgoingEventDefinitionImpl
 
toString() - Method in class org.ow2.bonita.facade.def.element.impl.IterationDescriptor
 
toString() - Method in class org.ow2.bonita.facade.def.element.impl.MetaDataImpl
 
toString() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
toString() - Method in class org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionImpl
 
toString() - Method in class org.ow2.bonita.facade.def.majorElement.impl.TransitionDefinitionImpl
 
toString() - Method in class org.ow2.bonita.facade.privilege.impl.RuleImpl
 
toString() - Method in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
toString() - Method in class org.ow2.bonita.facade.runtime.impl.CaseImpl
 
toString() - Method in class org.ow2.bonita.facade.runtime.impl.LabelImpl
 
toString() - Method in class org.ow2.bonita.facade.runtime.impl.ObjectVariable
 
toString() - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
toString() - Method in class org.ow2.bonita.facade.runtime.impl.VariableUpdateImpl
 
toString() - Method in class org.ow2.bonita.facade.uuid.AbstractUUID
 
toString() - Method in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
toString() - Method in class org.ow2.bonita.light.impl.LightProcessDefinitionImpl
 
toString() - Method in class org.ow2.bonita.light.impl.LightProcessInstanceImpl
 
toString() - Method in class org.ow2.bonita.type.Type
 
toString() - Method in class org.ow2.bonita.type.Variable
 
toString(Object[]) - Static method in class org.ow2.bonita.util.ArrayUtil
 
toString() - Method in class org.ow2.bonita.util.stream.StreamSource
 
toString() - Method in class org.ow2.bonita.util.xml.Problem
 
toString() - Method in class org.ow2.bonita.util.xml.TagBinding
 
toString(Element) - Static method in class org.ow2.bonita.util.xml.XmlUtil
 
TraceFormatter - Class in org.ow2.bonita.util
Custom implementation of the SimpleFormatter class.
TraceFormatter() - Constructor for class org.ow2.bonita.util.TraceFormatter
 
TRANSITION - Static variable in class org.ow2.bonita.building.XmlDef
 
TransitionBinding - Class in org.ow2.bonita.parsing.def.binding
 
TransitionBinding() - Constructor for class org.ow2.bonita.parsing.def.binding.TransitionBinding
 
TransitionBinding - Class in org.ow2.bonita.parsing.xpdl.binding
 
TransitionBinding() - Constructor for class org.ow2.bonita.parsing.xpdl.binding.TransitionBinding
 
TransitionDefinition - Interface in org.ow2.bonita.facade.def.majorElement
Activities are related to one another via flow control conditions (transition information).
TransitionDefinitionImpl - Class in org.ow2.bonita.facade.def.majorElement.impl
 
TransitionDefinitionImpl() - Constructor for class org.ow2.bonita.facade.def.majorElement.impl.TransitionDefinitionImpl
 
TransitionDefinitionImpl(ProcessDefinitionUUID, String, String, String) - Constructor for class org.ow2.bonita.facade.def.majorElement.impl.TransitionDefinitionImpl
 
TransitionDefinitionImpl(TransitionDefinition) - Constructor for class org.ow2.bonita.facade.def.majorElement.impl.TransitionDefinitionImpl
 
TransitionDefinitionUUID - Class in org.ow2.bonita.facade.uuid
This class implements the UUID for TransitionDefinition
TransitionDefinitionUUID() - Constructor for class org.ow2.bonita.facade.uuid.TransitionDefinitionUUID
 
TransitionDefinitionUUID(TransitionDefinitionUUID) - Constructor for class org.ow2.bonita.facade.uuid.TransitionDefinitionUUID
 
TransitionDefinitionUUID(String) - Constructor for class org.ow2.bonita.facade.uuid.TransitionDefinitionUUID
 
TransitionDefinitionUUID(ProcessDefinitionUUID, String) - Constructor for class org.ow2.bonita.facade.uuid.TransitionDefinitionUUID
 
TRANSITIONS - Static variable in class org.ow2.bonita.building.XmlDef
 
TxHook - Interface in org.ow2.bonita.definition
Implementing this interface allows to execute transactional hooks.
TYPE - Static variable in class org.ow2.bonita.building.XmlDef
 
type - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
type - Variable in class org.ow2.bonita.facade.privilege.impl.RuleImpl
 
type - Variable in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
Type - Class in org.ow2.bonita.type
a variable type.
Type() - Constructor for class org.ow2.bonita.type.Type
 

U

unassignTask(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
unassignTask(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.RuntimeAPI
If this task had a userId set, set it to null.
UnAuthorizedUserException - Exception in org.ow2.bonita.facade.exception
Thrown when a user attemps to execute an unauthorized action.
UnAuthorizedUserException(String, String, String, String) - Constructor for exception org.ow2.bonita.facade.exception.UnAuthorizedUserException
Constructs an UnAuthorizedUserException for instance.
UnAuthorizedUserException(String, String, String, ActivityInstanceUUID, String) - Constructor for exception org.ow2.bonita.facade.exception.UnAuthorizedUserException
Constructs an UnAuthorizedUserException for task.
UnAuthorizedUserException(UnAuthorizedUserException) - Constructor for exception org.ow2.bonita.facade.exception.UnAuthorizedUserException
 
UnAuthorizedUserException(String, String, ActivityInstanceUUID, String) - Constructor for exception org.ow2.bonita.facade.exception.UnAuthorizedUserException
 
UNAVAILABLE_SYMBOL - Static variable in class org.ow2.bonita.util.TraceFormatter
 
UncancellableInstanceException - Exception in org.ow2.bonita.facade.exception
Thrown by some methods of ManagementAPI and RuntimeAPI when an instance cannot be cancelled
(for instance: case the instance has a parent instance or the instance has not been found).
UncancellableInstanceException(String, ProcessInstanceUUID, ProcessInstanceUUID, InstanceState) - Constructor for exception org.ow2.bonita.facade.exception.UncancellableInstanceException
 
UndeletableInstanceException - Exception in org.ow2.bonita.facade.exception
Thrown by some methods of ManagementAPI and RuntimeAPI when an instance cannot be deleted
(for instance: case the instance has a parent instance or the instance has not been found).
UndeletableInstanceException(String, ProcessInstanceUUID, ProcessInstanceUUID) - Constructor for exception org.ow2.bonita.facade.exception.UndeletableInstanceException
 
UndeletableProcessException - Exception in org.ow2.bonita.facade.exception
Thrown by deleteProcessrocess method of the ManagementAPI if processes within the package have still running instances.
UndeletableProcessException(String, ProcessDefinitionUUID, ProcessInstanceUUID) - Constructor for exception org.ow2.bonita.facade.exception.UndeletableProcessException
 
undeployedBy - Variable in class org.ow2.bonita.light.impl.LightProcessDefinitionImpl
 
undeployedDate - Variable in class org.ow2.bonita.light.impl.LightProcessDefinitionImpl
 
UnpersistableVariable - Class in org.ow2.bonita.type.variable
uses the cache in variable instance to store any object without persisting it.
UnpersistableVariable() - Constructor for class org.ow2.bonita.type.variable.UnpersistableVariable
 
unreachableStatement() - Static method in class org.ow2.bonita.util.Misc
 
unreachableStatement(String) - Static method in class org.ow2.bonita.util.Misc
 
Update - Interface in org.ow2.bonita.facade.runtime
Interface providing common methods to get informations about state and assignment changes of the task.
UpdateImpl - Class in org.ow2.bonita.facade.runtime.impl
 
UpdateImpl() - Constructor for class org.ow2.bonita.facade.runtime.impl.UpdateImpl
 
UpdateImpl(Date, ActivityState, String) - Constructor for class org.ow2.bonita.facade.runtime.impl.UpdateImpl
 
UpdateImpl(Update) - Constructor for class org.ow2.bonita.facade.runtime.impl.UpdateImpl
 
updateLabelCSS(String, String, String, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
updateLabelCSS(String, String, String, String, String) - Method in interface org.ow2.bonita.facade.WebAPI
 
updateLabelName(String, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
updateLabelName(String, String, String) - Method in interface org.ow2.bonita.facade.WebAPI
 
updateLabelVisibility(String, String, boolean) - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
updateLabelVisibility(String, Map<String, Boolean>) - Method in interface org.ow2.bonita.facade.internal.InternalWebAPI
 
updateLabelVisibility(String, String, boolean) - Method in interface org.ow2.bonita.facade.WebAPI
 
updateLabelVisibility(String, Map<String, Boolean>) - Method in interface org.ow2.bonita.facade.WebAPI
 
updateLastUpdateDate() - Method in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
updateLastUpdateDate() - Method in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
updateRole(String, String, String, String) - Method in interface org.ow2.bonita.facade.IdentityAPI
Update a role
updateRole(String, String, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalIdentityAPI
 
updateRule(String, Rule) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
updateRule(String, Rule) - Method in interface org.ow2.bonita.facade.ManagementAPI
The global policy is applied to all entities.
Rules apply conditions to the policy as they are applied to specific entities.
Update a rule identified by its name with the values stored in the rule object.
updateUser(String, String, String, String, String, String) - Method in interface org.ow2.bonita.facade.IdentityAPI
Update a user
updateUser(String, String, String, String, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalIdentityAPI
 
updateUserId - Variable in class org.ow2.bonita.facade.runtime.impl.InstanceStateUpdateImpl
User that performs the update
updateUserId - Variable in class org.ow2.bonita.facade.runtime.impl.UpdateImpl
User that performs the update
url - Variable in class org.ow2.bonita.util.stream.UrlStreamSource
 
url - Variable in class org.ow2.bonita.util.xml.UrlEntity
 
URL_SAFE - Static variable in class org.ow2.bonita.util.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
UrlEntity - Class in org.ow2.bonita.util.xml
an implementation of Entity based on a URL used in the Parsers implementation of EntityResolver.
UrlEntity(URL, String) - Constructor for class org.ow2.bonita.util.xml.UrlEntity
 
UrlEntity(String, ClassLoader) - Constructor for class org.ow2.bonita.util.xml.UrlEntity
 
UrlStreamSource - Class in org.ow2.bonita.util.stream
 
UrlStreamSource(URL) - Constructor for class org.ow2.bonita.util.stream.UrlStreamSource
 
useParseEntityResolver() - Method in class org.ow2.bonita.util.xml.Parser
makes sure that an EntityResolver is created based on the Entitys in this parser.
User - Interface in org.ow2.bonita.facade.identity
 
UserAlreadyExistsException - Exception in org.ow2.bonita.facade.exception
Exception thrown when a user with the same username already exists
UserAlreadyExistsException(String, String) - Constructor for exception org.ow2.bonita.facade.exception.UserAlreadyExistsException
 
UserAlreadyExistsException(UserAlreadyExistsException) - Constructor for exception org.ow2.bonita.facade.exception.UserAlreadyExistsException
 
userId - Variable in class org.ow2.bonita.facade.runtime.impl.AssignUpdateImpl
 
userId - Variable in class org.ow2.bonita.facade.runtime.impl.CommentImpl
 
userId - Variable in class org.ow2.bonita.facade.runtime.impl.VariableUpdateImpl
 
userId - Variable in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
UserImpl - Class in org.ow2.bonita.facade.identity.impl
 
UserImpl() - Constructor for class org.ow2.bonita.facade.identity.impl.UserImpl
 
UserImpl(String, String) - Constructor for class org.ow2.bonita.facade.identity.impl.UserImpl
 
UserImpl(UserImpl) - Constructor for class org.ow2.bonita.facade.identity.impl.UserImpl
 
username - Variable in class org.ow2.bonita.facade.identity.impl.UserImpl
 
UserNotFoundException - Exception in org.ow2.bonita.facade.exception
Exception thrown when no user if found
UserNotFoundException(String, String) - Constructor for exception org.ow2.bonita.facade.exception.UserNotFoundException
 
UserNotFoundException(UserNotFoundException) - Constructor for exception org.ow2.bonita.facade.exception.UserNotFoundException
 
users - Variable in class org.ow2.bonita.facade.identity.impl.RoleImpl
 
uuid - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ActivityDefinitionImpl
 
uuid - Variable in class org.ow2.bonita.facade.def.majorElement.impl.DataFieldDefinitionImpl
 
uuid - Variable in class org.ow2.bonita.facade.def.majorElement.impl.ParticipantDefinitionImpl
 
uuid - Variable in class org.ow2.bonita.facade.def.majorElement.impl.TransitionDefinitionImpl
 
uuid - Variable in class org.ow2.bonita.facade.identity.impl.RoleImpl
 
uuid - Variable in class org.ow2.bonita.facade.identity.impl.UserImpl
 
uuid - Variable in class org.ow2.bonita.facade.runtime.impl.CaseImpl
 
uuid - Variable in class org.ow2.bonita.light.impl.LightActivityInstanceImpl
 
uuid - Variable in class org.ow2.bonita.light.impl.LightProcessDefinitionImpl
 

V

validate() - Method in class org.ow2.bonita.connector.core.Connector
Checks if all required fields are set.
validateConnector(Class<? extends Connector>) - Static method in class org.ow2.bonita.connector.core.Connector
Checks whether the Connector is valid and well-formed.
validateRuntime(Class<? extends Connector>) - Static method in class org.ow2.bonita.connector.core.ConnectorValidator
 
validateValues() - Method in class org.ow2.bonita.connector.core.Connector
Checks if field values are well-set.
validateValues() - Method in class org.ow2.bonita.connector.core.Filter
 
validateValues() - Method in class org.ow2.bonita.connector.core.Mapper
 
validateValues() - Method in class org.ow2.bonita.connector.core.MultipleInstancesInstantiator
 
validateValues() - Method in class org.ow2.bonita.connector.core.MultipleInstancesJoinChecker
 
validateValues() - Method in class org.ow2.bonita.connector.core.PerformerAssignFilter
 
validateValues() - Method in class org.ow2.bonita.connector.core.RoleResolver
 
validateView(Class<? extends Connector>) - Static method in class org.ow2.bonita.connector.core.ConnectorValidator
 
validation - Variable in class org.ow2.bonita.connector.core.Connector
Enables or not a validation before executing the connector.
VALUE - Static variable in class org.ow2.bonita.building.XmlDef
 
value - Variable in class org.ow2.bonita.facade.def.element.impl.MetaDataImpl
 
value - Variable in class org.ow2.bonita.facade.uuid.AbstractUUID
 
valueOf(String) - Static method in enum org.ow2.bonita.connector.core.desc.Enumeration.Selection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.expression.KeyWord
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.Context
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.element.HookDefinition.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.majorElement.ActivityDefinition.JoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.majorElement.ActivityDefinition.SplitType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.majorElement.ActivityDefinition.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.majorElement.ProcessDefinition.ProcessState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.privilege.PrivilegePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.privilege.Rule.RuleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.runtime.ActivityState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.runtime.InstanceState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ow2.bonita.connector.core.desc.Enumeration.Selection
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.expression.KeyWord
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.Context
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.def.element.HookDefinition.Event
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.def.majorElement.ActivityDefinition.JoinType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.def.majorElement.ActivityDefinition.SplitType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.def.majorElement.ActivityDefinition.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.def.majorElement.ProcessDefinition.ProcessState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.privilege.PrivilegePolicy
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.privilege.Rule.RuleType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.runtime.ActivityState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.runtime.InstanceState
Returns an array containing the constants of this enum type, in the order they're declared.
VARIABLE - Static variable in class org.ow2.bonita.building.XmlDef
 
variable - Variable in class org.ow2.bonita.facade.runtime.impl.VariableUpdateImpl
 
Variable - Class in org.ow2.bonita.type
is a bonita-internal class that serves as a base class for classes that store variable values in the database.
Variable() - Constructor for class org.ow2.bonita.type.Variable
 
VARIABLE_NAME - Static variable in class org.ow2.bonita.building.XmlDef
 
variableClass - Variable in class org.ow2.bonita.type.Type
 
variableName - Variable in class org.ow2.bonita.facade.def.element.impl.ConnectorDefinitionImpl
 
VariableNotFoundException - Exception in org.ow2.bonita.expression
 
VariableNotFoundException(String) - Constructor for exception org.ow2.bonita.expression.VariableNotFoundException
 
VariableNotFoundException - Exception in org.ow2.bonita.facade.exception
This exception is thrown by some methods of QueryRuntimeAPI and RuntimeAPI when the variable is not found.
VariableNotFoundException(String, ProcessInstanceUUID, String, String) - Constructor for exception org.ow2.bonita.facade.exception.VariableNotFoundException
 
VariableNotFoundException(String, ProcessInstanceUUID, String) - Constructor for exception org.ow2.bonita.facade.exception.VariableNotFoundException
 
VariableNotFoundException(VariableNotFoundException) - Constructor for exception org.ow2.bonita.facade.exception.VariableNotFoundException
 
VariableNotFoundException(String, ActivityInstanceUUID, String) - Constructor for exception org.ow2.bonita.facade.exception.VariableNotFoundException
 
variableParameters - Variable in class org.ow2.bonita.facade.def.element.impl.ConnectorDefinitionImpl
 
variableParameters - Variable in class org.ow2.bonita.facade.def.element.impl.OutgoingEventDefinitionImpl
 
VariablePerformerAssign - Class in org.ow2.bonita.definition
Specific class for Performer Assignment with variable type (used by the engine).
VariablePerformerAssign() - Constructor for class org.ow2.bonita.definition.VariablePerformerAssign
 
variables - Variable in class org.ow2.bonita.facade.def.element.impl.ConnectorParameters
 
variables - Variable in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
variables - Variable in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
VariableTypeResolver - Interface in org.ow2.bonita.type
 
VariableUpdate - Interface in org.ow2.bonita.facade.runtime
Interface for getting recorded runtime information on variable update.
VariableUpdateImpl - Class in org.ow2.bonita.facade.runtime.impl
 
VariableUpdateImpl() - Constructor for class org.ow2.bonita.facade.runtime.impl.VariableUpdateImpl
 
VariableUpdateImpl(Date, String, String, Variable) - Constructor for class org.ow2.bonita.facade.runtime.impl.VariableUpdateImpl
 
VariableUpdateImpl(VariableUpdate) - Constructor for class org.ow2.bonita.facade.runtime.impl.VariableUpdateImpl
 
variableUpdates - Variable in class org.ow2.bonita.facade.runtime.impl.ActivityInstanceImpl
 
variableUpdates - Variable in class org.ow2.bonita.facade.runtime.impl.ProcessInstanceImpl
 
variableValues - Variable in class org.ow2.bonita.definition.MultiInstantiatorDescriptor
 
VERSION - Static variable in class org.ow2.bonita.building.XmlDef
 
version - Variable in class org.ow2.bonita.light.impl.LightProcessDefinitionImpl
 
versionDate - Variable in class org.ow2.bonita.facade.runtime.impl.AttachmentInstanceImpl
 
visit(int, int, String, String, String, String[]) - Method in class org.ow2.bonita.util.ClassDataTool.MyVisitor
 
visitAnnotation(String, boolean) - Method in class org.ow2.bonita.util.ClassDataTool.MyVisitor
 
visitAttribute(Attribute) - Method in class org.ow2.bonita.util.ClassDataTool.MyVisitor
 
visitClass(byte[]) - Static method in class org.ow2.bonita.util.ClassDataTool
 
visitEnd() - Method in class org.ow2.bonita.util.ClassDataTool.MyVisitor
 
visitField(int, String, String, String, Object) - Method in class org.ow2.bonita.util.ClassDataTool.MyVisitor
 
visitInnerClass(String, String, String, int) - Method in class org.ow2.bonita.util.ClassDataTool.MyVisitor
 
visitMethod(int, String, String, String, String[]) - Method in class org.ow2.bonita.util.ClassDataTool.MyVisitor
 
visitOuterClass(String, String, String) - Method in class org.ow2.bonita.util.ClassDataTool.MyVisitor
 
visitSource(String, String) - Method in class org.ow2.bonita.util.ClassDataTool.MyVisitor
 

W

warnIfEquals(Level, Object, Object) - Static method in class org.ow2.bonita.util.Misc
This method logs at the given level a "warning" if the given parameter are equals
warnIfFalse(Level, boolean, String) - Static method in class org.ow2.bonita.util.Misc
This method logs at the given level a "warning" if the given parameter is false
warnIfNotEquals(Level, Object, Object) - Static method in class org.ow2.bonita.util.Misc
This method logs at the given level a "warning" if the given parameter are not equals
warnIfNotNull(Level, Object, String) - Static method in class org.ow2.bonita.util.Misc
This method logs at the given level a "warning" if the given parameter is not null
warnIfNull(Level, Object, String) - Static method in class org.ow2.bonita.util.Misc
This method logs at the given level a "warning message" if the given parameter is null
warnIfTrue(Level, boolean, String) - Static method in class org.ow2.bonita.util.Misc
This method logs at the given level a "warning" if the given parameter is true
warning(SAXParseException) - Method in class org.ow2.bonita.util.xml.Parse
part of ErrorHandler to capture XML parsing problems.
WeakValueMap<K,V> - Class in org.ow2.bonita.util
A map implementation with weak values.
WeakValueMap(Class<? extends Map>) - Constructor for class org.ow2.bonita.util.WeakValueMap
Create a WeakValue map instance backed by a Map of the given type.
WebAPI - Interface in org.ow2.bonita.facade
Internal use only.
WEBAPI_JNDINAME - Static variable in class org.ow2.bonita.util.AccessorUtil
 
WebDeleteAllProcessesCommand - Class in org.ow2.bonita.facade.runtime.command
 
WebDeleteAllProcessesCommand() - Constructor for class org.ow2.bonita.facade.runtime.command.WebDeleteAllProcessesCommand
 
WebDeleteAllProcessInstancesCommand - Class in org.ow2.bonita.facade.runtime.command
 
WebDeleteAllProcessInstancesCommand(Set<ProcessDefinitionUUID>) - Constructor for class org.ow2.bonita.facade.runtime.command.WebDeleteAllProcessInstancesCommand
 
WebDeleteProcessCommand - Class in org.ow2.bonita.facade.runtime.command
 
WebDeleteProcessCommand(ProcessDefinitionUUID) - Constructor for class org.ow2.bonita.facade.runtime.command.WebDeleteProcessCommand
 
WebDeleteProcessesCommand - Class in org.ow2.bonita.facade.runtime.command
 
WebDeleteProcessesCommand(Collection<ProcessDefinitionUUID>) - Constructor for class org.ow2.bonita.facade.runtime.command.WebDeleteProcessesCommand
 
WebDeleteProcessInstancesCommand - Class in org.ow2.bonita.facade.runtime.command
 
WebDeleteProcessInstancesCommand(Set<ProcessInstanceUUID>) - Constructor for class org.ow2.bonita.facade.runtime.command.WebDeleteProcessInstancesCommand
 
WebGetStartableProcessesCommand - Class in org.ow2.bonita.facade.runtime.command
 
WebGetStartableProcessesCommand(String...) - Constructor for class org.ow2.bonita.facade.runtime.command.WebGetStartableProcessesCommand
 
WebTemporaryToken - Interface in org.ow2.bonita.facade.runtime
 
WebTemporaryTokenImpl - Class in org.ow2.bonita.facade.runtime.impl
 
WebTemporaryTokenImpl() - Constructor for class org.ow2.bonita.facade.runtime.impl.WebTemporaryTokenImpl
 
WebTemporaryTokenImpl(WebTemporaryTokenImpl) - Constructor for class org.ow2.bonita.facade.runtime.impl.WebTemporaryTokenImpl
 
WebTemporaryTokenImpl(String, long, String) - Constructor for class org.ow2.bonita.facade.runtime.impl.WebTemporaryTokenImpl
 
WebUpdateLabelCommand - Class in org.ow2.bonita.facade.runtime.command
 
WebUpdateLabelCommand(String, Set<String>, Set<String>, Set<ProcessInstanceUUID>) - Constructor for class org.ow2.bonita.facade.runtime.command.WebUpdateLabelCommand
 
WebUser - Interface in org.ow2.bonita.facade.runtime
 
WebUserImpl - Class in org.ow2.bonita.facade.runtime.impl
 
WebUserImpl() - Constructor for class org.ow2.bonita.facade.runtime.impl.WebUserImpl
 
WebUserImpl(String) - Constructor for class org.ow2.bonita.facade.runtime.impl.WebUserImpl
 
WebUserImpl(WebUser) - Constructor for class org.ow2.bonita.facade.runtime.impl.WebUserImpl
 
Widget - Class in org.ow2.bonita.connector.core.desc
 
Widget(String, Setter) - Constructor for class org.ow2.bonita.connector.core.desc.Widget
 
WidgetComponent - Class in org.ow2.bonita.connector.core.desc
 
WidgetComponent(String, Setter) - Constructor for class org.ow2.bonita.connector.core.desc.WidgetComponent
 
WorkflowProcessBinding - Class in org.ow2.bonita.parsing.xpdl.binding
 
WorkflowProcessBinding() - Constructor for class org.ow2.bonita.parsing.xpdl.binding.WorkflowProcessBinding
 
write(int) - Method in class org.ow2.bonita.util.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class org.ow2.bonita.util.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
write(String, File) - Static method in class org.ow2.bonita.util.Misc
Write the given String to the given file using the default encoding.
write(File, byte[]) - Static method in class org.ow2.bonita.util.Misc
 

X

XML_NS - Static variable in class org.ow2.bonita.util.XmlConstants
XML schema ns.
XML_NS2 - Static variable in class org.ow2.bonita.util.XmlConstants
XML schema ns.
XML_PROCESS_DEF_1_0_SCHEMA - Static variable in class org.ow2.bonita.util.XmlConstants
XML process definition 1.0 schema xsd file named.
XML_PROCESS_DEF_1_1_SCHEMA - Static variable in class org.ow2.bonita.util.XmlConstants
XML process definition 1.1 schema xsd file named.
XML_SCHEMA - Static variable in class org.ow2.bonita.util.XmlConstants
XML schema xsd file name.
XmlBuilder - Class in org.ow2.bonita.building
 
XmlBuilder(DocumentBuilderFactory, TransformerFactory, URL) - Constructor for class org.ow2.bonita.building.XmlBuilder
Constructor
XmlConstants - Class in org.ow2.bonita.util
 
XmlDef - Class in org.ow2.bonita.building
XML process definition file constants for elements and attributes names
XmlDef() - Constructor for class org.ow2.bonita.building.XmlDef
 
XmlDefExporter - Class in org.ow2.bonita.building
 
XmlDefParser - Class in org.ow2.bonita.parsing.def
 
XmlDefParser() - Constructor for class org.ow2.bonita.parsing.def.XmlDefParser
 
XmlUtil - Class in org.ow2.bonita.util.xml
convenience methods to make reading org.w3c.dom models easier.
XmlUtil() - Constructor for class org.ow2.bonita.util.xml.XmlUtil
 
XmlUtil.NamespaceValue - Class in org.ow2.bonita.util.xml
 
XmlUtil.NamespaceValue(String, String) - Constructor for class org.ow2.bonita.util.xml.XmlUtil.NamespaceValue
 
XPDL_1_0_NS - Static variable in class org.ow2.bonita.util.XmlConstants
XPDL 1.0 executable schema ns.
XPDL_1_0_SCHEMA - Static variable in class org.ow2.bonita.util.XmlConstants
XPDL 1.0 schema xsd file named.
XpdlParser - Class in org.ow2.bonita.parsing.xpdl
 
XpdlParser() - Constructor for class org.ow2.bonita.parsing.xpdl.XpdlParser
 

A B C D E F G H I J K L M N O P Q R S T U V W X

Copyright © 2010 BonitaSoft. All Rights Reserved.