- GATEWAY_NODE - Static variable in class org.bonitasoft.engine.bpm.bar.xml.XMLProcessDefinition
-
- GATEWAY_TYPE - Static variable in class org.bonitasoft.engine.bpm.bar.xml.XMLProcessDefinition
-
- GatewayDefinition - Interface in org.bonitasoft.engine.bpm.flownode
-
- GatewayDefinitionBinding - Class in org.bonitasoft.engine.bpm.bar.xml
-
- GatewayDefinitionBinding() - Constructor for class org.bonitasoft.engine.bpm.bar.xml.GatewayDefinitionBinding
-
- GatewayDefinitionBuilder - Class in org.bonitasoft.engine.bpm.process.impl
-
- GatewayDefinitionImpl - Class in org.bonitasoft.engine.bpm.flownode.impl
-
- GatewayDefinitionImpl(String, GatewayType) - Constructor for class org.bonitasoft.engine.bpm.flownode.impl.GatewayDefinitionImpl
-
- GatewayDefinitionImpl(long, String, GatewayType) - Constructor for class org.bonitasoft.engine.bpm.flownode.impl.GatewayDefinitionImpl
-
- GatewayInstance - Interface in org.bonitasoft.engine.bpm.flownode
-
- GatewayInstanceImpl - Class in org.bonitasoft.engine.bpm.flownode.impl
-
- GatewayInstanceImpl(String, long) - Constructor for class org.bonitasoft.engine.bpm.flownode.impl.GatewayInstanceImpl
-
- GatewayType - Enum in org.bonitasoft.engine.bpm.flownode
-
- generateDocument(String) - Static method in class org.bonitasoft.engine.xml.DocumentManager
-
- generateInfosFromDefinition(DesignProcessDefinition) - Method in class org.bonitasoft.engine.bpm.bar.ProcessDefinitionBARContribution
-
- generateJar(Class<?>...) - Static method in class org.bonitasoft.engine.io.IOUtil
-
- generateJar(Map<String, byte[]>) - Static method in class org.bonitasoft.engine.io.IOUtil
-
- GenericFileContribution - Class in org.bonitasoft.engine.bpm.bar
-
- GenericFileContribution() - Constructor for class org.bonitasoft.engine.bpm.bar.GenericFileContribution
-
- get(long) - Method in interface org.bonitasoft.engine.api.CommandAPI
-
Get the command descriptor by its id
- get(String) - Method in interface org.bonitasoft.engine.api.PlatformCommandAPI
-
Returns the command descriptor
- getActivationEvent() - Method in interface org.bonitasoft.engine.bpm.connector.ArchivedConnectorInstance
-
- getActivationEvent() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorDefinition
-
- getActivationEvent() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorInstance
-
- getActivationEvent() - Method in class org.bonitasoft.engine.bpm.connector.impl.ArchivedConnectorInstanceImpl
-
- getActivationEvent() - Method in class org.bonitasoft.engine.bpm.connector.impl.ConnectorDefinitionImpl
-
- getActivationEvent() - Method in class org.bonitasoft.engine.bpm.connector.impl.ConnectorInstanceImpl
-
- getActivationState() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessDeploymentInfoImpl
-
- getActivationState() - Method in interface org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo
-
- getActivities(long, int, int) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Returns all activities (active and finished) of a process instance.
- getActivities() - Method in interface org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinition
-
- getActivities() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinitionImpl
-
- getActivity(String) - Method in interface org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinition
-
- getActivity(String) - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinitionImpl
-
- getActivityDataDefinitions(long, String, int, int) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the paginated list of data definitions of the activity of the process definition.
- getActivityDataInstance(String, long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get a data instance in activity with data name and activity instance id.
- getActivityDataInstances(long, int, int) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get data instances under the activity with given activity id.
- getActivityInstance(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get an instance of activity using its activity instance id.
- getActivityInstanceId() - Method in interface org.bonitasoft.engine.bpm.flownode.BoundaryEventInstance
-
- getActivityInstanceId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.BoundaryEventInstanceImpl
-
- getActivityInstanceId() - Method in class org.bonitasoft.engine.connector.EngineExecutionContext
-
Refers to the directly including process instance.
- getActivityInstanceState(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get an activity instance's state according to its activityInstanceId.
- getActivityName() - Method in interface org.bonitasoft.engine.bpm.flownode.BoundaryEventInstance
-
- getActivityName() - Method in class org.bonitasoft.engine.bpm.flownode.impl.BoundaryEventInstanceImpl
-
- getActivityReachedStateDate(long, String) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get the date when the activity with given activityInstanceId reaches the given state.
- getActor(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the actor.
- getActor(String) - Method in class org.bonitasoft.engine.bpm.process.impl.DesignProcessDefinitionImpl
-
- getActorId() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstance
-
- getActorId() - Method in interface org.bonitasoft.engine.bpm.flownode.HumanTaskInstance
-
- getActorId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedHumanTaskInstanceImpl
-
- getActorId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.HumanTaskInstanceImpl
-
- getActorInitiator(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the actor initiator of the process definition.
- getActorInitiator() - Method in interface org.bonitasoft.engine.bpm.process.DesignProcessDefinition
-
- getActorInitiator() - Method in class org.bonitasoft.engine.bpm.process.impl.DesignProcessDefinitionImpl
-
- getActorMembers(long, int, int) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns a list of paginated of members of an actor.
- getActorName() - Method in interface org.bonitasoft.engine.bpm.flownode.impl.HumanTaskDefinition
-
- getActorName() - Method in class org.bonitasoft.engine.bpm.flownode.impl.HumanTaskDefinitionImpl
-
- getActors(long, int, int, ActorCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns a list of paginated actors of a process.
- getActors() - Method in interface org.bonitasoft.engine.bpm.process.DesignProcessDefinition
-
- getActors() - Method in class org.bonitasoft.engine.bpm.process.impl.DesignProcessDefinitionImpl
-
- getActorsFromActorIds(List<Long>) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the actor instances.
- getAddress() - Method in interface org.bonitasoft.engine.identity.ContactData
-
- getAddress() - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- getAllCommands(int, int, CommandCriterion) - Method in interface org.bonitasoft.engine.api.CommandAPI
-
Returns the paginated list of command descriptors according to the sort criterion.
- getAllContentFrom(InputStream) - Static method in class org.bonitasoft.engine.io.IOUtil
-
Return the whole underlying stream content into a single String.
- getAllContentFrom(File) - Static method in class org.bonitasoft.engine.io.IOUtil
-
- getAllContentFrom(URL) - Static method in class org.bonitasoft.engine.io.IOUtil
-
Return the whole underlying stream content into a single String.
- getAllStates() - Static method in enum org.bonitasoft.engine.bpm.flownode.ActivityState
-
Deprecated.
- getAPIAccessor() - Method in class org.bonitasoft.engine.connector.AbstractConnector
-
- getAPIAccessor() - Method in class org.bonitasoft.engine.filter.AbstractUserFilter
-
- getArchivedActivityInstance(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get an activity instance that already was archived.
- getArchivedActivityInstances(long, int, int, ActivityInstanceCriterion) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get a list of archived activity instances, the returned list is paginated
- getArchiveDate() - Method in interface org.bonitasoft.engine.bpm.ArchivedElement
-
- getArchiveDate() - Method in class org.bonitasoft.engine.bpm.comment.impl.ArchivedCommentImpl
-
- getArchiveDate() - Method in class org.bonitasoft.engine.bpm.connector.impl.ArchivedConnectorInstanceImpl
-
- getArchiveDate() - Method in class org.bonitasoft.engine.bpm.document.impl.ArchivedDocumentImpl
-
- getArchiveDate() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowNodeInstanceImpl
-
- getArchiveDate() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedTransitionInstanceImpl
-
- getArchiveDate() - Method in class org.bonitasoft.engine.bpm.process.impl.ArchivedProcessInstanceImpl
-
- getArchivedComment(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Retrieves an ArchivedComment from its id.
- getArchivedFlowNodeInstance(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Retrieves an ArchivedFlowNodeInstance from its id.
- getArchivedProcessDocument(long) - Method in interface org.bonitasoft.engine.api.DocumentAPI
-
Get an ArchivedDocument based on it's id.
- getArchivedProcessInstance(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Retrieves an ArchivedProcessInstance from its id.
- getArchivedProcessInstances(int, int, ProcessInstanceCriterion) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get all archived process instances, the returned list is paginated
- getArchivedProcessInstances(long, int, int) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
- getArchivedVersionOfProcessDocument(long) - Method in interface org.bonitasoft.engine.api.DocumentAPI
-
Get the original version of the document with the specified identifier.
- getAssignedBy() - Method in class org.bonitasoft.engine.identity.impl.UserMembershipImpl
-
- getAssignedBy() - Method in interface org.bonitasoft.engine.identity.UserMembership
-
- getAssignedByName() - Method in class org.bonitasoft.engine.identity.impl.UserMembershipImpl
-
- getAssignedByName() - Method in interface org.bonitasoft.engine.identity.UserMembership
-
- getAssignedDate() - Method in class org.bonitasoft.engine.identity.impl.UserMembershipImpl
-
- getAssignedDate() - Method in interface org.bonitasoft.engine.identity.UserMembership
-
- getAssignedHumanTaskInstances(long, int, int, ActivityInstanceCriterion) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Retrieve a list of assigned human task instances related to given userId.
- getAssigneeId() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstance
-
- getAssigneeId() - Method in interface org.bonitasoft.engine.bpm.flownode.HumanTaskInstance
-
- getAssigneeId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedHumanTaskInstanceImpl
-
- getAssigneeId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.HumanTaskInstanceImpl
-
- getAttributes() - Method in class org.bonitasoft.engine.io.xml.XMLNode
-
- getAuthor() - Method in interface org.bonitasoft.engine.bpm.document.Document
-
Get the username of the user who attached the document to the process instance.
- getAuthor() - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentImpl
-
- getBonitaHomeFolder() - Method in class org.bonitasoft.engine.home.BonitaHome
-
- getBoundaryEventDefinitions() - Method in interface org.bonitasoft.engine.bpm.flownode.ActivityDefinition
-
- getBoundaryEventDefinitions() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ActivityDefinitionImpl
-
- getBuilding() - Method in interface org.bonitasoft.engine.identity.ContactData
-
- getBuilding() - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- getCallableElement() - Method in interface org.bonitasoft.engine.bpm.flownode.CallActivityDefinition
-
- getCallableElement() - Method in class org.bonitasoft.engine.bpm.flownode.impl.CallActivityDefinitionImpl
-
- getCallableElementType() - Method in interface org.bonitasoft.engine.bpm.flownode.CallActivityDefinition
-
- getCallableElementType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.CallActivityDefinitionImpl
-
- getCallableElementVersion() - Method in interface org.bonitasoft.engine.bpm.flownode.CallActivityDefinition
-
- getCallableElementVersion() - Method in class org.bonitasoft.engine.bpm.flownode.impl.CallActivityDefinitionImpl
-
- getCallerId() - Method in interface org.bonitasoft.engine.bpm.process.ArchivedProcessInstance
-
- getCallerId() - Method in class org.bonitasoft.engine.bpm.process.impl.ArchivedProcessInstanceImpl
-
- getCallerId() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- getCallerId() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
-
- getCategories(int, int, CategoryCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the paginated list of categories.
- getCategoriesOfProcessDefinition(long, int, int, CategoryCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Get categories from process definition
- getCategoriesUnrelatedToProcessDefinition(long, int, int, CategoryCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the paginated list of categories that are not associated to the process definition.
- getCategory(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the category.
- getCause() - Method in exception org.bonitasoft.engine.exception.BonitaCausePrinter
-
- getCausesPositions() - Method in exception org.bonitasoft.engine.exception.BonitaException
-
- getChildNodes() - Method in class org.bonitasoft.engine.io.xml.XMLNode
-
- getChildrenInstanceIdsOfProcessInstance(long, int, int, ProcessInstanceCriterion) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get the children instances (sub process or call activity) of a process instance.
- getCity() - Method in interface org.bonitasoft.engine.identity.ContactData
-
- getCity() - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- getClaimedDate() - Method in interface org.bonitasoft.engine.bpm.flownode.HumanTaskInstance
-
- getClaimedDate() - Method in class org.bonitasoft.engine.bpm.flownode.impl.HumanTaskInstanceImpl
-
- getClassData(Class<?>) - Static method in class org.bonitasoft.engine.io.IOUtil
-
- getClassName() - Method in interface org.bonitasoft.engine.bpm.data.DataDefinition
-
- getClassName() - Method in interface org.bonitasoft.engine.bpm.data.DataInstance
-
- getClassName() - Method in class org.bonitasoft.engine.bpm.data.impl.DataDefinitionImpl
-
- getClassName() - Method in class org.bonitasoft.engine.bpm.data.impl.DataInstanceImpl
-
- getCommand(String) - Method in interface org.bonitasoft.engine.api.CommandAPI
-
Returns the command descriptor
- getCommandAPI() - Method in interface org.bonitasoft.engine.api.APIAccessor
-
- getCommands(int, int, CommandCriterion) - Method in interface org.bonitasoft.engine.api.PlatformCommandAPI
-
Returns the paginated list of command descriptors according to the sort criterion.
- getComments(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get all comments by its process instance id
- getCompletionCondition() - Method in class org.bonitasoft.engine.bpm.flownode.impl.MultiInstanceLoopCharacteristics
-
- getCondition() - Method in class org.bonitasoft.engine.bpm.flownode.impl.TransitionDefinitionImpl
-
- getCondition() - Method in interface org.bonitasoft.engine.bpm.flownode.TransitionDefinition
-
- getConfigurationState() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessDeploymentInfoImpl
-
- getConfigurationState() - Method in interface org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo
-
- getConnectorDefinition() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorDefinitionWithInputValues
-
- getConnectorDefinition() - Method in class org.bonitasoft.engine.bpm.connector.impl.ConnectorDefinitionWithInputValuesImpl
-
- getConnectorId() - Method in interface org.bonitasoft.engine.bpm.connector.ArchivedConnectorInstance
-
- getConnectorId() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorDefinition
-
- getConnectorId() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorInstance
-
- getConnectorId() - Method in class org.bonitasoft.engine.bpm.connector.impl.ArchivedConnectorInstanceImpl
-
- getConnectorId() - Method in class org.bonitasoft.engine.bpm.connector.impl.ConnectorDefinitionImpl
-
- getConnectorId() - Method in class org.bonitasoft.engine.bpm.connector.impl.ConnectorInstanceImpl
-
- getConnectorImplementation(long, String, String) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the implementation of the connector of the process definition.
- getConnectorImplementations(long, int, int, ConnectorCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the paginated list of connector implementation descriptors of the process definition.
- getConnectors() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeDefinition
-
- getConnectors() - Method in interface org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinition
-
- getConnectors() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinitionImpl
-
- getConnectors() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeDefinitionImpl
-
- getContainer() - Method in class org.bonitasoft.engine.bpm.process.impl.FlowElementContainerBuilder
-
- getContainerId() - Method in interface org.bonitasoft.engine.bpm.connector.ArchivedConnectorInstance
-
- getContainerId() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorInstance
-
- getContainerId() - Method in class org.bonitasoft.engine.bpm.connector.impl.ArchivedConnectorInstanceImpl
-
- getContainerId() - Method in class org.bonitasoft.engine.bpm.connector.impl.ConnectorInstanceImpl
-
- getContainerId() - Method in interface org.bonitasoft.engine.bpm.data.DataInstance
-
- getContainerId() - Method in class org.bonitasoft.engine.bpm.data.impl.DataInstanceImpl
-
- getContainerType() - Method in interface org.bonitasoft.engine.bpm.connector.ArchivedConnectorInstance
-
- getContainerType() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorInstance
-
- getContainerType() - Method in class org.bonitasoft.engine.bpm.connector.impl.ArchivedConnectorInstanceImpl
-
- getContainerType() - Method in class org.bonitasoft.engine.bpm.connector.impl.ConnectorInstanceImpl
-
- getContainerType() - Method in interface org.bonitasoft.engine.bpm.data.DataInstance
-
- getContainerType() - Method in class org.bonitasoft.engine.bpm.data.impl.DataInstanceImpl
-
- getContent() - Method in class org.bonitasoft.engine.bpm.bar.BarResource
-
- getContent() - Method in interface org.bonitasoft.engine.bpm.comment.ArchivedComment
-
- getContent() - Method in interface org.bonitasoft.engine.bpm.comment.Comment
-
- getContent() - Method in class org.bonitasoft.engine.bpm.comment.impl.ArchivedCommentImpl
-
- getContent() - Method in class org.bonitasoft.engine.bpm.comment.impl.CommentImpl
-
- getContent() - Method in class org.bonitasoft.engine.bpm.document.DocumentValue
-
- getContent() - Method in interface org.bonitasoft.engine.expression.Expression
-
- getContent() - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
-
- getContent() - Method in class org.bonitasoft.engine.io.xml.XMLNode
-
- getContentFileName() - Method in interface org.bonitasoft.engine.bpm.document.Document
-
Get the file name of the document.
- getContentFileName() - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentImpl
-
- getContentMimeType() - Method in interface org.bonitasoft.engine.bpm.document.Document
-
Get the mime type of the document's content.
- getContentMimeType() - Method in interface org.bonitasoft.engine.bpm.document.DocumentDefinition
-
mime type of the document's content.
- getContentMimeType() - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentDefinitionImpl
-
- getContentMimeType() - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentImpl
-
- getContentStorageId() - Method in interface org.bonitasoft.engine.bpm.document.ArchivedDocument
-
- getContentStorageId() - Method in interface org.bonitasoft.engine.bpm.document.Document
-
Get the Id to use to retrieve the document's content.
- getContentStorageId() - Method in class org.bonitasoft.engine.bpm.document.impl.ArchivedDocumentImpl
-
- getContentStorageId() - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentImpl
-
- getCorrelations() - Method in class org.bonitasoft.engine.bpm.flownode.impl.MessageEventTriggerDefinitionImpl
-
- getCorrelations() - Method in interface org.bonitasoft.engine.bpm.flownode.MessageEventTriggerDefinition
-
- getCount() - Method in class org.bonitasoft.engine.search.impl.SearchResultImpl
-
- getCount() - Method in interface org.bonitasoft.engine.search.SearchResult
-
Get the total number of matching result in the data base.
- getCountry() - Method in interface org.bonitasoft.engine.identity.ContactData
-
- getCountry() - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- getCreated() - Method in class org.bonitasoft.engine.platform.impl.PlatformImpl
-
- getCreated() - Method in interface org.bonitasoft.engine.platform.Platform
-
- getCreatedBy() - Method in interface org.bonitasoft.engine.identity.Group
-
- getCreatedBy() - Method in class org.bonitasoft.engine.identity.impl.GroupImpl
-
- getCreatedBy() - Method in class org.bonitasoft.engine.identity.impl.RoleImpl
-
- getCreatedBy() - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- getCreatedBy() - Method in interface org.bonitasoft.engine.identity.Role
-
- getCreatedBy() - Method in interface org.bonitasoft.engine.identity.User
-
- getCreatedBy() - Method in class org.bonitasoft.engine.platform.impl.PlatformImpl
-
- getCreatedBy() - Method in interface org.bonitasoft.engine.platform.Platform
-
- getCreationDate() - Method in interface org.bonitasoft.engine.bpm.category.Category
-
- getCreationDate() - Method in class org.bonitasoft.engine.bpm.category.impl.CategoryImpl
-
- getCreationDate() - Method in interface org.bonitasoft.engine.bpm.document.Document
-
Get the date when the document was attached to the process instance.
- getCreationDate() - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentImpl
-
- getCreationDate() - Method in interface org.bonitasoft.engine.identity.Group
-
- getCreationDate() - Method in class org.bonitasoft.engine.identity.impl.GroupImpl
-
- getCreationDate() - Method in class org.bonitasoft.engine.identity.impl.RoleImpl
-
- getCreationDate() - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- getCreationDate() - Method in interface org.bonitasoft.engine.identity.Role
-
- getCreationDate() - Method in interface org.bonitasoft.engine.identity.User
-
- getCreationDate() - Method in class org.bonitasoft.engine.session.impl.SessionImpl
-
- getCreationDate() - Method in interface org.bonitasoft.engine.session.Session
-
Gets the session's creation date
- getCreator() - Method in interface org.bonitasoft.engine.bpm.category.Category
-
- getCreator() - Method in class org.bonitasoft.engine.bpm.category.impl.CategoryImpl
-
- getDataDefinition() - Method in class org.bonitasoft.engine.bpm.process.impl.DataDefinitionBuilder
-
- getDataDefinitions() - Method in interface org.bonitasoft.engine.bpm.flownode.ActivityDefinition
-
- getDataDefinitions() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ActivityDefinitionImpl
-
- getDataDefinitions() - Method in interface org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinition
-
- getDataDefinitions() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinitionImpl
-
- getDataDefinitions() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ThrowMessageEventTriggerDefinitionImpl
-
- getDataDefinitions() - Method in interface org.bonitasoft.engine.bpm.flownode.ThrowMessageEventTriggerDefinition
-
- getDataInputItemRef() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedMultiInstanceActivityInstance
-
- getDataInputItemRef() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedMultiInstanceActivityInstanceImpl
-
- getDataInputItemRef() - Method in class org.bonitasoft.engine.bpm.flownode.impl.MultiInstanceActivityInstanceImpl
-
- getDataInputItemRef() - Method in class org.bonitasoft.engine.bpm.flownode.impl.MultiInstanceLoopCharacteristics
-
- getDataInputItemRef() - Method in interface org.bonitasoft.engine.bpm.flownode.MultiInstanceActivityInstance
-
- getDataInputOperations() - Method in interface org.bonitasoft.engine.bpm.flownode.CallActivityDefinition
-
- getDataInputOperations() - Method in class org.bonitasoft.engine.bpm.flownode.impl.CallActivityDefinitionImpl
-
- getDataName() - Method in class org.bonitasoft.engine.operation.impl.LeftOperandImpl
-
Deprecated.
- getDataName() - Method in interface org.bonitasoft.engine.operation.LeftOperand
-
Deprecated.
- getDataOutputItemRef() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedMultiInstanceActivityInstance
-
- getDataOutputItemRef() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedMultiInstanceActivityInstanceImpl
-
- getDataOutputItemRef() - Method in class org.bonitasoft.engine.bpm.flownode.impl.MultiInstanceActivityInstanceImpl
-
- getDataOutputItemRef() - Method in class org.bonitasoft.engine.bpm.flownode.impl.MultiInstanceLoopCharacteristics
-
- getDataOutputItemRef() - Method in interface org.bonitasoft.engine.bpm.flownode.MultiInstanceActivityInstance
-
- getDataOutputOperations() - Method in interface org.bonitasoft.engine.bpm.flownode.CallActivityDefinition
-
- getDataOutputOperations() - Method in class org.bonitasoft.engine.bpm.flownode.impl.CallActivityDefinitionImpl
-
- getDefaultMessage() - Method in exception org.bonitasoft.engine.exception.BonitaException
-
Override this method to define a default message.
- getDefaultTransition() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeDefinition
-
- getDefaultTransition() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeDefinitionImpl
-
- getDefaultValueExpression() - Method in interface org.bonitasoft.engine.bpm.data.DataDefinition
-
- getDefaultValueExpression() - Method in class org.bonitasoft.engine.bpm.data.impl.DataDefinitionImpl
-
- getDefinitionId() - Method in class org.bonitasoft.engine.bpm.connector.ConnectorImplementationDescriptor
-
- getDefinitionVersion() - Method in class org.bonitasoft.engine.bpm.connector.ConnectorImplementationDescriptor
-
- getDependencies() - Method in interface org.bonitasoft.engine.expression.Expression
-
- getDependencies() - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
-
- getDeployedBy() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessDeploymentInfoImpl
-
- getDeployedBy() - Method in interface org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo
-
- getDeploymentDate() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessDeploymentInfoImpl
-
- getDeploymentDate() - Method in interface org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo
-
- getDescription() - Method in interface org.bonitasoft.engine.bpm.actor.ActorDefinition
-
- getDescription() - Method in class org.bonitasoft.engine.bpm.actor.impl.ActorDefinitionImpl
-
- getDescription() - Method in interface org.bonitasoft.engine.bpm.category.Category
-
- getDescription() - Method in class org.bonitasoft.engine.bpm.category.impl.CategoryImpl
-
- getDescription() - Method in interface org.bonitasoft.engine.bpm.data.DataInstance
-
- getDescription() - Method in class org.bonitasoft.engine.bpm.data.impl.DataDefinitionImpl
-
- getDescription() - Method in class org.bonitasoft.engine.bpm.data.impl.DataInstanceImpl
-
- getDescription() - Method in interface org.bonitasoft.engine.bpm.DescriptionElement
-
- getDescription() - Method in class org.bonitasoft.engine.bpm.DescriptionElementImpl
-
- getDescription() - Method in interface org.bonitasoft.engine.bpm.document.DocumentDefinition
-
- getDescription() - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentDefinitionImpl
-
- getDescription() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
-
- getDescription() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowElementInstanceImpl
-
- getDescription() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowNodeInstanceImpl
-
- getDescription() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedTransitionInstanceImpl
-
- getDescription() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeDefinitionImpl
-
- getDescription() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeInstanceImpl
-
- getDescription() - Method in class org.bonitasoft.engine.bpm.parameter.impl.ParameterDefinitionImpl
-
- getDescription() - Method in interface org.bonitasoft.engine.bpm.process.ArchivedProcessInstance
-
- getDescription() - Method in class org.bonitasoft.engine.bpm.process.impl.ArchivedProcessInstanceImpl
-
- getDescription() - Method in class org.bonitasoft.engine.bpm.process.impl.ProblemImpl
-
- getDescription() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessDefinitionImpl
-
- getDescription() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessDeploymentInfoImpl
-
- getDescription() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- getDescription() - Method in interface org.bonitasoft.engine.bpm.process.Problem
-
- getDescription() - Method in interface org.bonitasoft.engine.bpm.process.ProcessDefinition
-
- getDescription() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
-
- getDescription() - Method in interface org.bonitasoft.engine.command.CommandDescriptor
-
- getDescription() - Method in class org.bonitasoft.engine.command.CommandDescriptorImpl
-
- getDescription() - Method in interface org.bonitasoft.engine.identity.Group
-
- getDescription() - Method in class org.bonitasoft.engine.identity.impl.GroupImpl
-
- getDescription() - Method in class org.bonitasoft.engine.identity.impl.RoleImpl
-
- getDescription() - Method in interface org.bonitasoft.engine.identity.Role
-
- getDescription() - Method in class org.bonitasoft.engine.platform.command.impl.PlatformCommandDescriptorImpl
-
- getDescription() - Method in interface org.bonitasoft.engine.platform.command.PlatformCommandDescriptor
-
- getDescription() - Method in class org.bonitasoft.engine.profile.impl.ProfileEntryImpl
-
- getDescription() - Method in class org.bonitasoft.engine.profile.impl.ProfileImpl
-
- getDescription() - Method in interface org.bonitasoft.engine.profile.Profile
-
- getDescription() - Method in interface org.bonitasoft.engine.profile.ProfileEntry
-
- getDescription() - Method in class org.bonitasoft.engine.reporting.impl.ReportImpl
-
- getDescription() - Method in interface org.bonitasoft.engine.reporting.Report
-
- getDisplayDescription() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
-
- getDisplayDescription() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeDefinition
-
- getDisplayDescription() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeInstance
-
- getDisplayDescription() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowNodeInstanceImpl
-
- getDisplayDescription() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeDefinitionImpl
-
- getDisplayDescription() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeInstanceImpl
-
- getDisplayDescription() - Method in interface org.bonitasoft.engine.bpm.process.DesignProcessDefinition
-
- getDisplayDescription() - Method in class org.bonitasoft.engine.bpm.process.impl.DesignProcessDefinitionImpl
-
- getDisplayDescription() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessDeploymentInfoImpl
-
- getDisplayDescription() - Method in interface org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo
-
- getDisplayDescriptionAfterCompletion() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeDefinition
-
- getDisplayDescriptionAfterCompletion() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeDefinitionImpl
-
- getDisplayName() - Method in interface org.bonitasoft.engine.bpm.actor.ActorInstance
-
- getDisplayName() - Method in class org.bonitasoft.engine.bpm.actor.impl.ActorInstanceImpl
-
- getDisplayName() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
-
- getDisplayName() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeDefinition
-
- getDisplayName() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeInstance
-
- getDisplayName() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowNodeInstanceImpl
-
- getDisplayName() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeDefinitionImpl
-
- getDisplayName() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeInstanceImpl
-
- getDisplayName() - Method in interface org.bonitasoft.engine.bpm.process.DesignProcessDefinition
-
- getDisplayName() - Method in class org.bonitasoft.engine.bpm.process.impl.DesignProcessDefinitionImpl
-
- getDisplayName() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessDeploymentInfoImpl
-
- getDisplayName() - Method in interface org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo
-
- getDisplayName() - Method in interface org.bonitasoft.engine.identity.Group
-
- getDisplayName() - Method in class org.bonitasoft.engine.identity.impl.GroupImpl
-
- getDisplayName() - Method in class org.bonitasoft.engine.identity.impl.RoleImpl
-
- getDisplayName() - Method in interface org.bonitasoft.engine.identity.Role
-
- getDisplayNamePart1() - Method in interface org.bonitasoft.engine.entitymember.EntityMember
-
- getDisplayNamePart1() - Method in class org.bonitasoft.engine.entitymember.impl.EntityMemberImpl
-
- getDisplayNamePart1() - Method in class org.bonitasoft.engine.profile.impl.ProfileMemberImpl
-
- getDisplayNamePart1() - Method in interface org.bonitasoft.engine.profile.ProfileMember
-
- getDisplayNamePart2() - Method in interface org.bonitasoft.engine.entitymember.EntityMember
-
- getDisplayNamePart2() - Method in class org.bonitasoft.engine.entitymember.impl.EntityMemberImpl
-
- getDisplayNamePart2() - Method in class org.bonitasoft.engine.profile.impl.ProfileMemberImpl
-
- getDisplayNamePart2() - Method in interface org.bonitasoft.engine.profile.ProfileMember
-
- getDisplayNamePart3() - Method in interface org.bonitasoft.engine.entitymember.EntityMember
-
- getDisplayNamePart3() - Method in class org.bonitasoft.engine.entitymember.impl.EntityMemberImpl
-
- getDisplayNamePart3() - Method in class org.bonitasoft.engine.profile.impl.ProfileMemberImpl
-
- getDisplayNamePart3() - Method in interface org.bonitasoft.engine.profile.ProfileMember
-
- getDocument(long) - Method in interface org.bonitasoft.engine.api.DocumentAPI
-
Get the document with the specified identifier.
- getDocumentAtActivityInstanceCompletion(long, String) - Method in interface org.bonitasoft.engine.api.DocumentAPI
-
Get the version of the named document when the specified activity completed.
- getDocumentAtProcessInstantiation(long, String) - Method in interface org.bonitasoft.engine.api.DocumentAPI
-
Get the version of the named document that was current when the specified process instance is instantiated.
- getDocumentAuthor() - Method in interface org.bonitasoft.engine.bpm.document.ArchivedDocument
-
- getDocumentAuthor() - Method in class org.bonitasoft.engine.bpm.document.impl.ArchivedDocumentImpl
-
- getDocumentContent(String) - Method in interface org.bonitasoft.engine.api.DocumentAPI
-
Get content of the document with the specified identifier.
- getDocumentContent(Document) - Static method in class org.bonitasoft.engine.xml.DocumentManager
-
- getDocumentContentFileName() - Method in interface org.bonitasoft.engine.bpm.document.ArchivedDocument
-
- getDocumentContentFileName() - Method in class org.bonitasoft.engine.bpm.document.impl.ArchivedDocumentImpl
-
- getDocumentContentMimeType() - Method in interface org.bonitasoft.engine.bpm.document.ArchivedDocument
-
- getDocumentContentMimeType() - Method in class org.bonitasoft.engine.bpm.document.impl.ArchivedDocumentImpl
-
- getDocumentCreationDate() - Method in interface org.bonitasoft.engine.bpm.document.ArchivedDocument
-
- getDocumentCreationDate() - Method in class org.bonitasoft.engine.bpm.document.impl.ArchivedDocumentImpl
-
- getDocumentDefinitions() - Method in interface org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinition
-
- getDocumentDefinitions() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinitionImpl
-
- getDocumentHasContent() - Method in interface org.bonitasoft.engine.bpm.document.ArchivedDocument
-
- getDocumentHasContent() - Method in class org.bonitasoft.engine.bpm.document.impl.ArchivedDocumentImpl
-
- getDocumentURL() - Method in interface org.bonitasoft.engine.bpm.document.ArchivedDocument
-
- getDocumentURL() - Method in class org.bonitasoft.engine.bpm.document.impl.ArchivedDocumentImpl
-
- getDuration() - Method in class org.bonitasoft.engine.session.impl.SessionImpl
-
- getDuration() - Method in interface org.bonitasoft.engine.session.Session
-
Gets the session's duration
- getElement() - Method in class org.bonitasoft.engine.bpm.data.impl.XMLDataDefinitionImpl
-
- getElement() - Method in interface org.bonitasoft.engine.bpm.data.XMLDataDefinition
-
- getElementBindings() - Method in interface org.bonitasoft.engine.io.xml.ElementBindingsFactory
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.ActorDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.ActorInitiatorDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.AutomaticTaskDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.BoundaryEventDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.CallableElementBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.CallableElementVersionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.CallActivityDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.CatchErrorEventTriggerDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.CatchMessageEventTriggerDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.CatchSignalEventTriggerDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.ConditionalExpressionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.ConnectorDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.ConnectorDefinitionInputBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.CorrelationBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.CorrelationKeyBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.CorrelationValueBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.DataDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.DataInputOperationBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.DataOutputOperationBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.DefaultTransitionDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.DefaultValueBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.DisplayDescriptionAfterCompletionExpressionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.DisplayDescriptionExpressionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.DisplayNameExpressionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.DocumentDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.EndEventDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.ExpressionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.FlowElementBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.GatewayDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.IncomingTransitionRefBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.IntermediateCatchEventBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.IntermediateThrowEventDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.LeftOperandBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.LoopConditionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.LoopMaxBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.ManualTaskDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.MultiInstanceCompletionConditionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.MultiInstanceLoopCardinalityBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.MultiInstanceLoopCharacteristicsBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.OperationBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.OutgoingTransitionRefBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.ParameterDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.ProcessDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.ReceiveTaskDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.RightOperandBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.SendTaskDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.StandardLoopCharacteristicsBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.StartEventDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.StringIndexBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.SubProcessDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.TargetFlowNodeBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.TargetProcessBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.TerminateEventTriggerDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.TextDataDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.ThrowErrorEventTriggerDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.ThrowMessageEventTriggerDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.ThrowSignalEventTriggerDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.TimerEventTriggerDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.TransitionDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.UserFilterDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.UserTaskDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.bpm.bar.xml.XMLDataDefinitionBinding
-
- getElementTag() - Method in class org.bonitasoft.engine.io.xml.ElementBinding
-
- getEmail() - Method in interface org.bonitasoft.engine.identity.ContactData
-
- getEmail() - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- getEndDate() - Method in interface org.bonitasoft.engine.bpm.process.ArchivedProcessInstance
-
- getEndDate() - Method in class org.bonitasoft.engine.bpm.process.impl.ArchivedProcessInstanceImpl
-
- getEndDate() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- getEndDate() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
-
- getEndEvents() - Method in interface org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinition
-
- getEndEvents() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinitionImpl
-
- getEngineConstantName() - Method in enum org.bonitasoft.engine.expression.ExpressionConstants
-
- getEntityMemberId() - Method in interface org.bonitasoft.engine.entitymember.EntityMember
-
- getEntityMemberId() - Method in class org.bonitasoft.engine.entitymember.impl.EntityMemberImpl
-
- getErrorCode() - Method in class org.bonitasoft.engine.bpm.bar.xml.ErrorEventTriggerDefinitionBinding
-
- getErrorCode() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorDefinition
-
- getErrorCode() - Method in class org.bonitasoft.engine.bpm.connector.impl.ConnectorDefinitionImpl
-
- getErrorCode() - Method in interface org.bonitasoft.engine.bpm.flownode.ErrorEventTriggerDefinition
-
- getErrorCode() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ErrorEventTriggerDefinitionImpl
-
- getErrorCode() - Method in class org.bonitasoft.engine.bpm.flownode.impl.WaitingErrorEventImpl
-
- getErrorCode() - Method in interface org.bonitasoft.engine.bpm.flownode.WaitingErrorEvent
-
- getErrorEventTriggerDefinitions() - Method in interface org.bonitasoft.engine.bpm.flownode.CatchEventDefinition
-
- getErrorEventTriggerDefinitions() - Method in interface org.bonitasoft.engine.bpm.flownode.EndEventDefinition
-
- getErrorEventTriggerDefinitions() - Method in class org.bonitasoft.engine.bpm.flownode.impl.CatchEventDefinitionImpl
-
- getErrorEventTriggerDefinitions() - Method in class org.bonitasoft.engine.bpm.flownode.impl.EndEventDefinitionImpl
-
- getEventInstances(long, int, int, EventCriterion) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get a event instance list according to all given conditions
- getEventTriggers() - Method in interface org.bonitasoft.engine.bpm.flownode.EventDefinition
-
- getEventTriggers() - Method in class org.bonitasoft.engine.bpm.flownode.impl.EventDefinitionImpl
-
- getEventType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.WaitingEventImpl
-
- getEventType() - Method in interface org.bonitasoft.engine.bpm.flownode.WaitingEvent
-
- getExecutedBy() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
-
- getExecutedBy() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeInstance
-
- getExecutedBy() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowNodeInstanceImpl
-
- getExecutedBy() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeInstanceImpl
-
- getExecutionContext() - Method in class org.bonitasoft.engine.connector.AbstractConnector
-
- getExecutionContext() - Method in class org.bonitasoft.engine.filter.AbstractUserFilter
-
- getExpectedDuration() - Method in interface org.bonitasoft.engine.bpm.flownode.impl.HumanTaskDefinition
-
- getExpectedDuration() - Method in class org.bonitasoft.engine.bpm.flownode.impl.HumanTaskDefinitionImpl
-
- getExpectedEndDate() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstance
-
- getExpectedEndDate() - Method in interface org.bonitasoft.engine.bpm.flownode.HumanTaskInstance
-
- getExpectedEndDate() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedHumanTaskInstanceImpl
-
- getExpectedEndDate() - Method in class org.bonitasoft.engine.bpm.flownode.impl.HumanTaskInstanceImpl
-
- getExpressionConstant(ExpressionConstants) - Method in class org.bonitasoft.engine.connector.EngineExecutionContext
-
- getExpressionConstantsFromName(String) - Static method in class org.bonitasoft.engine.expression.ExpressionConstantsResolver
-
- getExpressionType() - Method in interface org.bonitasoft.engine.expression.Expression
-
- getExpressionType() - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
-
- getExternalId() - Method in interface org.bonitasoft.engine.entitymember.EntityMember
-
- getExternalId() - Method in class org.bonitasoft.engine.entitymember.impl.EntityMemberImpl
-
- getFailAction() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorDefinition
-
- getFailAction() - Method in class org.bonitasoft.engine.bpm.connector.impl.ConnectorDefinitionImpl
-
- getFaxNumber() - Method in interface org.bonitasoft.engine.identity.ContactData
-
- getFaxNumber() - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- getField() - Method in enum org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoCriterion
-
- getField() - Method in class org.bonitasoft.engine.search.impl.SearchFilter
-
- getField() - Method in class org.bonitasoft.engine.search.Sort
-
- getFields() - Method in class org.bonitasoft.engine.bpm.actor.ActorUpdater
-
- getFields() - Method in class org.bonitasoft.engine.bpm.category.CategoryUpdater
-
- getFields() - Method in class org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoUpdater
-
- getFields() - Method in class org.bonitasoft.engine.command.CommandUpdater
-
- getFields() - Method in class org.bonitasoft.engine.identity.ContactDataCreator
-
- getFields() - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
-
- getFields() - Method in class org.bonitasoft.engine.identity.GroupCreator
-
- getFields() - Method in class org.bonitasoft.engine.identity.GroupUpdater
-
- getFields() - Method in class org.bonitasoft.engine.identity.RoleCreator
-
- getFields() - Method in class org.bonitasoft.engine.identity.RoleUpdater
-
- getFields() - Method in class org.bonitasoft.engine.identity.UserCreator
-
- getFields() - Method in class org.bonitasoft.engine.identity.UserUpdater
-
- getFields() - Method in class org.bonitasoft.engine.platform.command.PlatformCommandUpdater
-
- getFields() - Method in class org.bonitasoft.engine.profile.ProfileCreator
-
- getFields() - Method in class org.bonitasoft.engine.profile.ProfileEntryCreator
-
- getFields() - Method in class org.bonitasoft.engine.profile.ProfileMemberCreator
-
- getFile() - Method in interface org.bonitasoft.engine.bpm.document.DocumentDefinition
-
File reference in the process resources
- getFile() - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentDefinitionImpl
-
- getFileName() - Method in class org.bonitasoft.engine.bpm.bar.ActorMappingContribution
-
- getFileName() - Method in class org.bonitasoft.engine.bpm.bar.GenericFileContribution
-
- getFileName() - Method in interface org.bonitasoft.engine.bpm.document.DocumentDefinition
-
- getFileName() - Method in class org.bonitasoft.engine.bpm.document.DocumentValue
-
- getFileName() - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentDefinitionImpl
-
- getFileName() - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentImpl
-
- getFilters() - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
-
- getFilters() - Method in interface org.bonitasoft.engine.search.SearchOptions
-
- getFinalArchivedProcessInstance(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get the last archived instance of process.
- getFirstName() - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- getFirstName() - Method in interface org.bonitasoft.engine.identity.User
-
- getFlowNode(long) - Method in interface org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinition
-
- getFlowNode(String) - Method in interface org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinition
-
- getFlowNode(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinitionImpl
-
- getFlowNode(String) - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinitionImpl
-
- getFlownodeDefinitionId() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
-
- getFlownodeDefinitionId() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeInstance
-
- getFlownodeDefinitionId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowNodeInstanceImpl
-
- getFlownodeDefinitionId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeInstanceImpl
-
- getFlowNodeDefinitionId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.WaitingEventImpl
-
- getFlowNodeDefinitionId() - Method in interface org.bonitasoft.engine.bpm.flownode.WaitingEvent
-
- getFlowNodeInstance(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get an instance of flow node using its flow node instance id.
- getFlowNodeInstanceId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.WaitingEventImpl
-
- getFlowNodeInstanceId() - Method in interface org.bonitasoft.engine.bpm.flownode.WaitingEvent
-
- getFolderName() - Method in class org.bonitasoft.engine.bpm.bar.ClasspathContribution
-
- getFolderName() - Method in class org.bonitasoft.engine.bpm.bar.ConnectorContribution
-
- getFolderName() - Method in class org.bonitasoft.engine.bpm.bar.DocumentsResourcesContribution
-
- getFolderName() - Method in class org.bonitasoft.engine.bpm.bar.ResourceInSpecificFolderContribution
-
- getFolderName() - Method in class org.bonitasoft.engine.bpm.bar.UserFilterContribution
-
- getFrom() - Method in class org.bonitasoft.engine.search.impl.SearchFilter
-
- getFromId(int) - Static method in enum org.bonitasoft.engine.bpm.process.ProcessInstanceState
-
- getGateway(String) - Method in interface org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinition
-
- getGateway(String) - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinitionImpl
-
- getGateways() - Method in interface org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinition
-
- getGateways() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinitionImpl
-
- getGatewayType() - Method in interface org.bonitasoft.engine.bpm.flownode.GatewayDefinition
-
- getGatewayType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.GatewayDefinitionImpl
-
- getGroup(long) - Method in interface org.bonitasoft.engine.api.GroupAPI
-
Retrieves the group.
- getGroupByPath(String) - Method in interface org.bonitasoft.engine.api.GroupAPI
-
Retrieves the group according to its full path.
- getGroupId() - Method in interface org.bonitasoft.engine.bpm.actor.ActorMember
-
- getGroupId() - Method in class org.bonitasoft.engine.bpm.actor.impl.ActorMemberImpl
-
- getGroupId() - Method in class org.bonitasoft.engine.bpm.supervisor.impl.ProcessSupervisorImpl
-
- getGroupId() - Method in interface org.bonitasoft.engine.bpm.supervisor.ProcessSupervisor
-
- getGroupId() - Method in interface org.bonitasoft.engine.entitymember.EntityMember
-
- getGroupId() - Method in class org.bonitasoft.engine.entitymember.impl.EntityMemberImpl
-
- getGroupId() - Method in class org.bonitasoft.engine.identity.impl.UserMembershipImpl
-
- getGroupId() - Method in interface org.bonitasoft.engine.identity.UserMembership
-
- getGroupId() - Method in class org.bonitasoft.engine.profile.impl.ProfileMemberImpl
-
- getGroupId() - Method in interface org.bonitasoft.engine.profile.ProfileMember
-
- getGroupName() - Method in class org.bonitasoft.engine.identity.impl.UserMembershipImpl
-
- getGroupName() - Method in interface org.bonitasoft.engine.identity.UserMembership
-
- getGroupParentPath() - Method in class org.bonitasoft.engine.identity.impl.UserMembershipImpl
-
- getGroupParentPath() - Method in interface org.bonitasoft.engine.identity.UserMembership
-
- getGroups(int, int, GroupCriterion) - Method in interface org.bonitasoft.engine.api.GroupAPI
-
Retrieves the paginated list of groups.
- getGroups(List<Long>) - Method in interface org.bonitasoft.engine.api.GroupAPI
-
Retrieves the groups.
- getHumanTaskInstance(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Retrieve a human task instance using corresponding activity instance id.
- getHumanTaskInstances(long, String, int, int) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get all tasks having given name and belonging to the process instance having given id
- getIconName() - Method in interface org.bonitasoft.engine.identity.Group
-
- getIconName() - Method in class org.bonitasoft.engine.identity.impl.GroupImpl
-
- getIconName() - Method in class org.bonitasoft.engine.identity.impl.RoleImpl
-
- getIconName() - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- getIconName() - Method in interface org.bonitasoft.engine.identity.Role
-
- getIconName() - Method in interface org.bonitasoft.engine.identity.User
-
- getIconPath() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessDeploymentInfoImpl
-
- getIconPath() - Method in interface org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo
-
- getIconPath() - Method in interface org.bonitasoft.engine.identity.Group
-
- getIconPath() - Method in class org.bonitasoft.engine.identity.impl.GroupImpl
-
- getIconPath() - Method in class org.bonitasoft.engine.identity.impl.RoleImpl
-
- getIconPath() - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- getIconPath() - Method in interface org.bonitasoft.engine.identity.Role
-
- getIconPath() - Method in interface org.bonitasoft.engine.identity.User
-
- getIconPath() - Method in class org.bonitasoft.engine.profile.impl.ProfileImpl
-
- getIconPath() - Method in interface org.bonitasoft.engine.profile.Profile
-
- getId() - Method in interface org.bonitasoft.engine.bpm.actor.ActorMember
-
- getId() - Method in class org.bonitasoft.engine.bpm.actor.impl.ActorMemberImpl
-
- getId() - Method in interface org.bonitasoft.engine.bpm.BaseElement
-
- getId() - Method in class org.bonitasoft.engine.bpm.BaseElementImpl
-
- getId() - Method in interface org.bonitasoft.engine.bpm.category.Category
-
- getId() - Method in class org.bonitasoft.engine.bpm.category.impl.CategoryImpl
-
- getId() - Method in interface org.bonitasoft.engine.bpm.comment.Comment
-
- getId() - Method in class org.bonitasoft.engine.bpm.comment.impl.ArchivedCommentImpl
-
- getId() - Method in class org.bonitasoft.engine.bpm.comment.impl.CommentImpl
-
- getId() - Method in class org.bonitasoft.engine.bpm.connector.ConnectorImplementationDescriptor
-
- getId() - Method in class org.bonitasoft.engine.bpm.data.impl.DataInstanceImpl
-
- getId() - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentImpl
-
- getId() - Method in enum org.bonitasoft.engine.bpm.process.ProcessInstanceState
-
- getId() - Method in interface org.bonitasoft.engine.command.CommandDescriptor
-
- getId() - Method in class org.bonitasoft.engine.command.CommandDescriptorImpl
-
- getId() - Method in interface org.bonitasoft.engine.identity.Group
-
- getId() - Method in class org.bonitasoft.engine.identity.impl.GroupImpl
-
- getId() - Method in class org.bonitasoft.engine.identity.impl.RoleImpl
-
- getId() - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- getId() - Method in class org.bonitasoft.engine.identity.impl.UserMembershipImpl
-
- getId() - Method in interface org.bonitasoft.engine.identity.Role
-
- getId() - Method in interface org.bonitasoft.engine.identity.User
-
- getId() - Method in interface org.bonitasoft.engine.identity.UserMembership
-
- getId() - Method in class org.bonitasoft.engine.platform.command.impl.PlatformCommandDescriptorImpl
-
- getId() - Method in interface org.bonitasoft.engine.platform.command.PlatformCommandDescriptor
-
- getId() - Method in class org.bonitasoft.engine.reporting.impl.ReportImpl
-
- getId() - Method in interface org.bonitasoft.engine.reporting.Report
-
- getId() - Method in class org.bonitasoft.engine.session.impl.SessionImpl
-
- getId() - Method in interface org.bonitasoft.engine.session.Session
-
Gets the session's identifier
- getIdentityAPI() - Method in interface org.bonitasoft.engine.api.APIAccessor
-
- getImplementation() - Method in interface org.bonitasoft.engine.command.CommandDescriptor
-
- getImplementation() - Method in class org.bonitasoft.engine.command.CommandDescriptorImpl
-
- getImplementation() - Method in class org.bonitasoft.engine.platform.command.impl.PlatformCommandDescriptorImpl
-
- getImplementation() - Method in interface org.bonitasoft.engine.platform.command.PlatformCommandDescriptor
-
- getImplementationClassName() - Method in class org.bonitasoft.engine.bpm.connector.ConnectorImplementationDescriptor
-
- getIncomingTransitions() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeDefinition
-
Gets the incoming transitions of the activity.
- getIncomingTransitions() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeDefinitionImpl
-
- getIndex() - Method in class org.bonitasoft.engine.bpm.bar.xml.StringIndex
-
- getIndex() - Method in class org.bonitasoft.engine.profile.impl.ProfileEntryImpl
-
- getIndex() - Method in interface org.bonitasoft.engine.profile.ProfileEntry
-
- getInitialVersion() - Method in class org.bonitasoft.engine.platform.impl.PlatformImpl
-
- getInitialVersion() - Method in interface org.bonitasoft.engine.platform.Platform
-
- getInputParameter(String) - Method in class org.bonitasoft.engine.connector.AbstractConnector
-
- getInputParameter(String, Serializable) - Method in class org.bonitasoft.engine.connector.AbstractConnector
-
get the input parameter or the default value if the parameter is not set
- getInputParameter(String) - Method in class org.bonitasoft.engine.filter.AbstractUserFilter
-
- getInputs() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorDefinition
-
- getInputs() - Method in class org.bonitasoft.engine.bpm.connector.impl.ConnectorDefinitionImpl
-
- getInputs() - Method in class org.bonitasoft.engine.bpm.userfilter.impl.UserFilterDefinitionImpl
-
- getInputs() - Method in interface org.bonitasoft.engine.bpm.userfilter.UserFilterDefinition
-
- getInputValues() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorDefinitionWithInputValues
-
- getInputValues() - Method in class org.bonitasoft.engine.bpm.connector.impl.ConnectorDefinitionWithInputValuesImpl
-
- getInstallationDate() - Method in class org.bonitasoft.engine.reporting.impl.ReportImpl
-
- getInstallationDate() - Method in interface org.bonitasoft.engine.reporting.Report
-
- getInstalledBy() - Method in class org.bonitasoft.engine.reporting.impl.ReportImpl
-
- getInstalledBy() - Method in interface org.bonitasoft.engine.reporting.Report
-
- getIntermediateCatchEvents() - Method in interface org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinition
-
- getIntermediateCatchEvents() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinitionImpl
-
- getIntermediateThrowEvents() - Method in interface org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinition
-
- getIntermediateThrowEvents() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinitionImpl
-
- getInterpreter() - Method in interface org.bonitasoft.engine.expression.Expression
-
- getInterpreter() - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
-
- getJarDependencies() - Method in class org.bonitasoft.engine.bpm.connector.ConnectorImplementationDescriptor
-
- getJarFiles() - Method in class org.bonitasoft.engine.bpm.bar.BusinessArchive
-
What is this method for?
- getJobTitle() - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- getJobTitle() - Method in interface org.bonitasoft.engine.identity.User
-
- getKey() - Method in class org.bonitasoft.engine.bpm.bar.xml.XMLProcessDefinition.BEntry
-
- getKey() - Method in interface org.bonitasoft.engine.bpm.flownode.CorrelationDefinition
-
- getKey() - Method in class org.bonitasoft.engine.bpm.flownode.impl.CorrelationDefinitionImpl
-
- getLabel() - Method in class org.bonitasoft.engine.bpm.bar.xml.StringIndex
-
- getLastConnection() - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- getLastConnection() - Method in interface org.bonitasoft.engine.identity.User
-
- getLastDocument(long, String) - Method in interface org.bonitasoft.engine.api.DocumentAPI
-
Get the last version of the named document for the specified process instance.
- getLastName() - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- getLastName() - Method in interface org.bonitasoft.engine.identity.User
-
- getLastStateHumanTaskInstance(long, String) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Returns the last created HumanTask, in the given process instance, named taskName
- getLastUpdate() - Method in interface org.bonitasoft.engine.bpm.category.Category
-
- getLastUpdate() - Method in class org.bonitasoft.engine.bpm.category.impl.CategoryImpl
-
- getLastUpdate() - Method in interface org.bonitasoft.engine.bpm.process.ArchivedProcessInstance
-
- getLastUpdate() - Method in class org.bonitasoft.engine.bpm.process.impl.ArchivedProcessInstanceImpl
-
- getLastUpdate() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- getLastUpdate() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
-
- getLastUpdate() - Method in interface org.bonitasoft.engine.identity.Group
-
- getLastUpdate() - Method in class org.bonitasoft.engine.identity.impl.GroupImpl
-
- getLastUpdate() - Method in class org.bonitasoft.engine.identity.impl.RoleImpl
-
- getLastUpdate() - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- getLastUpdate() - Method in interface org.bonitasoft.engine.identity.Role
-
- getLastUpdate() - Method in interface org.bonitasoft.engine.identity.User
-
- getLastUpdateDate() - Method in interface org.bonitasoft.engine.bpm.flownode.ActivityInstance
-
- getLastUpdateDate() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedActivityInstance
-
- getLastUpdateDate() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ActivityInstanceImpl
-
- getLastUpdateDate() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedActivityInstanceImpl
-
- getLastUpdateDate() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessDeploymentInfoImpl
-
- getLastUpdateDate() - Method in interface org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo
-
Get the dates of the last time execute update statement
- getLastVersionOfDocuments(long, int, int, DocumentCriterion) - Method in interface org.bonitasoft.engine.api.DocumentAPI
-
Get the latest version of all documents attached to the specified process instance.
- getLatestProcessDefinitionId(String) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the identifier of the latest version of the process definition.
- getLeftOperand() - Method in class org.bonitasoft.engine.operation.impl.OperationImpl
-
- getLeftOperand() - Method in interface org.bonitasoft.engine.operation.Operation
-
- getLevel() - Method in class org.bonitasoft.engine.bpm.process.impl.ProblemImpl
-
- getLevel() - Method in interface org.bonitasoft.engine.bpm.process.Problem
-
- getLoopCardinality() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedMultiInstanceActivityInstance
-
- getLoopCardinality() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedMultiInstanceActivityInstanceImpl
-
- getLoopCardinality() - Method in class org.bonitasoft.engine.bpm.flownode.impl.MultiInstanceActivityInstanceImpl
-
- getLoopCardinality() - Method in class org.bonitasoft.engine.bpm.flownode.impl.MultiInstanceLoopCharacteristics
-
- getLoopCardinality() - Method in interface org.bonitasoft.engine.bpm.flownode.MultiInstanceActivityInstance
-
- getLoopCharacteristics() - Method in interface org.bonitasoft.engine.bpm.flownode.ActivityDefinition
-
- getLoopCharacteristics() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ActivityDefinitionImpl
-
- getLoopCondition() - Method in class org.bonitasoft.engine.bpm.flownode.impl.StandardLoopCharacteristics
-
- getLoopCounter() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedLoopActivityInstance
-
- getLoopCounter() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedLoopActivityInstanceImpl
-
- getLoopCounter() - Method in class org.bonitasoft.engine.bpm.flownode.impl.LoopActivityInstanceImpl
-
- getLoopCounter() - Method in interface org.bonitasoft.engine.bpm.flownode.LoopActivityInstance
-
- getLoopDataInputRef() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedMultiInstanceActivityInstance
-
- getLoopDataInputRef() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedMultiInstanceActivityInstanceImpl
-
- getLoopDataInputRef() - Method in class org.bonitasoft.engine.bpm.flownode.impl.MultiInstanceActivityInstanceImpl
-
- getLoopDataInputRef() - Method in class org.bonitasoft.engine.bpm.flownode.impl.MultiInstanceLoopCharacteristics
-
- getLoopDataInputRef() - Method in interface org.bonitasoft.engine.bpm.flownode.MultiInstanceActivityInstance
-
- getLoopDataOutputRef() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedMultiInstanceActivityInstance
-
- getLoopDataOutputRef() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedMultiInstanceActivityInstanceImpl
-
- getLoopDataOutputRef() - Method in class org.bonitasoft.engine.bpm.flownode.impl.MultiInstanceActivityInstanceImpl
-
- getLoopDataOutputRef() - Method in class org.bonitasoft.engine.bpm.flownode.impl.MultiInstanceLoopCharacteristics
-
- getLoopDataOutputRef() - Method in interface org.bonitasoft.engine.bpm.flownode.MultiInstanceActivityInstance
-
- getLoopMax() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedLoopActivityInstance
-
- getLoopMax() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedLoopActivityInstanceImpl
-
- getLoopMax() - Method in class org.bonitasoft.engine.bpm.flownode.impl.StandardLoopCharacteristics
-
- getManagerUserId() - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- getManagerUserId() - Method in interface org.bonitasoft.engine.identity.User
-
- getManagerUserName() - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- getManagerUserName() - Method in interface org.bonitasoft.engine.identity.User
-
Deprecated.
- getMaxResults() - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
-
- getMaxResults() - Method in interface org.bonitasoft.engine.search.SearchOptions
-
The maximum results to return.
- getMessage() - Method in exception org.bonitasoft.engine.exception.BonitaException
-
- getMessageEventTriggerDefinitions() - Method in interface org.bonitasoft.engine.bpm.flownode.CatchEventDefinition
-
- getMessageEventTriggerDefinitions() - Method in class org.bonitasoft.engine.bpm.flownode.impl.CatchEventDefinitionImpl
-
- getMessageEventTriggerDefinitions() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ThrowEventDefinitionImpl
-
- getMessageEventTriggerDefinitions() - Method in interface org.bonitasoft.engine.bpm.flownode.ThrowEventDefinition
-
- getMessageName() - Method in class org.bonitasoft.engine.bpm.bar.xml.MessageEventTriggerDefinitionBinding
-
- getMessageName() - Method in class org.bonitasoft.engine.bpm.flownode.impl.MessageEventTriggerDefinitionImpl
-
- getMessageName() - Method in class org.bonitasoft.engine.bpm.flownode.impl.WaitingMessageEventImpl
-
- getMessageName() - Method in interface org.bonitasoft.engine.bpm.flownode.MessageEventTriggerDefinition
-
- getMessageName() - Method in interface org.bonitasoft.engine.bpm.flownode.WaitingMessageEvent
-
- getMessageTrigger() - Method in class org.bonitasoft.engine.bpm.flownode.impl.SendTaskDefinitionImpl
-
- getMessageTrigger() - Method in interface org.bonitasoft.engine.bpm.flownode.SendTaskDefinition
-
- getMimeType() - Method in class org.bonitasoft.engine.bpm.document.DocumentValue
-
- getMimeType() - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentDefinitionImpl
-
- getMobileNumber() - Method in interface org.bonitasoft.engine.identity.ContactData
-
- getMobileNumber() - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- getModel() - Method in class org.bonitasoft.engine.io.xml.BindingHandler
-
- getName() - Method in interface org.bonitasoft.engine.bpm.actor.ActorDefinition
-
- getName() - Method in class org.bonitasoft.engine.bpm.actor.impl.ActorDefinitionImpl
-
- getName() - Method in class org.bonitasoft.engine.bpm.bar.ActorMappingContribution
-
- getName() - Method in class org.bonitasoft.engine.bpm.bar.BarResource
-
- getName() - Method in interface org.bonitasoft.engine.bpm.bar.BusinessArchiveContribution
-
- getName() - Method in class org.bonitasoft.engine.bpm.bar.ClasspathContribution
-
- getName() - Method in class org.bonitasoft.engine.bpm.bar.ConnectorContribution
-
- getName() - Method in class org.bonitasoft.engine.bpm.bar.DocumentsResourcesContribution
-
- getName() - Method in class org.bonitasoft.engine.bpm.bar.ExternalResourceContribution
-
- getName() - Method in class org.bonitasoft.engine.bpm.bar.ProcessDefinitionBARContribution
-
- getName() - Method in class org.bonitasoft.engine.bpm.bar.UserFilterContribution
-
- getName() - Method in interface org.bonitasoft.engine.bpm.category.Category
-
- getName() - Method in class org.bonitasoft.engine.bpm.category.impl.CategoryImpl
-
- getName() - Method in class org.bonitasoft.engine.bpm.data.impl.DataInstanceImpl
-
- getName() - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentImpl
-
- getName() - Method in interface org.bonitasoft.engine.bpm.NamedElement
-
- getName() - Method in class org.bonitasoft.engine.bpm.NamedElementImpl
-
- getName() - Method in interface org.bonitasoft.engine.command.CommandDescriptor
-
- getName() - Method in class org.bonitasoft.engine.command.CommandDescriptorImpl
-
- getName() - Method in interface org.bonitasoft.engine.expression.Expression
-
- getName() - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
-
- getName() - Method in interface org.bonitasoft.engine.identity.Group
-
- getName() - Method in class org.bonitasoft.engine.identity.impl.GroupImpl
-
- getName() - Method in class org.bonitasoft.engine.identity.impl.RoleImpl
-
- getName() - Method in interface org.bonitasoft.engine.identity.Role
-
- getName() - Method in class org.bonitasoft.engine.io.xml.XMLNode
-
- getName() - Method in class org.bonitasoft.engine.operation.impl.LeftOperandImpl
-
- getName() - Method in interface org.bonitasoft.engine.operation.LeftOperand
-
- getName() - Method in class org.bonitasoft.engine.platform.command.impl.PlatformCommandDescriptorImpl
-
- getName() - Method in interface org.bonitasoft.engine.platform.command.PlatformCommandDescriptor
-
- getName() - Method in class org.bonitasoft.engine.reporting.impl.ReportImpl
-
- getName() - Method in interface org.bonitasoft.engine.reporting.Report
-
- getNamespace() - Method in class org.bonitasoft.engine.bpm.data.impl.XMLDataDefinitionImpl
-
- getNamespace() - Method in interface org.bonitasoft.engine.bpm.data.XMLDataDefinition
-
- getNumberOfActiveInstances() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedMultiInstanceActivityInstance
-
- getNumberOfActiveInstances() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedMultiInstanceActivityInstanceImpl
-
- getNumberOfActiveInstances() - Method in class org.bonitasoft.engine.bpm.flownode.impl.MultiInstanceActivityInstanceImpl
-
- getNumberOfActiveInstances() - Method in interface org.bonitasoft.engine.bpm.flownode.MultiInstanceActivityInstance
-
- getNumberOfActivityDataDefinitions(long, String) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Counts the number of data definitions of the activity of the process definition.
- getNumberOfActivityDataInstances(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get number of all activity data instances by id
- getNumberOfActorMembers(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Counts the number of members mapped to the actor.
- getNumberOfActors(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the number of actors of the process definition.
- getNumberOfArchivedProcessInstances() - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get the number of distinct archived process instances.
- getNumberOfAssignedHumanTaskInstances(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Count total number of human task instances assigned that is related to the given userId.
- getNumberOfCategories() - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Counts the number of categories.
- getNumberOfCategories(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Counts the number of categories of the process definition.
- getNumberOfCompletedInstances() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedMultiInstanceActivityInstance
-
- getNumberOfCompletedInstances() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedMultiInstanceActivityInstanceImpl
-
- getNumberOfCompletedInstances() - Method in class org.bonitasoft.engine.bpm.flownode.impl.MultiInstanceActivityInstanceImpl
-
- getNumberOfCompletedInstances() - Method in interface org.bonitasoft.engine.bpm.flownode.MultiInstanceActivityInstance
-
- getNumberOfConnectorImplementations(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the number of connector implementation of the process definition.
- getNumberOfDocuments(long) - Method in interface org.bonitasoft.engine.api.DocumentAPI
-
Get the number of documents attached to the specified process instance.
- getNumberOfGroups() - Method in interface org.bonitasoft.engine.api.GroupAPI
-
Returns the total number of groups.
- getNumberOfGroupsOfActor(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Counts the number of groups mapped to the actor.
- getNumberOfInstances() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedMultiInstanceActivityInstance
-
- getNumberOfInstances() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedMultiInstanceActivityInstanceImpl
-
- getNumberOfInstances() - Method in class org.bonitasoft.engine.bpm.flownode.impl.MultiInstanceActivityInstanceImpl
-
- getNumberOfInstances() - Method in interface org.bonitasoft.engine.bpm.flownode.MultiInstanceActivityInstance
-
- getNumberOfMembershipsOfActor(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Counts the number of memberships mapped to the actor.
- getNumberOfOpenedActivityInstances(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get total number of open activity instances by its id
- getNumberOfOpenTasks(List<Long>) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Return userIds and corresponding open task's id.
- getNumberOfOverdueOpenTasks(List<Long>) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get the number of both assigned and pending overdue tasks for each user
- getNumberOfPendingHumanTaskInstances(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Count number of pending human task instances.
- getNumberOfProcessDataDefinitions(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Counts the number of data definitions of the process definition.
- getNumberOfProcessDataInstances(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get number of all process data instances by id
- getNumberOfProcessDefinitionsOfCategory(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Counts the number of process deployment informations of the category.
- getNumberOfProcessDeploymentInfos() - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Gets the current number of process definitions.
- getNumberOfProcessDeploymentInfosUnrelatedToCategory(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Counts the number of process definitions that have not the category.
- getNumberOfProcessInstances() - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get the number of running process instances.
- getNumberOfProfileMembers(List<Long>) - Method in interface org.bonitasoft.engine.api.ProfileAPI
-
Retrieves the number of profile members for the profiles.
- getNumberOfRoles() - Method in interface org.bonitasoft.engine.api.RoleAPI
-
Returns the total number of roles.
- getNumberOfRolesOfActor(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Counts the number of roles mapped to the actor.
- getNumberOfTerminatedInstances() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedMultiInstanceActivityInstance
-
- getNumberOfTerminatedInstances() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedMultiInstanceActivityInstanceImpl
-
- getNumberOfTerminatedInstances() - Method in class org.bonitasoft.engine.bpm.flownode.impl.MultiInstanceActivityInstanceImpl
-
- getNumberOfTerminatedInstances() - Method in interface org.bonitasoft.engine.bpm.flownode.MultiInstanceActivityInstance
-
- getNumberOfUncategorizedProcessDefinitions() - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Counts the number of process definitions which have no category.
- getNumberOfUserMemberships(long) - Method in interface org.bonitasoft.engine.api.MembershipAPI
-
Returns the total number of memberships of the user.
- getNumberOfUsers() - Method in interface org.bonitasoft.engine.api.UserAPI
-
Returns the total number of users.
- getNumberOfUsersInGroup(long) - Method in interface org.bonitasoft.engine.api.UserAPI
-
Returns the total number of users of the group.
- getNumberOfUsersInRole(long) - Method in interface org.bonitasoft.engine.api.UserAPI
-
Returns the total number of users of the role.
- getNumberOfUsersOfActor(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Counts the number of users mapped to the actor.
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.ActorDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.ActorInitiatorDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.AutomaticTaskDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.BoundaryEventDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.CallActivityDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.CatchErrorEventTriggerDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.CatchMessageEventTriggerDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.CatchSignalEventTriggerDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.ConnectorDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.ConnectorDefinitionInputBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.CorrelationBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.DataDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.DocumentDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.EndEventDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.ExpressionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.FlowElementBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.GatewayDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.IntermediateCatchEventBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.IntermediateThrowEventDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.LeftOperandBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.ManualTaskDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.MultiInstanceLoopCharacteristicsBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.OperationBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.ParameterDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.ProcessDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.ReceiveTaskDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.SendTaskDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.StandardLoopCharacteristicsBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.StartEventDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.StringIndexBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.SubProcessDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.TerminateEventTriggerDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.TextDataDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.ThrowErrorEventTriggerDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.ThrowMessageEventTriggerDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.ThrowSignalEventTriggerDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.TimerEventTriggerDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.TransitionDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.TransitionRefBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.UserFilterDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.UserTaskDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.bpm.bar.xml.XMLDataDefinitionBinding
-
- getObject() - Method in class org.bonitasoft.engine.io.xml.ElementBinding
-
- getObjectFromXML(File) - Method in class org.bonitasoft.engine.io.xml.XMLHandler
-
- getObjectFromXML(Reader) - Method in class org.bonitasoft.engine.io.xml.XMLHandler
-
- getOneAssignedUserTaskInstanceOfProcessDefinition(long, long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get an instance of userTask assigned in a processDefinition.
- getOneAssignedUserTaskInstanceOfProcessInstance(long, long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get an instance of userTask assigned in an instance of process.
- getOpenActivityInstances(long, int, int, ActivityInstanceCriterion) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Retrieve a list of open activities for a given process instance, the returned list is paginated
- getOperation() - Method in class org.bonitasoft.engine.search.impl.SearchFilter
-
- getOperations() - Method in interface org.bonitasoft.engine.bpm.flownode.ActivityDefinition
-
- getOperations() - Method in interface org.bonitasoft.engine.bpm.flownode.CatchMessageEventTriggerDefinition
-
- getOperations() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ActivityDefinitionImpl
-
- getOperations() - Method in class org.bonitasoft.engine.bpm.flownode.impl.CatchMessageEventTriggerDefinitionImpl
-
- getOperator() - Method in class org.bonitasoft.engine.operation.impl.OperationImpl
-
- getOperator() - Method in interface org.bonitasoft.engine.operation.Operation
-
- getOrder() - Method in enum org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoCriterion
-
- getOrder() - Method in class org.bonitasoft.engine.search.Sort
-
- getOutgoingTransitions() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeDefinition
-
Gets the outgoing transitions of the activity.
- getOutgoingTransitions() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeDefinitionImpl
-
- getOutputParameters() - Method in class org.bonitasoft.engine.connector.AbstractConnector
-
- getOutputs() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorDefinition
-
- getOutputs() - Method in class org.bonitasoft.engine.bpm.connector.impl.ConnectorDefinitionImpl
-
- getPage() - Method in class org.bonitasoft.engine.profile.impl.ProfileEntryImpl
-
- getPage() - Method in interface org.bonitasoft.engine.profile.ProfileEntry
-
- getParameters() - Method in class org.bonitasoft.engine.bpm.bar.BusinessArchive
-
- getParameters() - Method in interface org.bonitasoft.engine.bpm.process.DesignProcessDefinition
-
- getParameters() - Method in class org.bonitasoft.engine.bpm.process.impl.DesignProcessDefinitionImpl
-
- getParentContainerId() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowElementInstance
-
- getParentContainerId() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
-
- getParentContainerId() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowElementInstance
-
- getParentContainerId() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeInstance
-
- getParentContainerId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowElementInstanceImpl
-
- getParentContainerId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowNodeInstanceImpl
-
- getParentContainerId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowElementInstanceImpl
-
- getParentContainerId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeInstanceImpl
-
- getParentId() - Method in class org.bonitasoft.engine.profile.impl.ProfileEntryImpl
-
- getParentId() - Method in interface org.bonitasoft.engine.profile.ProfileEntry
-
- getParentPath() - Method in interface org.bonitasoft.engine.identity.Group
-
- getParentPath() - Method in class org.bonitasoft.engine.identity.impl.GroupImpl
-
- getParentProcessInstanceId() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeInstance
-
- getParentProcessInstanceId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeInstanceImpl
-
- getParentProcessInstanceId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.WaitingEventImpl
-
- getParentProcessInstanceId() - Method in interface org.bonitasoft.engine.bpm.flownode.WaitingEvent
-
- getPassword() - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- getPassword() - Method in interface org.bonitasoft.engine.identity.User
-
- getPath() - Method in interface org.bonitasoft.engine.identity.Group
-
- getPath() - Method in class org.bonitasoft.engine.identity.impl.GroupImpl
-
- getPendingHumanTaskInstances(long, int, int, ActivityInstanceCriterion) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Retrieve a list of pending human task instances related to a given userId.
- getPersoContactUpdater() - Method in class org.bonitasoft.engine.identity.UserUpdater
-
- getPersoFields() - Method in class org.bonitasoft.engine.identity.UserCreator
-
- getPhoneNumber() - Method in interface org.bonitasoft.engine.identity.ContactData
-
- getPhoneNumber() - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- getPlatform() - Method in interface org.bonitasoft.engine.api.PlatformAPI
-
Deprecated.
- getPlatformState() - Method in interface org.bonitasoft.engine.api.PlatformAPI
-
Get the state of the platform of the current node
- getPostDate() - Method in interface org.bonitasoft.engine.bpm.comment.ArchivedComment
-
- getPostDate() - Method in interface org.bonitasoft.engine.bpm.comment.Comment
-
- getPostDate() - Method in class org.bonitasoft.engine.bpm.comment.impl.ArchivedCommentImpl
-
- getPostDate() - Method in class org.bonitasoft.engine.bpm.comment.impl.CommentImpl
-
- getPreviousVersion() - Method in class org.bonitasoft.engine.platform.impl.PlatformImpl
-
- getPreviousVersion() - Method in interface org.bonitasoft.engine.platform.Platform
-
- getPriority() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstance
-
- getPriority() - Method in interface org.bonitasoft.engine.bpm.flownode.HumanTaskInstance
-
- getPriority() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedHumanTaskInstanceImpl
-
- getPriority() - Method in interface org.bonitasoft.engine.bpm.flownode.impl.HumanTaskDefinition
-
- getPriority() - Method in class org.bonitasoft.engine.bpm.flownode.impl.HumanTaskDefinitionImpl
-
- getPriority() - Method in class org.bonitasoft.engine.bpm.flownode.impl.HumanTaskInstanceImpl
-
- getProcess() - Method in class org.bonitasoft.engine.bpm.process.impl.FlowElementContainerBuilder
-
- getProcess() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessDefinitionBuilder
-
validate the process consistency and return it
- getProcessAPI() - Method in interface org.bonitasoft.engine.api.APIAccessor
-
- getProcessBuilder() - Method in class org.bonitasoft.engine.bpm.process.impl.FlowElementContainerBuilder
-
- getProcessContainer() - Method in interface org.bonitasoft.engine.bpm.process.DesignProcessDefinition
-
- getProcessContainer() - Method in class org.bonitasoft.engine.bpm.process.impl.DesignProcessDefinitionImpl
-
- getProcessDataDefinitions(long, int, int) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the paginated list of data definitions of the process definition.
- getProcessDataInstance(String, long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get a DataInstance by dataName, processInstanceId.
- getProcessDataInstances(long, int, int) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Returns all data of a process instance
- getProcessDefinition(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the process definition by giving its identifier.
- getProcessDefinition() - Method in class org.bonitasoft.engine.bpm.bar.BusinessArchive
-
- getProcessDefinitionId(String, String) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the identifier of the process definition.
- getProcessDefinitionId() - Method in interface org.bonitasoft.engine.bpm.actor.ActorInstance
-
- getProcessDefinitionId() - Method in class org.bonitasoft.engine.bpm.actor.impl.ActorInstanceImpl
-
- getProcessDefinitionId() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
-
- getProcessDefinitionId() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeInstance
-
- getProcessDefinitionId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowNodeInstanceImpl
-
- getProcessDefinitionId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeInstanceImpl
-
- getProcessDefinitionId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.WaitingEventImpl
-
- getProcessDefinitionId() - Method in interface org.bonitasoft.engine.bpm.flownode.WaitingEvent
-
- getProcessDefinitionId() - Method in interface org.bonitasoft.engine.bpm.process.ArchivedProcessInstance
-
- getProcessDefinitionId() - Method in class org.bonitasoft.engine.bpm.process.impl.ArchivedProcessInstanceImpl
-
- getProcessDefinitionId() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- getProcessDefinitionId() - Method in exception org.bonitasoft.engine.bpm.process.ProcessDeployException
-
- getProcessDefinitionId() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
-
- getProcessDefinitionId() - Method in class org.bonitasoft.engine.bpm.supervisor.impl.ProcessSupervisorImpl
-
- getProcessDefinitionId() - Method in interface org.bonitasoft.engine.bpm.supervisor.ProcessSupervisor
-
- getProcessDefinitionId() - Method in class org.bonitasoft.engine.connector.EngineExecutionContext
-
- getProcessDefinitionIdFromActivityInstanceId(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get process definition id from its activity instance id
- getProcessDefinitionIdFromProcessInstanceId(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get process definition id from its process instance id
- getProcessDeploymentInfo(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Gets the deployment information of a process definition by giving the process definition identifier.
- getProcessDeploymentInfos(int, int, ProcessDeploymentInfoCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns a list of paginated processes deployment informations.
- getProcessDeploymentInfosFromArchivedProcessInstanceIds(List<Long>) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
FIXME in ProcessRuntimeAPI?
- getProcessDeploymentInfosFromIds(List<Long>) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the process deployment informations of the process definitions.
- getProcessDeploymentInfosFromProcessInstanceIds(List<Long>) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
FIXME in ProcessRuntimeAPI?
- getProcessDeploymentInfosOfCategory(long, int, int, ProcessDeploymentInfoCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the paginated list of process deployment informations of the category.
- getProcessDeploymentInfosUnrelatedToCategory(long, int, int, ProcessDeploymentInfoCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the paginated list of process deployment informations of the category.
- getProcessDeploymentInfosWithActorOnlyForGroup(long, int, int, ProcessDeploymentInfoCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the processes that the group is the last remaining actor.
- getProcessDeploymentInfosWithActorOnlyForGroups(List<Long>, int, int, ProcessDeploymentInfoCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the processes that the groups are the last remaining actor(s).
- getProcessDeploymentInfosWithActorOnlyForRole(long, int, int, ProcessDeploymentInfoCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the processes that the role is the last remaining actor.
- getProcessDeploymentInfosWithActorOnlyForRoles(List<Long>, int, int, ProcessDeploymentInfoCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the processes that the roles are the last remaining actor(s).
- getProcessDeploymentInfosWithActorOnlyForUser(long, int, int, ProcessDeploymentInfoCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the processes for that the user is the last remaining actor.
- getProcessDeploymentInfosWithActorOnlyForUsers(List<Long>, int, int, ProcessDeploymentInfoCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the processes that the users are the last remaining actor(s).
- getProcessId() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessDeploymentInfoImpl
-
- getProcessId() - Method in interface org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo
-
- getProcessInfos(String) - Method in class org.bonitasoft.engine.bpm.bar.ProcessDefinitionBARContribution
-
- getProcessInstance(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get an instance of process with its processInstance id.
- getProcessInstanceId() - Method in interface org.bonitasoft.engine.bpm.comment.ArchivedComment
-
- getProcessInstanceId() - Method in interface org.bonitasoft.engine.bpm.comment.Comment
-
- getProcessInstanceId() - Method in class org.bonitasoft.engine.bpm.comment.impl.ArchivedCommentImpl
-
- getProcessInstanceId() - Method in class org.bonitasoft.engine.bpm.comment.impl.CommentImpl
-
- getProcessInstanceId() - Method in interface org.bonitasoft.engine.bpm.document.ArchivedDocument
-
- getProcessInstanceId() - Method in interface org.bonitasoft.engine.bpm.document.Document
-
Id of the process instance the document is attached to.
- getProcessInstanceId() - Method in class org.bonitasoft.engine.bpm.document.impl.ArchivedDocumentImpl
-
- getProcessInstanceId() - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentImpl
-
- getProcessInstanceId() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
-
- getProcessInstanceId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowNodeInstanceImpl
-
- getProcessInstanceId() - Method in class org.bonitasoft.engine.connector.EngineExecutionContext
-
- getProcessInstanceId() - Method in exception org.bonitasoft.engine.exception.ProcessInstanceHierarchicalDeletionException
-
- getProcessInstanceIdFromActivityInstanceId(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get process instance id from its activity instance id
- getProcessInstances(int, int, ProcessInstanceCriterion) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Get all process instances, the returned list is paginated
- getProcessName() - Method in class org.bonitasoft.engine.bpm.flownode.impl.WaitingEventImpl
-
- getProcessName() - Method in interface org.bonitasoft.engine.bpm.flownode.WaitingEvent
-
- getProcessResolutionProblems(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns a list of problems if the process is configured incorrectly.
- getProcessResources(long, String) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the resources of the process according to the file names' pattern.
- getProContactUpdater() - Method in class org.bonitasoft.engine.identity.UserUpdater
-
- getProFields() - Method in class org.bonitasoft.engine.identity.UserCreator
-
- getProfile(long) - Method in interface org.bonitasoft.engine.api.ProfileAPI
-
Retrieves the profile.
- getProfileAPI() - Method in interface org.bonitasoft.engine.api.APIAccessor
-
- getProfileEntry(long) - Method in interface org.bonitasoft.engine.api.ProfileAPI
-
Retrieves the profile entry.
- getProfileId() - Method in class org.bonitasoft.engine.profile.impl.ProfileEntryImpl
-
- getProfileId() - Method in class org.bonitasoft.engine.profile.impl.ProfileMemberImpl
-
- getProfileId() - Method in interface org.bonitasoft.engine.profile.ProfileEntry
-
- getProfileId() - Method in interface org.bonitasoft.engine.profile.ProfileMember
-
- getProfilesForUser(long) - Method in interface org.bonitasoft.engine.api.ProfileAPI
-
Retrieves the profiles of the user.
- getProperties(String) - Static method in class org.bonitasoft.engine.io.PropertiesManager
-
- getProperties(File) - Static method in class org.bonitasoft.engine.io.PropertiesManager
-
- getPropertiesFromXML(File) - Static method in class org.bonitasoft.engine.io.PropertiesManager
-
- getReachedStateDate() - Method in interface org.bonitasoft.engine.bpm.flownode.ActivityInstance
-
- getReachedStateDate() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedActivityInstance
-
- getReachedStateDate() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ActivityInstanceImpl
-
- getReachedStateDate() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedActivityInstanceImpl
-
- getReport(long) - Method in interface org.bonitasoft.engine.api.ReportingAPI
-
- getReportContent(long) - Method in interface org.bonitasoft.engine.api.ReportingAPI
-
- getReportingAPI() - Method in interface org.bonitasoft.engine.api.APIAccessor
-
- getResource(String) - Method in class org.bonitasoft.engine.bpm.bar.BusinessArchive
-
- getResource() - Method in class org.bonitasoft.engine.bpm.process.impl.ProblemImpl
-
- getResource() - Method in interface org.bonitasoft.engine.bpm.process.Problem
-
- getResourceId() - Method in class org.bonitasoft.engine.bpm.process.impl.ProblemImpl
-
- getResourceId() - Method in interface org.bonitasoft.engine.bpm.process.Problem
-
- getResources(String) - Method in class org.bonitasoft.engine.bpm.bar.BusinessArchive
-
- getResources() - Method in class org.bonitasoft.engine.bpm.bar.BusinessArchive
-
- getResources(Class<?>...) - Static method in class org.bonitasoft.engine.io.IOUtil
-
- getResult() - Method in class org.bonitasoft.engine.search.impl.SearchResultImpl
-
- getResult() - Method in interface org.bonitasoft.engine.search.SearchResult
-
Get the list of elements retrieved by a search.
- getReturnType() - Method in interface org.bonitasoft.engine.expression.Expression
-
- getReturnType() - Method in enum org.bonitasoft.engine.expression.ExpressionConstants
-
- getReturnType() - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
-
- getRightOperand() - Method in class org.bonitasoft.engine.operation.impl.OperationImpl
-
- getRightOperand() - Method in interface org.bonitasoft.engine.operation.Operation
-
- getRole(long) - Method in interface org.bonitasoft.engine.api.RoleAPI
-
Retrieves the role.
- getRoleByName(String) - Method in interface org.bonitasoft.engine.api.RoleAPI
-
Retrieves the role.
- getRoleId() - Method in interface org.bonitasoft.engine.bpm.actor.ActorMember
-
- getRoleId() - Method in class org.bonitasoft.engine.bpm.actor.impl.ActorMemberImpl
-
- getRoleId() - Method in class org.bonitasoft.engine.bpm.supervisor.impl.ProcessSupervisorImpl
-
- getRoleId() - Method in interface org.bonitasoft.engine.bpm.supervisor.ProcessSupervisor
-
- getRoleId() - Method in interface org.bonitasoft.engine.entitymember.EntityMember
-
- getRoleId() - Method in class org.bonitasoft.engine.entitymember.impl.EntityMemberImpl
-
- getRoleId() - Method in class org.bonitasoft.engine.identity.impl.UserMembershipImpl
-
- getRoleId() - Method in interface org.bonitasoft.engine.identity.UserMembership
-
- getRoleId() - Method in class org.bonitasoft.engine.profile.impl.ProfileMemberImpl
-
- getRoleId() - Method in interface org.bonitasoft.engine.profile.ProfileMember
-
- getRoleName() - Method in class org.bonitasoft.engine.identity.impl.UserMembershipImpl
-
- getRoleName() - Method in interface org.bonitasoft.engine.identity.UserMembership
-
- getRoles(int, int, RoleCriterion) - Method in interface org.bonitasoft.engine.api.RoleAPI
-
Retrieves the paginated list of roles.
- getRoles(List<Long>) - Method in interface org.bonitasoft.engine.api.RoleAPI
-
Retrieves the roles.
- getRoom() - Method in interface org.bonitasoft.engine.identity.ContactData
-
- getRoom() - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- getRootContainerId() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowElementInstance
-
- getRootContainerId() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
-
- getRootContainerId() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowElementInstance
-
- getRootContainerId() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeInstance
-
- getRootContainerId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowElementInstanceImpl
-
- getRootContainerId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowNodeInstanceImpl
-
- getRootContainerId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowElementInstanceImpl
-
- getRootContainerId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeInstanceImpl
-
- getRootProcessInstanceId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.WaitingEventImpl
-
- getRootProcessInstanceId() - Method in interface org.bonitasoft.engine.bpm.flownode.WaitingEvent
-
- getRootProcessInstanceId() - Method in interface org.bonitasoft.engine.bpm.process.ArchivedProcessInstance
-
- getRootProcessInstanceId() - Method in class org.bonitasoft.engine.bpm.process.impl.ArchivedProcessInstanceImpl
-
- getRootProcessInstanceId() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- getRootProcessInstanceId() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
-
- getRootProcessInstanceId() - Method in class org.bonitasoft.engine.connector.EngineExecutionContext
-
Refers to the top-level including process instance.
- getSearchTerm() - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
-
- getSearchTerm() - Method in interface org.bonitasoft.engine.search.SearchOptions
-
- getSignalEventTriggerDefinitions() - Method in interface org.bonitasoft.engine.bpm.flownode.CatchEventDefinition
-
- getSignalEventTriggerDefinitions() - Method in class org.bonitasoft.engine.bpm.flownode.impl.CatchEventDefinitionImpl
-
- getSignalEventTriggerDefinitions() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ThrowEventDefinitionImpl
-
- getSignalEventTriggerDefinitions() - Method in interface org.bonitasoft.engine.bpm.flownode.ThrowEventDefinition
-
- getSignalName() - Method in class org.bonitasoft.engine.bpm.bar.xml.SignalEventTriggerDefinitionBinding
-
- getSignalName() - Method in class org.bonitasoft.engine.bpm.flownode.impl.SignalEventTriggerDefinitionImpl
-
- getSignalName() - Method in class org.bonitasoft.engine.bpm.flownode.impl.WaitingSignalEventImpl
-
- getSignalName() - Method in interface org.bonitasoft.engine.bpm.flownode.SignalEventTriggerDefinition
-
- getSignalName() - Method in interface org.bonitasoft.engine.bpm.flownode.WaitingSignalEvent
-
- getSort() - Method in enum org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoCriterion
-
- getSorts() - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
-
- getSorts() - Method in interface org.bonitasoft.engine.search.SearchOptions
-
- getSource() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedTransitionInstance
-
- getSource() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedTransitionInstanceImpl
-
- getSource() - Method in class org.bonitasoft.engine.bpm.flownode.impl.TransitionDefinitionImpl
-
- getSource() - Method in interface org.bonitasoft.engine.bpm.flownode.TransitionDefinition
-
Retrieves the the transition's source
- getSourceObjectId() - Method in interface org.bonitasoft.engine.bpm.comment.ArchivedComment
-
- getSourceObjectId() - Method in class org.bonitasoft.engine.bpm.comment.impl.ArchivedCommentImpl
-
- getSourceObjectId() - Method in interface org.bonitasoft.engine.bpm.connector.ArchivedConnectorInstance
-
- getSourceObjectId() - Method in class org.bonitasoft.engine.bpm.connector.impl.ArchivedConnectorInstanceImpl
-
- getSourceObjectId() - Method in interface org.bonitasoft.engine.bpm.document.ArchivedDocument
-
- getSourceObjectId() - Method in class org.bonitasoft.engine.bpm.document.impl.ArchivedDocumentImpl
-
- getSourceObjectId() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
-
- getSourceObjectId() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedTransitionInstance
-
- getSourceObjectId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowNodeInstanceImpl
-
- getSourceObjectId() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedTransitionInstanceImpl
-
- getSourceObjectId() - Method in interface org.bonitasoft.engine.bpm.process.ArchivedProcessInstance
-
- getSourceObjectId() - Method in class org.bonitasoft.engine.bpm.process.impl.ArchivedProcessInstanceImpl
-
- getStackTrace() - Method in exception org.bonitasoft.engine.exception.BonitaCausePrinter
-
- getStackTrace(int) - Method in exception org.bonitasoft.engine.exception.BonitaException
-
- getStartableProcessDeploymentInfosForActors(Set<Long>, int, int, ProcessDeploymentInfoCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the paginated list of process deployment informations that the actors can start.
- getStartDate() - Method in interface org.bonitasoft.engine.bpm.process.ArchivedProcessInstance
-
- getStartDate() - Method in class org.bonitasoft.engine.bpm.process.impl.ArchivedProcessInstanceImpl
-
- getStartDate() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- getStartDate() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
-
- getStartedBy() - Method in interface org.bonitasoft.engine.bpm.process.ArchivedProcessInstance
-
- getStartedBy() - Method in class org.bonitasoft.engine.bpm.process.impl.ArchivedProcessInstanceImpl
-
- getStartedBy() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- getStartedBy() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
-
- getStartEvents() - Method in interface org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinition
-
- getStartEvents() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinitionImpl
-
- getStartIndex() - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
-
- getStartIndex() - Method in interface org.bonitasoft.engine.search.SearchOptions
-
The result start index, that is the first result that matches the search criteria that we want to retrieve.
- getState() - Method in interface org.bonitasoft.engine.bpm.connector.ArchivedConnectorInstance
-
- getState() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorInstance
-
- getState() - Method in class org.bonitasoft.engine.bpm.connector.impl.ArchivedConnectorInstanceImpl
-
- getState() - Method in class org.bonitasoft.engine.bpm.connector.impl.ConnectorInstanceImpl
-
- getState() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
-
- getState() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeInstance
-
- getState() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowNodeInstanceImpl
-
- getState() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeInstanceImpl
-
- getState() - Method in interface org.bonitasoft.engine.bpm.process.ArchivedProcessInstance
-
- getState() - Method in class org.bonitasoft.engine.bpm.process.impl.ArchivedProcessInstanceImpl
-
- getState() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- getState() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
-
- getState() - Method in interface org.bonitasoft.engine.identity.ContactData
-
- getState() - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- getStateCategory() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeInstance
-
- getStateCategory() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeInstanceImpl
-
- getStateId() - Method in interface org.bonitasoft.engine.bpm.process.ArchivedProcessInstance
-
- getStateId() - Method in class org.bonitasoft.engine.bpm.process.impl.ArchivedProcessInstanceImpl
-
- getStringIndex1() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- getStringIndex1() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
-
- getStringIndex2() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- getStringIndex2() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
-
- getStringIndex3() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- getStringIndex3() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
-
- getStringIndex4() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- getStringIndex4() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
-
- getStringIndex5() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- getStringIndex5() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
-
- getStringIndexLabel(int) - Method in interface org.bonitasoft.engine.bpm.process.DesignProcessDefinition
-
- getStringIndexLabel(int) - Method in class org.bonitasoft.engine.bpm.process.impl.DesignProcessDefinitionImpl
-
- getStringIndexLabel(int) - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- getStringIndexLabel(int) - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
-
get the label of the string index
- getStringIndexValue(int) - Method in interface org.bonitasoft.engine.bpm.process.DesignProcessDefinition
-
- getStringIndexValue(int) - Method in class org.bonitasoft.engine.bpm.process.impl.DesignProcessDefinitionImpl
-
- getSubProcessBuilder() - Method in class org.bonitasoft.engine.bpm.process.impl.SubProcessActivityDefinitionBuilder
-
- getSubProcessContainer() - Method in class org.bonitasoft.engine.bpm.process.impl.SubProcessDefinitionImpl
-
- getSubProcessContainer() - Method in interface org.bonitasoft.engine.bpm.process.SubProcessDefinition
-
- getSupervisorId() - Method in class org.bonitasoft.engine.bpm.supervisor.impl.ProcessSupervisorImpl
-
- getSupervisorId() - Method in interface org.bonitasoft.engine.bpm.supervisor.ProcessSupervisor
-
- getSupportedStates(FlowNodeType) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the states of the flow node type.
- getTarget() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedTransitionInstance
-
- getTarget() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedTransitionInstanceImpl
-
- getTarget() - Method in class org.bonitasoft.engine.bpm.flownode.impl.TransitionDefinitionImpl
-
- getTarget() - Method in interface org.bonitasoft.engine.bpm.flownode.TransitionDefinition
-
Retrieves the the transition's target
- getTargetFlowNode() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ThrowMessageEventTriggerDefinitionImpl
-
- getTargetFlowNode() - Method in interface org.bonitasoft.engine.bpm.flownode.ThrowMessageEventTriggerDefinition
-
- getTargetProcess() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ThrowMessageEventTriggerDefinitionImpl
-
- getTargetProcess() - Method in interface org.bonitasoft.engine.bpm.flownode.ThrowMessageEventTriggerDefinition
-
- getTaskAssigneeId() - Method in class org.bonitasoft.engine.connector.EngineExecutionContext
-
- getTenant() - Method in class org.bonitasoft.engine.session.impl.APISessionImpl
-
- getTenantId() - Method in interface org.bonitasoft.engine.bpm.comment.Comment
-
- getTenantId() - Method in class org.bonitasoft.engine.bpm.comment.impl.CommentImpl
-
- getTenantId() - Method in class org.bonitasoft.engine.bpm.data.impl.DataInstanceImpl
-
- getTenantId() - Method in interface org.bonitasoft.engine.session.APISession
-
- getTenantId() - Method in class org.bonitasoft.engine.session.impl.APISessionImpl
-
- getTenantName() - Method in interface org.bonitasoft.engine.session.APISession
-
- getTenantName() - Method in class org.bonitasoft.engine.session.impl.APISessionImpl
-
- getTerminateEventTriggerDefinition() - Method in interface org.bonitasoft.engine.bpm.flownode.EndEventDefinition
-
- getTerminateEventTriggerDefinition() - Method in class org.bonitasoft.engine.bpm.flownode.impl.EndEventDefinitionImpl
-
- getTimerEventTriggerDefinitions() - Method in interface org.bonitasoft.engine.bpm.flownode.CatchEventDefinition
-
- getTimerEventTriggerDefinitions() - Method in class org.bonitasoft.engine.bpm.flownode.impl.CatchEventDefinitionImpl
-
- getTimerExpression() - Method in class org.bonitasoft.engine.bpm.flownode.impl.TimerEventTriggerDefinitionImpl
-
- getTimerExpression() - Method in interface org.bonitasoft.engine.bpm.flownode.TimerEventTriggerDefinition
-
- getTimerType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.TimerEventTriggerDefinitionImpl
-
- getTimerType() - Method in interface org.bonitasoft.engine.bpm.flownode.TimerEventTriggerDefinition
-
- getTitle() - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- getTitle() - Method in interface org.bonitasoft.engine.identity.User
-
- getTo() - Method in class org.bonitasoft.engine.search.impl.SearchFilter
-
- getTransitions() - Method in interface org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinition
-
- getTransitions() - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowElementContainerDefinitionImpl
-
- getTrigger() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ReceiveTaskDefinitionImpl
-
- getTrigger() - Method in interface org.bonitasoft.engine.bpm.flownode.ReceiveTaskDefinition
-
- getType() - Method in class org.bonitasoft.engine.bpm.data.impl.DataDefinitionImpl
-
- getType() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
-
- getType() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeInstance
-
- getType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedAutomaticTaskInstanceImpl
-
- getType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedCallActivityInstanceImpl
-
- getType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedGatewayInstanceImpl
-
- getType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedLoopActivityInstanceImpl
-
- getType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedManualTaskInstanceImpl
-
- getType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedMultiInstanceActivityInstanceImpl
-
- getType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedReceiveTaskInstanceImpl
-
- getType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedSendTaskInstanceImpl
-
- getType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedSubProcessActivityInstanceImpl
-
- getType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedUserTaskInstanceImpl
-
- getType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.AutomaticTaskInstanceImpl
-
- getType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.BoundaryEventInstanceImpl
-
- getType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.CallActivityInstanceImpl
-
- getType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.EndEventInstanceImpl
-
- getType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.GatewayInstanceImpl
-
- getType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.IntermediateCatchEventInstanceImpl
-
- getType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.IntermediateThrowEventInstanceImpl
-
- getType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.LoopActivityInstanceImpl
-
- getType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ManualTaskInstanceImpl
-
- getType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.MultiInstanceActivityInstanceImpl
-
- getType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.ReceiveTaskInstanceImpl
-
- getType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.SendTaskInstanceImpl
-
- getType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.StartEventInstanceImpl
-
- getType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.SubProcessActivityInstanceImpl
-
- getType() - Method in class org.bonitasoft.engine.bpm.flownode.impl.UserTaskInstanceImpl
-
- getType() - Method in class org.bonitasoft.engine.bpm.parameter.impl.ParameterDefinitionImpl
-
- getType() - Method in interface org.bonitasoft.engine.bpm.parameter.ParameterDefinition
-
- getType() - Method in class org.bonitasoft.engine.operation.impl.LeftOperandImpl
-
Deprecated.
- getType() - Method in class org.bonitasoft.engine.operation.impl.OperationImpl
-
- getType() - Method in interface org.bonitasoft.engine.operation.LeftOperand
-
Deprecated.
- getType() - Method in interface org.bonitasoft.engine.operation.Operation
-
- getType() - Method in class org.bonitasoft.engine.profile.impl.ProfileEntryImpl
-
- getType() - Method in interface org.bonitasoft.engine.profile.ProfileEntry
-
- getUncategorizedProcessDeploymentInfos(int, int, ProcessDeploymentInfoCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Returns the paginated list of process deployment informations which have no category.
- getUrl() - Method in interface org.bonitasoft.engine.bpm.document.Document
-
Download URL of the document.
- getUrl() - Method in interface org.bonitasoft.engine.bpm.document.DocumentDefinition
-
URL for an external document
- getUrl() - Method in class org.bonitasoft.engine.bpm.document.DocumentValue
-
- getUrl() - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentDefinitionImpl
-
- getUrl() - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentImpl
-
- getUser(long) - Method in interface org.bonitasoft.engine.api.UserAPI
-
Retrieves the user.
- getUserByUserName(String) - Method in interface org.bonitasoft.engine.api.UserAPI
-
Retrieves the user.
- getUserCommands(int, int, CommandCriterion) - Method in interface org.bonitasoft.engine.api.CommandAPI
-
Returns the Commands with System is false
- getUserContactData(long, boolean) - Method in interface org.bonitasoft.engine.api.UserAPI
-
Retrieves the contact data (personal or professional) of the user.
- getUserFilter() - Method in interface org.bonitasoft.engine.bpm.flownode.impl.HumanTaskDefinition
-
- getUserFilter() - Method in class org.bonitasoft.engine.bpm.flownode.impl.HumanTaskDefinitionImpl
-
- getUserFilterId() - Method in class org.bonitasoft.engine.bpm.userfilter.impl.UserFilterDefinitionImpl
-
- getUserFilterId() - Method in interface org.bonitasoft.engine.bpm.userfilter.UserFilterDefinition
-
- getUserId() - Method in interface org.bonitasoft.engine.bpm.actor.ActorMember
-
- getUserId() - Method in class org.bonitasoft.engine.bpm.actor.impl.ActorMemberImpl
-
- getUserId() - Method in interface org.bonitasoft.engine.bpm.comment.ArchivedComment
-
- getUserId() - Method in interface org.bonitasoft.engine.bpm.comment.Comment
-
- getUserId() - Method in class org.bonitasoft.engine.bpm.comment.impl.ArchivedCommentImpl
-
- getUserId() - Method in class org.bonitasoft.engine.bpm.comment.impl.CommentImpl
-
- getUserId() - Method in class org.bonitasoft.engine.bpm.supervisor.impl.ProcessSupervisorImpl
-
- getUserId() - Method in interface org.bonitasoft.engine.bpm.supervisor.ProcessSupervisor
-
- getUserId() - Method in interface org.bonitasoft.engine.entitymember.EntityMember
-
- getUserId() - Method in class org.bonitasoft.engine.entitymember.impl.EntityMemberImpl
-
- getUserId() - Method in interface org.bonitasoft.engine.identity.ContactData
-
- getUserId() - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- getUserId() - Method in class org.bonitasoft.engine.identity.impl.UserMembershipImpl
-
- getUserId() - Method in interface org.bonitasoft.engine.identity.UserMembership
-
- getUserId() - Method in class org.bonitasoft.engine.profile.impl.ProfileMemberImpl
-
- getUserId() - Method in interface org.bonitasoft.engine.profile.ProfileMember
-
- getUserId() - Method in class org.bonitasoft.engine.session.impl.SessionImpl
-
- getUserId() - Method in interface org.bonitasoft.engine.session.Session
-
Gets the user id associated to this session, if available (-1 if not)
- getUserMembership(long) - Method in interface org.bonitasoft.engine.api.MembershipAPI
-
Retrieves the user membership.
- getUserMemberships(long, int, int, UserMembershipCriterion) - Method in interface org.bonitasoft.engine.api.MembershipAPI
-
Retrieves the paginated list of user memberships of the user.
- getUserMembershipsByGroup(long, int, int) - Method in interface org.bonitasoft.engine.api.MembershipAPI
-
Retrieves the paginated list of user memberships of the group.
- getUserMembershipsByRole(long, int, int) - Method in interface org.bonitasoft.engine.api.MembershipAPI
-
Retrieves the paginated list of user memberships of the role.
- getUserName() - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- getUsername() - Method in class org.bonitasoft.engine.identity.impl.UserMembershipImpl
-
- getUserName() - Method in interface org.bonitasoft.engine.identity.User
-
- getUsername() - Method in interface org.bonitasoft.engine.identity.UserMembership
-
- getUserName() - Method in class org.bonitasoft.engine.session.impl.SessionImpl
-
- getUserName() - Method in interface org.bonitasoft.engine.session.Session
-
Gets the user name associated to this session
- getUsers(int, int, UserCriterion) - Method in interface org.bonitasoft.engine.api.UserAPI
-
Retrieves the paginated list of users.
- getUsers(List<Long>) - Method in interface org.bonitasoft.engine.api.UserAPI
-
Retrieves the users.
- getUsersInGroup(long, int, int, UserCriterion) - Method in interface org.bonitasoft.engine.api.UserAPI
-
Retrieves the paginated list of groups.
- getUsersInRole(long, int, int, UserCriterion) - Method in interface org.bonitasoft.engine.api.UserAPI
-
Retrieves the paginated list of roles.
- getValue() - Method in class org.bonitasoft.engine.bpm.bar.xml.StringIndex
-
- getValue() - Method in class org.bonitasoft.engine.bpm.bar.xml.XMLProcessDefinition.BEntry
-
- getValue() - Method in interface org.bonitasoft.engine.bpm.data.DataInstance
-
- getValue() - Method in class org.bonitasoft.engine.bpm.data.impl.BlobDataInstanceImpl
-
- getValue() - Method in class org.bonitasoft.engine.bpm.data.impl.BooleanDataInstanceImpl
-
- getValue() - Method in class org.bonitasoft.engine.bpm.data.impl.DataInstanceImpl
-
- getValue() - Method in class org.bonitasoft.engine.bpm.data.impl.DateDataInstanceImpl
-
- getValue() - Method in class org.bonitasoft.engine.bpm.data.impl.DoubleDataInstanceImpl
-
- getValue() - Method in class org.bonitasoft.engine.bpm.data.impl.FloatDataInstanceImpl
-
- getValue() - Method in class org.bonitasoft.engine.bpm.data.impl.IntegerDataInstanceImpl
-
- getValue() - Method in class org.bonitasoft.engine.bpm.data.impl.LongDataInstanceImpl
-
- getValue() - Method in class org.bonitasoft.engine.bpm.data.impl.ShortTextDataInstanceImpl
-
- getValue() - Method in interface org.bonitasoft.engine.bpm.flownode.CorrelationDefinition
-
- getValue() - Method in class org.bonitasoft.engine.bpm.flownode.impl.CorrelationDefinitionImpl
-
- getValue() - Method in class org.bonitasoft.engine.search.impl.SearchFilter
-
- getVariableToSet() - Method in class org.bonitasoft.engine.operation.impl.OperationImpl
-
Deprecated.
- getVariableToSet() - Method in interface org.bonitasoft.engine.operation.Operation
-
Deprecated.
- getVersion() - Method in interface org.bonitasoft.engine.bpm.connector.ArchivedConnectorInstance
-
- getVersion() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorDefinition
-
- getVersion() - Method in class org.bonitasoft.engine.bpm.connector.ConnectorImplementationDescriptor
-
- getVersion() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorInstance
-
- getVersion() - Method in class org.bonitasoft.engine.bpm.connector.impl.ArchivedConnectorInstanceImpl
-
- getVersion() - Method in class org.bonitasoft.engine.bpm.connector.impl.ConnectorDefinitionImpl
-
- getVersion() - Method in class org.bonitasoft.engine.bpm.connector.impl.ConnectorInstanceImpl
-
- getVersion() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessDefinitionImpl
-
- getVersion() - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessDeploymentInfoImpl
-
- getVersion() - Method in interface org.bonitasoft.engine.bpm.process.ProcessDefinition
-
- getVersion() - Method in interface org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo
-
- getVersion() - Method in class org.bonitasoft.engine.bpm.userfilter.impl.UserFilterDefinitionImpl
-
- getVersion() - Method in interface org.bonitasoft.engine.bpm.userfilter.UserFilterDefinition
-
- getVersion() - Method in class org.bonitasoft.engine.platform.impl.PlatformImpl
-
- getVersion() - Method in interface org.bonitasoft.engine.platform.Platform
-
- getWebsite() - Method in interface org.bonitasoft.engine.identity.ContactData
-
- getWebsite() - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- getXMLProcessDefinition(DesignProcessDefinition) - Method in class org.bonitasoft.engine.bpm.bar.xml.XMLProcessDefinition
-
- getXPathReturnType(XPathReturnType, ExpressionBuilder) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
-
- getZipCode() - Method in interface org.bonitasoft.engine.identity.ContactData
-
- getZipCode() - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- GREATER_THAN_COMPARATOR - Static variable in class org.bonitasoft.engine.expression.ExpressionBuilder
-
- GREATER_THAN_OR_EQUALS_COMPARATOR - Static variable in class org.bonitasoft.engine.expression.ExpressionBuilder
-
- greaterOrEquals(String, Serializable) - Method in class org.bonitasoft.engine.search.SearchOptionsBuilder
-
- greaterThan(String, Serializable) - Method in class org.bonitasoft.engine.search.SearchOptionsBuilder
-
Filters search results with a greaterThan comparison operation.
- Group - Interface in org.bonitasoft.engine.identity
-
- GROUP_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityInstanceSearchDescriptor
-
- GROUP_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.HumanTaskInstanceSearchDescriptor
-
- GROUP_ID - Static variable in class org.bonitasoft.engine.bpm.process.ArchivedProcessInstancesSearchDescriptor
-
- GROUP_ID - Static variable in class org.bonitasoft.engine.bpm.process.ProcessInstanceSearchDescriptor
-
- GROUP_ID - Static variable in class org.bonitasoft.engine.bpm.supervisor.ProcessSupervisorSearchDescriptor
-
- GROUP_ID - Static variable in class org.bonitasoft.engine.entitymember.EntityMemberSearchDescriptor
-
- GROUP_ID - Static variable in class org.bonitasoft.engine.identity.UserSearchDescriptor
-
- GROUP_ID - Static variable in class org.bonitasoft.engine.profile.ProfileMemberSearchDescriptor
-
- GroupAPI - Interface in org.bonitasoft.engine.api
-
- GroupCreator - Class in org.bonitasoft.engine.identity
-
- GroupCreator(String) - Constructor for class org.bonitasoft.engine.identity.GroupCreator
-
- GroupCreator.GroupField - Enum in org.bonitasoft.engine.identity
-
- GroupCriterion - Enum in org.bonitasoft.engine.identity
-
- GroupImpl - Class in org.bonitasoft.engine.identity.impl
-
- GroupImpl(long, String) - Constructor for class org.bonitasoft.engine.identity.impl.GroupImpl
-
- GroupNotFoundException - Exception in org.bonitasoft.engine.identity
-
- GroupNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.identity.GroupNotFoundException
-
- GroupSearchDescriptor - Class in org.bonitasoft.engine.identity
-
- GroupSearchDescriptor() - Constructor for class org.bonitasoft.engine.identity.GroupSearchDescriptor
-
- GroupUpdater - Class in org.bonitasoft.engine.identity
-
- GroupUpdater() - Constructor for class org.bonitasoft.engine.identity.GroupUpdater
-
- GroupUpdater.GroupField - Enum in org.bonitasoft.engine.identity
-
- saveProperties(Properties, String) - Static method in class org.bonitasoft.engine.io.PropertiesManager
-
- saveProperties(Properties, File) - Static method in class org.bonitasoft.engine.io.PropertiesManager
-
- savePropertiesToXML(Properties, File) - Static method in class org.bonitasoft.engine.io.PropertiesManager
-
- saveToBarFolder(BusinessArchive, File) - Method in interface org.bonitasoft.engine.bpm.bar.BusinessArchiveContribution
-
Writes the content of the BusinessArchive to the file system
- saveToBarFolder(BusinessArchive, File) - Method in class org.bonitasoft.engine.bpm.bar.ExternalResourceContribution
-
- saveToBarFolder(BusinessArchive, File) - Method in class org.bonitasoft.engine.bpm.bar.GenericFileContribution
-
- saveToBarFolder(BusinessArchive, File) - Method in class org.bonitasoft.engine.bpm.bar.ProcessDefinitionBARContribution
-
- saveToBarFolder(BusinessArchive, File) - Method in class org.bonitasoft.engine.bpm.bar.ResourceInSpecificFolderContribution
-
- searchActivities(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Searches for activity instances
- searchArchivedActivities(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Searches for archived activity instances (only terminal states, intermediate states are not considered)
- searchArchivedComments(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Searches for archived comments
- searchArchivedConnectorInstances(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Searches for archived connector instances.
- searchArchivedDocuments(SearchOptions) - Method in interface org.bonitasoft.engine.api.DocumentAPI
-
Search for archived documents that meet the search options.
- searchArchivedDocumentsSupervisedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.DocumentAPI
-
Search for archived documents that match the search options and are supervised by the specified user.
- searchArchivedFlowNodeInstances(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Searches for archived flow node instances (activities, gateways and events)
- searchArchivedHumanTasks(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Search task archived.
- searchArchivedHumanTasksManagedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Searches for archived human tasks performed by users managed by a specific user
- searchArchivedHumanTasksSupervisedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Searches archived tasks assigned to users supervised by a specific user.
- searchArchivedProcessInstances(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Searches for archived process instances
- searchArchivedProcessInstancesInvolvingUser(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Searches for the archived process instances that the user can access
- searchArchivedProcessInstancesSupervisedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Searches for archived process instances supervised by a user
- searchAssignedTasksManagedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Search human tasks administered by the given user.
- searchAssignedTasksSupervisedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Searches tasks assigned to users supervised by a specific user.
- searchCommands(SearchOptions) - Method in interface org.bonitasoft.engine.api.CommandAPI
-
Search commands
- searchComments(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Searches for comments related to the specified Process Instance.
- SearchCommentsDescriptor - Class in org.bonitasoft.engine.bpm.comment
-
- SearchCommentsDescriptor() - Constructor for class org.bonitasoft.engine.bpm.comment.SearchCommentsDescriptor
-
- searchCommentsInvolvingUser(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Searches the comments on process instances that the user can access
- searchCommentsManagedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Lists all comments managed by user.
- searchConnectorInstances(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Searches for connector instances.
- searchDocuments(SearchOptions) - Method in interface org.bonitasoft.engine.api.DocumentAPI
-
Search for documents that match the search options.
- searchDocumentsSupervisedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.DocumentAPI
-
Search for documents that match the search options and are supervised by the specified user.
- SearchException - Exception in org.bonitasoft.engine.exception
-
- SearchException(Throwable) - Constructor for exception org.bonitasoft.engine.exception.SearchException
-
- SearchException(String, Throwable) - Constructor for exception org.bonitasoft.engine.exception.SearchException
-
- SearchFilter - Class in org.bonitasoft.engine.search.impl
-
- SearchFilter(String, SearchFilterOperation, Serializable) - Constructor for class org.bonitasoft.engine.search.impl.SearchFilter
-
- SearchFilter(String, Serializable, Serializable) - Constructor for class org.bonitasoft.engine.search.impl.SearchFilter
-
- SearchFilter(SearchFilterOperation) - Constructor for class org.bonitasoft.engine.search.impl.SearchFilter
-
- SearchFilterOperation - Enum in org.bonitasoft.engine.search
-
- searchFlowNodeInstances(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Searches for flow node instances (activities, gateways and events)
- searchGroups(SearchOptions) - Method in interface org.bonitasoft.engine.api.GroupAPI
-
Searches groups according to the criteria containing in the options.
- searchHumanTaskInstances(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Searches for humanTask instances
- searchMyAvailableHumanTasks(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Searches, for a specific user, for all tasks pending for that user, or already assigned to that user.
- searchOpenProcessInstances(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
List all open process instances
- searchOpenProcessInstancesInvolvingUser(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Searches for open process instances that the user can access
- searchOpenProcessInstancesInvolvingUsersManagedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Searches for open process instances that all subordinates of the specific manager can access
- searchOpenProcessInstancesSupervisedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
List all open process instances supervised by a user.
- SearchOptions - Interface in org.bonitasoft.engine.search
-
a SearchOptions heps define the generic options of the search mechanism.
- SearchOptionsBuilder - Class in org.bonitasoft.engine.search
-
Builder for SearchOptions objects.
- SearchOptionsBuilder(int, int) - Constructor for class org.bonitasoft.engine.search.SearchOptionsBuilder
-
Builds a new SearchOptions with results limited to startIndex and maxResults
- SearchOptionsBuilder(SearchOptions) - Constructor for class org.bonitasoft.engine.search.SearchOptionsBuilder
-
Creates a new SearchOptionsBuilder from another instance by
- SearchOptionsImpl - Class in org.bonitasoft.engine.search.impl
-
- SearchOptionsImpl(int, int) - Constructor for class org.bonitasoft.engine.search.impl.SearchOptionsImpl
-
- searchPendingHiddenTasks(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Search for the hidden tasks for the specified user.
- searchPendingTasksForUser(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Search pending human tasks for the given user.
- searchPendingTasksManagedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Search pending human tasks administered by the given user.
- searchPendingTasksSupervisedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Search pending human tasks supervised by the given user.
- searchProcessDeploymentInfos(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Searches the number and the list of processes that the user can start.
- searchProcessDeploymentInfos(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Searches the number and the list of process definitions.
- searchProcessDeploymentInfosStartedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Searches the number and the list of processes which have been recently started by the user.
- searchProcessDeploymentInfosSupervisedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Searches the number and the list of processes supervised by the user.
- searchProcessDeploymentInfosUsersManagedByCanStart(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
TODO do not understand the behaviour of this
Search all process definitions that at least one of the actor initiators is a user of manager, or manager.
- searchProcessSupervisors(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Searches the number and the list of processes supervisors.
- searchProfileEntries(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProfileAPI
-
Searches profile entries according to the criteria containing in the options.
- searchProfileMembers(String, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProfileAPI
-
Searches profile members according to the criteria containing in the options.
- searchProfiles(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProfileAPI
-
Searches profiles according to the criteria containing in the options.
- searchReports(SearchOptions) - Method in interface org.bonitasoft.engine.api.ReportingAPI
-
- SearchResult<T extends Serializable> - Interface in org.bonitasoft.engine.search
-
- SearchResultImpl<T extends Serializable> - Class in org.bonitasoft.engine.search.impl
-
- SearchResultImpl(long, List<T>) - Constructor for class org.bonitasoft.engine.search.impl.SearchResultImpl
-
- searchRoles(SearchOptions) - Method in interface org.bonitasoft.engine.api.RoleAPI
-
Searches roles according to the criteria containing in the options.
- searchTerm(String) - Method in class org.bonitasoft.engine.search.SearchOptionsBuilder
-
- searchUncategorizedProcessDeploymentInfos(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Searches the number and the list of processes which have no category.
- searchUncategorizedProcessDeploymentInfosSupervisedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Searches the number and the list of processes which have no category supervised by the user.
- searchUncategorizedProcessDeploymentInfosUserCanStart(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Searches the number and the list of processes which have no category that the user can start.
- searchUsers(SearchOptions) - Method in interface org.bonitasoft.engine.api.UserAPI
-
Searches users according to the criteria containing in the options.
- searchUsersWhoCanStartProcessDefinition(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
-
Searches the number and the list of users who can start the process.
- selectList(String) - Method in interface org.bonitasoft.engine.api.ReportingAPI
-
Executes a SELECT query (rollback only) and returns the result in a CSV format.
- SEND_TASK_NODE - Static variable in class org.bonitasoft.engine.bpm.bar.xml.XMLProcessDefinition
-
- SendEventException - Exception in org.bonitasoft.engine.bpm.flownode
-
- SendEventException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.flownode.SendEventException
-
- SendEventException(String) - Constructor for exception org.bonitasoft.engine.bpm.flownode.SendEventException
-
- sendMessage(String, Expression, Expression, Map<Expression, Expression>) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Send a BPMN message event.
- sendMessage(String, Expression, Expression, Map<Expression, Expression>, Map<Expression, Expression>) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Send a BPMN message event.
- sendSignal(String) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Send a BPMN signal event.
- SendTaskDefinition - Interface in org.bonitasoft.engine.bpm.flownode
-
- SendTaskDefinitionBinding - Class in org.bonitasoft.engine.bpm.bar.xml
-
- SendTaskDefinitionBinding() - Constructor for class org.bonitasoft.engine.bpm.bar.xml.SendTaskDefinitionBinding
-
- SendTaskDefinitionBuilder - Class in org.bonitasoft.engine.bpm.process.impl
-
- SendTaskDefinitionBuilder(ProcessDefinitionBuilder, FlowElementContainerDefinitionImpl, String, String, Expression) - Constructor for class org.bonitasoft.engine.bpm.process.impl.SendTaskDefinitionBuilder
-
- SendTaskDefinitionImpl - Class in org.bonitasoft.engine.bpm.flownode.impl
-
- SendTaskDefinitionImpl(String, String, Expression) - Constructor for class org.bonitasoft.engine.bpm.flownode.impl.SendTaskDefinitionImpl
-
- SendTaskDefinitionImpl(long, String, ThrowMessageEventTriggerDefinition) - Constructor for class org.bonitasoft.engine.bpm.flownode.impl.SendTaskDefinitionImpl
-
- SendTaskInstance - Interface in org.bonitasoft.engine.bpm.flownode
-
- SendTaskInstanceImpl - Class in org.bonitasoft.engine.bpm.flownode.impl
-
- SendTaskInstanceImpl(String, long) - Constructor for class org.bonitasoft.engine.bpm.flownode.impl.SendTaskInstanceImpl
-
- ServerAPI - Interface in org.bonitasoft.engine.api.internal
-
- ServerAPIException - Exception in org.bonitasoft.engine.exception
-
- ServerAPIException(Throwable) - Constructor for exception org.bonitasoft.engine.exception.ServerAPIException
-
- ServerAPIException(String, Throwable) - Constructor for exception org.bonitasoft.engine.exception.ServerAPIException
-
- ServerAPIHome - Interface in org.bonitasoft.engine.api
-
- ServerWrappedException - Exception in org.bonitasoft.engine.api.internal
-
- ServerWrappedException(Throwable) - Constructor for exception org.bonitasoft.engine.api.internal.ServerWrappedException
-
- ServerWrappedException(String, Throwable) - Constructor for exception org.bonitasoft.engine.api.internal.ServerWrappedException
-
- Session - Interface in org.bonitasoft.engine.session
-
- SessionImpl - Class in org.bonitasoft.engine.session.impl
-
- SessionImpl(long, Date, long, String, long) - Constructor for class org.bonitasoft.engine.session.impl.SessionImpl
-
- SessionNotFoundException - Exception in org.bonitasoft.engine.session
-
- SessionNotFoundException(String) - Constructor for exception org.bonitasoft.engine.session.SessionNotFoundException
-
- SessionNotFoundException(String, Throwable) - Constructor for exception org.bonitasoft.engine.session.SessionNotFoundException
-
- SessionNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.session.SessionNotFoundException
-
- setAborting(boolean) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowElementInstanceImpl
-
- setAborting(boolean) - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowElementInstanceImpl
-
- setActive(boolean) - Method in class org.bonitasoft.engine.bpm.flownode.impl.WaitingEventImpl
-
- setActivityInstanceId(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.BoundaryEventInstanceImpl
-
- setActivityInstanceId(long) - Method in class org.bonitasoft.engine.connector.EngineExecutionContext
-
- setActivityName(String) - Method in class org.bonitasoft.engine.bpm.flownode.impl.BoundaryEventInstanceImpl
-
- setActivityStateById(long, int) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Set a activity's state with state id.
- setActivityStateByName(long, String) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Set a activity's state with state name.
- setActorId(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedHumanTaskInstanceImpl
-
- setActorInitiator(ActorDefinition) - Method in class org.bonitasoft.engine.bpm.process.impl.DesignProcessDefinitionImpl
-
- setActorInitiator(String) - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessBuilder
-
- setActorInitiator(String) - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessDefinitionBuilder
-
- setActorMapping(byte[]) - Method in class org.bonitasoft.engine.bpm.bar.BusinessArchiveBuilder
-
Set the actor mapping for this
BusinessArchive
The file must be compliant with the xsd actorMapping.xsd The actor mapping specify for each
actor of the process who it is in the
organization.
- setAddress(String) - Method in class org.bonitasoft.engine.identity.ContactDataCreator
-
- setAddress(String) - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
-
- setAddress(String) - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- setAPIAccessor(APIAccessor) - Method in class org.bonitasoft.engine.connector.AbstractConnector
-
- setAPIAccessor(APIAccessor) - Method in class org.bonitasoft.engine.filter.AbstractUserFilter
-
- setArchiveDate(Date) - Method in class org.bonitasoft.engine.bpm.comment.impl.ArchivedCommentImpl
-
- setArchiveDate(Date) - Method in class org.bonitasoft.engine.bpm.document.impl.ArchivedDocumentImpl
-
- setArchiveDate(Date) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowNodeInstanceImpl
-
- setArchiveDate(Date) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedTransitionInstanceImpl
-
- setArchiveDate(Date) - Method in class org.bonitasoft.engine.bpm.process.impl.ArchivedProcessInstanceImpl
-
- setAssignedBy(long) - Method in class org.bonitasoft.engine.identity.impl.UserMembershipImpl
-
- setAssignedByName(String) - Method in class org.bonitasoft.engine.identity.impl.UserMembershipImpl
-
- setAssignedDate(Date) - Method in class org.bonitasoft.engine.identity.impl.UserMembershipImpl
-
- setAssigneeId(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedHumanTaskInstanceImpl
-
- setAssigneeId(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.HumanTaskInstanceImpl
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.CallActivityDefinitionBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.CatchEventDefinitionBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.ConnectorDefinitionBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.CorrelationBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.DataDefinitionBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.DocumentDefinitionBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.ErrorEventTriggerDefinitionBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.ExpressionBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.FlowElementBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.GatewayDefinitionBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.HumanTaskDefinitionBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.LeftOperandBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.MessageEventTriggerDefinitionBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.MultiInstanceLoopCharacteristicsBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.NamedElementBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.OperationBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.ParameterDefinitionBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.ProcessDefinitionBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.SignalEventTriggerDefinitionBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.StandardLoopCharacteristicsBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.StringIndexBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.SubProcessDefinitionBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.TerminateEventTriggerDefinitionBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.TextDataDefinitionBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.TimerEventTriggerDefinitionBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.TransitionDefinitionBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.TransitionRefBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.UserFilterDefinitionBinding
-
- setAttributes(Map<String, String>) - Method in class org.bonitasoft.engine.io.xml.ElementBinding
-
- setAuthor(long) - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentImpl
-
- setBinders(Stack<ElementBinding>) - Method in class org.bonitasoft.engine.io.xml.ElementBinding
-
- setBuilding(String) - Method in class org.bonitasoft.engine.identity.ContactDataCreator
-
- setBuilding(String) - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
-
- setBuilding(String) - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- setCallableElement(Expression) - Method in class org.bonitasoft.engine.bpm.flownode.impl.CallActivityDefinitionImpl
-
- setCallableElement(Expression) - Method in class org.bonitasoft.engine.bpm.process.impl.CallActivityBuilder
-
- setCallableElementType(CallableElementType) - Method in class org.bonitasoft.engine.bpm.flownode.impl.CallActivityDefinitionImpl
-
- setCallableElementVersion(Expression) - Method in class org.bonitasoft.engine.bpm.flownode.impl.CallActivityDefinitionImpl
-
- setCallableElementVersion(Expression) - Method in class org.bonitasoft.engine.bpm.process.impl.CallActivityBuilder
-
- setCallerId(long) - Method in class org.bonitasoft.engine.bpm.process.impl.ArchivedProcessInstanceImpl
-
- setCallerId(long) - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.ActorDefinitionBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.ActorInitiatorDefinitionBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.CatchEventDefinitionBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.ConnectorDefinitionBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.ConnectorDefinitionInputBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.CorrelationBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.DataDefinitionBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.DocumentDefinitionBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.ErrorEventTriggerDefinitionBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.ExpressionBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.FlowElementBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.FlowNodeDefinitionBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.LeftOperandBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.MessageEventTriggerDefinitionBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.MultiInstanceLoopCharacteristicsBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.OperationBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.ParameterDefinitionBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.ProcessDefinitionBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.SignalEventTriggerDefinitionBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.StandardLoopCharacteristicsBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.StringIndexBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.TerminateEventTriggerDefinitionBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.TimerEventTriggerDefinitionBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.TransitionDefinitionBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.TransitionRefBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.UserFilterDefinitionBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.xml.XMLDataDefinitionBinding
-
- setChildElement(String, String, Map<String, String>) - Method in class org.bonitasoft.engine.io.xml.ElementBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.ActivityDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.ActorDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.ActorInitiatorDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.AutomaticTaskDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.BoundaryEventDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.CallActivityDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.CatchEventDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.CatchMessageEventTriggerDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.ConnectorDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.ConnectorDefinitionInputBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.CorrelationBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.DataDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.DocumentDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.EndEventDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.ErrorEventTriggerDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.ExpressionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.FlowElementBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.FlowNodeDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.HumanTaskDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.LeftOperandBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.MessageEventTriggerDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.MultiInstanceLoopCharacteristicsBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.OperationBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.ParameterDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.ProcessDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.ReceiveTaskDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.SendTaskDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.SignalEventTriggerDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.StandardLoopCharacteristicsBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.StartEventDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.StringIndexBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.SubProcessDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.TerminateEventTriggerDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.ThrowEventDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.ThrowMessageEventTriggerDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.TimerEventTriggerDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.TransitionDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.TransitionRefBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.bpm.bar.xml.UserFilterDefinitionBinding
-
- setChildObject(String, Object) - Method in class org.bonitasoft.engine.io.xml.ElementBinding
-
- setCity(String) - Method in class org.bonitasoft.engine.identity.ContactDataCreator
-
- setCity(String) - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
-
- setCity(String) - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- setClaimedDate(Date) - Method in class org.bonitasoft.engine.bpm.flownode.impl.HumanTaskInstanceImpl
-
- setClassName(String) - Method in class org.bonitasoft.engine.bpm.data.impl.DataDefinitionImpl
-
- setClassName(String) - Method in class org.bonitasoft.engine.bpm.data.impl.DataInstanceImpl
-
- setCompletionCondition(Expression) - Method in class org.bonitasoft.engine.bpm.flownode.impl.MultiInstanceLoopCharacteristics
-
- setCondition(Expression) - Method in class org.bonitasoft.engine.bpm.flownode.impl.TransitionDefinitionImpl
-
- setContainerId(long) - Method in class org.bonitasoft.engine.bpm.data.impl.DataInstanceImpl
-
- setContainerType(String) - Method in class org.bonitasoft.engine.bpm.data.impl.DataInstanceImpl
-
- setContent(byte[]) - Method in class org.bonitasoft.engine.bpm.bar.BarResource
-
- setContent(String) - Method in class org.bonitasoft.engine.bpm.comment.impl.ArchivedCommentImpl
-
- setContent(String) - Method in class org.bonitasoft.engine.bpm.comment.impl.CommentImpl
-
- setContent(String) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
-
- setContent(String) - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
-
- setContent(String) - Method in class org.bonitasoft.engine.io.xml.XMLNode
-
- setContentMimeType(String) - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentImpl
-
- setContentMimeType(String) - Method in class org.bonitasoft.engine.bpm.process.impl.DocumentBuilder
-
- setContentStorageId(String) - Method in class org.bonitasoft.engine.bpm.document.impl.ArchivedDocumentImpl
-
- setContentStorageId(String) - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentImpl
-
- setCountry(String) - Method in class org.bonitasoft.engine.identity.ContactDataCreator
-
- setCountry(String) - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
-
- setCountry(String) - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- setCreatedBy(long) - Method in class org.bonitasoft.engine.identity.impl.GroupImpl
-
- setCreatedBy(long) - Method in class org.bonitasoft.engine.identity.impl.RoleImpl
-
- setCreatedBy(long) - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- setCreationDate(Date) - Method in class org.bonitasoft.engine.bpm.category.impl.CategoryImpl
-
- setCreationDate(Date) - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentImpl
-
- setCreationDate(Date) - Method in class org.bonitasoft.engine.identity.impl.GroupImpl
-
- setCreationDate(Date) - Method in class org.bonitasoft.engine.identity.impl.RoleImpl
-
- setCreationDate(Date) - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- setCreationDate(Date) - Method in class org.bonitasoft.engine.session.impl.SessionImpl
-
- setCreator(long) - Method in class org.bonitasoft.engine.bpm.category.impl.CategoryImpl
-
- setDataInputItemRef(String) - Method in class org.bonitasoft.engine.bpm.flownode.impl.MultiInstanceLoopCharacteristics
-
- setDataName(String) - Method in class org.bonitasoft.engine.operation.impl.LeftOperandImpl
-
Deprecated.
- setDataOutputItemRef(String) - Method in class org.bonitasoft.engine.bpm.flownode.impl.MultiInstanceLoopCharacteristics
-
- setDataTypeClassName(String) - Method in class org.bonitasoft.engine.bpm.data.impl.DataInstanceImpl
-
- setDefaultTransition(TransitionDefinition) - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeDefinitionImpl
-
- setDefaultValueExpression(Expression) - Method in class org.bonitasoft.engine.bpm.data.impl.DataDefinitionImpl
-
- setDependencies(List<Expression>) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
-
- setDependencies(List<Expression>) - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
-
- setDescription(String) - Method in class org.bonitasoft.engine.bpm.actor.ActorUpdater
-
- setDescription(String) - Method in class org.bonitasoft.engine.bpm.actor.impl.ActorDefinitionImpl
-
- setDescription(String) - Method in class org.bonitasoft.engine.bpm.category.CategoryUpdater
-
- setDescription(String) - Method in class org.bonitasoft.engine.bpm.category.impl.CategoryImpl
-
- setDescription(String) - Method in class org.bonitasoft.engine.bpm.data.impl.DataDefinitionImpl
-
- setDescription(String) - Method in class org.bonitasoft.engine.bpm.data.impl.DataInstanceImpl
-
- setDescription(String) - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentDefinitionImpl
-
- setDescription(String) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowElementInstanceImpl
-
- setDescription(String) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowNodeInstanceImpl
-
- setDescription(String) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedTransitionInstanceImpl
-
- setDescription(String) - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeDefinitionImpl
-
- setDescription(String) - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeInstanceImpl
-
- setDescription(String) - Method in class org.bonitasoft.engine.bpm.parameter.impl.ParameterDefinitionImpl
-
- setDescription(String) - Method in class org.bonitasoft.engine.bpm.process.impl.ArchivedProcessInstanceImpl
-
- setDescription(String) - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessDefinitionImpl
-
- setDescription(String) - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- setDescription(String) - Method in class org.bonitasoft.engine.command.CommandDescriptorImpl
-
- setDescription(String) - Method in class org.bonitasoft.engine.command.CommandUpdater
-
- setDescription(String) - Method in class org.bonitasoft.engine.identity.GroupCreator
-
- setDescription(String) - Method in class org.bonitasoft.engine.identity.impl.GroupImpl
-
- setDescription(String) - Method in class org.bonitasoft.engine.identity.impl.RoleImpl
-
- setDescription(String) - Method in class org.bonitasoft.engine.identity.RoleCreator
-
- setDescription(String) - Method in class org.bonitasoft.engine.identity.RoleUpdater
-
- setDescription(String) - Method in class org.bonitasoft.engine.platform.command.impl.PlatformCommandDescriptorImpl
-
- setDescription(String) - Method in class org.bonitasoft.engine.platform.command.PlatformCommandUpdater
-
- setDescription(String) - Method in class org.bonitasoft.engine.profile.impl.ProfileEntryImpl
-
- setDescription(String) - Method in class org.bonitasoft.engine.profile.impl.ProfileImpl
-
- setDescription(String) - Method in class org.bonitasoft.engine.profile.ProfileCreator
-
- setDescription(String) - Method in class org.bonitasoft.engine.profile.ProfileEntryCreator
-
- setDescription(String) - Method in class org.bonitasoft.engine.reporting.impl.ReportImpl
-
- setDisplayDescription(String) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowNodeInstanceImpl
-
- setDisplayDescription(Expression) - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeDefinitionImpl
-
- setDisplayDescription(String) - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeInstanceImpl
-
- setDisplayDescription(String) - Method in class org.bonitasoft.engine.bpm.process.impl.DesignProcessDefinitionImpl
-
- setDisplayDescription(String) - Method in class org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoUpdater
-
- setDisplayDescriptionAfterCompletion(Expression) - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeDefinitionImpl
-
- setDisplayName(String) - Method in class org.bonitasoft.engine.bpm.actor.ActorUpdater
-
- setDisplayName(String) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowNodeInstanceImpl
-
- setDisplayName(Expression) - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeDefinitionImpl
-
- setDisplayName(String) - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeInstanceImpl
-
- setDisplayName(String) - Method in class org.bonitasoft.engine.bpm.process.impl.DesignProcessDefinitionImpl
-
- setDisplayName(String) - Method in class org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoUpdater
-
- setDisplayName(String) - Method in class org.bonitasoft.engine.identity.GroupCreator
-
- setDisplayName(String) - Method in class org.bonitasoft.engine.identity.impl.GroupImpl
-
- setDisplayName(String) - Method in class org.bonitasoft.engine.identity.impl.RoleImpl
-
- setDisplayName(String) - Method in class org.bonitasoft.engine.identity.RoleCreator
-
- setDisplayName(String) - Method in class org.bonitasoft.engine.identity.RoleUpdater
-
- setDisplayNamePart1(String) - Method in class org.bonitasoft.engine.entitymember.impl.EntityMemberImpl
-
- setDisplayNamePart1(String) - Method in class org.bonitasoft.engine.profile.impl.ProfileMemberImpl
-
- setDisplayNamePart2(String) - Method in class org.bonitasoft.engine.entitymember.impl.EntityMemberImpl
-
- setDisplayNamePart2(String) - Method in class org.bonitasoft.engine.profile.impl.ProfileMemberImpl
-
- setDisplayNamePart3(String) - Method in class org.bonitasoft.engine.entitymember.impl.EntityMemberImpl
-
- setDisplayNamePart3(String) - Method in class org.bonitasoft.engine.profile.impl.ProfileMemberImpl
-
- setDocumentAuthor(long) - Method in class org.bonitasoft.engine.bpm.document.impl.ArchivedDocumentImpl
-
- setDocumentContentFileName(String) - Method in class org.bonitasoft.engine.bpm.document.impl.ArchivedDocumentImpl
-
- setDocumentContentMimeType(String) - Method in class org.bonitasoft.engine.bpm.document.impl.ArchivedDocumentImpl
-
- setDocumentCreationDate(Date) - Method in class org.bonitasoft.engine.bpm.document.impl.ArchivedDocumentImpl
-
- setDocumentHasContent(boolean) - Method in class org.bonitasoft.engine.bpm.document.impl.ArchivedDocumentImpl
-
- setDocumentURL(String) - Method in class org.bonitasoft.engine.bpm.document.impl.ArchivedDocumentImpl
-
- setDuration(long) - Method in class org.bonitasoft.engine.session.impl.SessionImpl
-
- setElement(String) - Method in class org.bonitasoft.engine.bpm.data.impl.XMLDataDefinitionImpl
-
- setElement(String) - Method in class org.bonitasoft.engine.bpm.process.impl.XMLDataDefinitionBuilder
-
- setEmail(String) - Method in class org.bonitasoft.engine.identity.ContactDataCreator
-
- setEmail(String) - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
-
- setEmail(String) - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- setEnabled(boolean) - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- setEnabled(boolean) - Method in class org.bonitasoft.engine.identity.UserCreator
-
- setEnabled(boolean) - Method in class org.bonitasoft.engine.identity.UserUpdater
-
- setEndDate(Date) - Method in class org.bonitasoft.engine.bpm.process.impl.ArchivedProcessInstanceImpl
-
- setEndDate(Date) - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- setEntityMemberId(long) - Method in class org.bonitasoft.engine.entitymember.impl.EntityMemberImpl
-
- setErrorCode(String) - Method in class org.bonitasoft.engine.bpm.connector.impl.ConnectorDefinitionImpl
-
- setErrorCode(String) - Method in class org.bonitasoft.engine.bpm.flownode.impl.WaitingErrorEventImpl
-
- setEventType(BPMEventType) - Method in class org.bonitasoft.engine.bpm.flownode.impl.WaitingEventImpl
-
- setExecutedBy(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowNodeInstanceImpl
-
- setExecutedBy(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeInstanceImpl
-
- setExecutionContext(EngineExecutionContext) - Method in class org.bonitasoft.engine.connector.AbstractConnector
-
- setExecutionContext(EngineExecutionContext) - Method in class org.bonitasoft.engine.filter.AbstractUserFilter
-
- setExpectedDuration(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.HumanTaskDefinitionImpl
-
- setExpectedEndDate(Date) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedHumanTaskInstanceImpl
-
- setExpectedEndDate(Date) - Method in class org.bonitasoft.engine.bpm.flownode.impl.HumanTaskInstanceImpl
-
- setExpressionType(String) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
-
- setExpressionType(ExpressionType) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
-
- setExpressionType(String) - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
-
- setExternal(boolean) - Method in class org.bonitasoft.engine.operation.impl.LeftOperandImpl
-
- setExternal(boolean) - Method in class org.bonitasoft.engine.operation.LeftOperandBuilder
-
- setExternalId(String) - Method in class org.bonitasoft.engine.entitymember.impl.EntityMemberImpl
-
- setFailAction(FailAction) - Method in class org.bonitasoft.engine.bpm.connector.impl.ConnectorDefinitionImpl
-
- setFaxNumber(String) - Method in class org.bonitasoft.engine.identity.ContactDataCreator
-
- setFaxNumber(String) - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
-
- setFaxNumber(String) - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- setField(String) - Method in class org.bonitasoft.engine.search.impl.SearchFilter
-
- setFile(String) - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentDefinitionImpl
-
- setFileName(String) - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentDefinitionImpl
-
- setFileName(String) - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentImpl
-
- setFileName(String) - Method in class org.bonitasoft.engine.bpm.process.impl.DocumentBuilder
-
- setFilters(List<SearchFilter>) - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
-
- setFilters(List<SearchFilter>) - Method in class org.bonitasoft.engine.search.SearchOptionsBuilder
-
- setFirstName(String) - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- setFirstName(String) - Method in class org.bonitasoft.engine.identity.UserCreator
-
- setFirstName(String) - Method in class org.bonitasoft.engine.identity.UserUpdater
-
- setFlownodeDefinitionId(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowNodeInstanceImpl
-
- setFlownodeDefinitionId(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeInstanceImpl
-
- setFlowNodeDefinitionId(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.WaitingEventImpl
-
- setFlowNodeInstanceId(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.WaitingEventImpl
-
- setGroupId(long) - Method in class org.bonitasoft.engine.bpm.supervisor.impl.ProcessSupervisorImpl
-
- setGroupId(long) - Method in class org.bonitasoft.engine.bpm.supervisor.ProcessSupervisorBuilder
-
- setGroupId(long) - Method in class org.bonitasoft.engine.entitymember.impl.EntityMemberImpl
-
- setGroupId(long) - Method in class org.bonitasoft.engine.profile.impl.ProfileMemberImpl
-
- setGroupId(long) - Method in class org.bonitasoft.engine.profile.ProfileMemberCreator
-
- setGroupName(String) - Method in class org.bonitasoft.engine.identity.impl.UserMembershipImpl
-
- setGroupParentPath(String) - Method in class org.bonitasoft.engine.identity.impl.UserMembershipImpl
-
- setHasContent(boolean) - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentImpl
-
- setIconName(String) - Method in class org.bonitasoft.engine.identity.GroupCreator
-
- setIconName(String) - Method in class org.bonitasoft.engine.identity.impl.GroupImpl
-
- setIconName(String) - Method in class org.bonitasoft.engine.identity.impl.RoleImpl
-
- setIconName(String) - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- setIconName(String) - Method in class org.bonitasoft.engine.identity.RoleCreator
-
- setIconName(String) - Method in class org.bonitasoft.engine.identity.RoleUpdater
-
- setIconName(String) - Method in class org.bonitasoft.engine.identity.UserCreator
-
- setIconName(String) - Method in class org.bonitasoft.engine.identity.UserUpdater
-
- setIconPath(String) - Method in class org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoUpdater
-
- setIconPath(String) - Method in class org.bonitasoft.engine.identity.GroupCreator
-
- setIconPath(String) - Method in class org.bonitasoft.engine.identity.impl.GroupImpl
-
- setIconPath(String) - Method in class org.bonitasoft.engine.identity.impl.RoleImpl
-
- setIconPath(String) - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- setIconPath(String) - Method in class org.bonitasoft.engine.identity.RoleCreator
-
- setIconPath(String) - Method in class org.bonitasoft.engine.identity.RoleUpdater
-
- setIconPath(String) - Method in class org.bonitasoft.engine.identity.UserCreator
-
- setIconPath(String) - Method in class org.bonitasoft.engine.identity.UserUpdater
-
- setIconPath(String) - Method in class org.bonitasoft.engine.profile.impl.ProfileImpl
-
- setIconPath(String) - Method in class org.bonitasoft.engine.profile.ProfileCreator
-
- setId(long) - Method in class org.bonitasoft.engine.bpm.BaseElementImpl
-
- setId(long) - Method in class org.bonitasoft.engine.bpm.comment.impl.ArchivedCommentImpl
-
- setId(long) - Method in class org.bonitasoft.engine.bpm.comment.impl.CommentImpl
-
- setId(long) - Method in class org.bonitasoft.engine.bpm.data.impl.DataInstanceImpl
-
- setId(long) - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentImpl
-
- setId(long) - Method in class org.bonitasoft.engine.bpm.supervisor.impl.ProcessSupervisorImpl
-
- setId(long) - Method in class org.bonitasoft.engine.command.CommandDescriptorImpl
-
- setId(long) - Method in class org.bonitasoft.engine.platform.command.impl.PlatformCommandDescriptorImpl
-
- setId(long) - Method in class org.bonitasoft.engine.session.impl.SessionImpl
-
- setImplementation(String) - Method in class org.bonitasoft.engine.command.CommandDescriptorImpl
-
- setImplementation(String) - Method in class org.bonitasoft.engine.platform.command.impl.PlatformCommandDescriptorImpl
-
- setIndex(int) - Method in class org.bonitasoft.engine.bpm.bar.xml.StringIndex
-
- setIndex(long) - Method in class org.bonitasoft.engine.profile.impl.ProfileEntryImpl
-
- setIndex(long) - Method in class org.bonitasoft.engine.profile.ProfileEntryCreator
-
- setInitiator(boolean) - Method in class org.bonitasoft.engine.bpm.actor.impl.ActorDefinitionImpl
-
- setInputParameters(Map<String, Object>) - Method in class org.bonitasoft.engine.connector.AbstractConnector
-
- setInputParameters(Map<String, Object>) - Method in interface org.bonitasoft.engine.connector.Connector
-
Set the input parameter for a connector.
- setInputParameters(Map<String, Object>) - Method in class org.bonitasoft.engine.filter.AbstractUserFilter
-
- setInputParameters(Map<String, Object>) - Method in interface org.bonitasoft.engine.filter.UserFilter
-
Set the input parameter for the filter.
- setInterpreter(String) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
-
- setInterpreter(String) - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
-
- setInterrupting(boolean) - Method in class org.bonitasoft.engine.bpm.flownode.impl.CatchEventDefinitionImpl
-
- setInterrupting(boolean) - Method in class org.bonitasoft.engine.bpm.flownode.impl.CatchEventInstanceImpl
-
- setJobTitle(String) - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- setJobTitle(String) - Method in class org.bonitasoft.engine.identity.UserCreator
-
- setJobTitle(String) - Method in class org.bonitasoft.engine.identity.UserUpdater
-
- setLabel(String) - Method in class org.bonitasoft.engine.bpm.bar.xml.StringIndex
-
- setLastConnection(Date) - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- setLastName(String) - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- setLastName(String) - Method in class org.bonitasoft.engine.identity.UserCreator
-
- setLastName(String) - Method in class org.bonitasoft.engine.identity.UserUpdater
-
- setLastUpdate(Date) - Method in class org.bonitasoft.engine.bpm.category.impl.CategoryImpl
-
- setLastUpdate(Date) - Method in class org.bonitasoft.engine.bpm.process.impl.ArchivedProcessInstanceImpl
-
- setLastUpdate(Date) - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- setLastUpdate(Date) - Method in class org.bonitasoft.engine.identity.impl.GroupImpl
-
- setLastUpdate(Date) - Method in class org.bonitasoft.engine.identity.impl.RoleImpl
-
- setLastUpdate(Date) - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- setLastUpdateDate(Date) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ActivityInstanceImpl
-
- setLastUpdateDate(Date) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedActivityInstanceImpl
-
- setLeftOperand(LeftOperand) - Method in class org.bonitasoft.engine.operation.impl.OperationImpl
-
- setLeftOperand(LeftOperand) - Method in class org.bonitasoft.engine.operation.OperationBuilder
-
Sets the LeftOperand of this operation.
- setLeftOperand(String, boolean) - Method in class org.bonitasoft.engine.operation.OperationBuilder
-
Sets the LeftOperand of this operation.
- setLocked(boolean) - Method in class org.bonitasoft.engine.bpm.flownode.impl.WaitingMessageEventImpl
-
- setLongText(boolean) - Method in class org.bonitasoft.engine.bpm.data.impl.TextDataDefinitionImpl
-
- setLoopCardinality(Expression) - Method in class org.bonitasoft.engine.bpm.flownode.impl.MultiInstanceLoopCharacteristics
-
- setLoopCharacteristics(LoopCharacteristics) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ActivityDefinitionImpl
-
- setLoopCounter(int) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedLoopActivityInstanceImpl
-
- setLoopDataInputRef(String) - Method in class org.bonitasoft.engine.bpm.flownode.impl.MultiInstanceLoopCharacteristics
-
- setLoopDataOutputRef(String) - Method in class org.bonitasoft.engine.bpm.flownode.impl.MultiInstanceLoopCharacteristics
-
- setLoopMax(int) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedLoopActivityInstanceImpl
-
- setManagerId(long) - Method in class org.bonitasoft.engine.identity.UserUpdater
-
- setManagerUserId(long) - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- setManagerUserId(long) - Method in class org.bonitasoft.engine.identity.UserCreator
-
- setManagerUserName(String) - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- setMessageName(String) - Method in class org.bonitasoft.engine.bpm.flownode.impl.WaitingMessageEventImpl
-
- setMimeType(String) - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentDefinitionImpl
-
- setMobileNumber(String) - Method in class org.bonitasoft.engine.identity.ContactDataCreator
-
- setMobileNumber(String) - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
-
- setMobileNumber(String) - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- setName(String) - Method in class org.bonitasoft.engine.bpm.bar.BarResource
-
- setName(String) - Method in class org.bonitasoft.engine.bpm.category.CategoryUpdater
-
- setName(String) - Method in class org.bonitasoft.engine.bpm.data.impl.DataInstanceImpl
-
- setName(String) - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentImpl
-
- setName(String) - Method in class org.bonitasoft.engine.bpm.NamedElementImpl
-
- setName(String) - Method in class org.bonitasoft.engine.command.CommandDescriptorImpl
-
- setName(String) - Method in class org.bonitasoft.engine.command.CommandUpdater
-
- setName(String) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
-
- setName(String) - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
-
- setName(String) - Method in class org.bonitasoft.engine.identity.RoleUpdater
-
- setName(String) - Method in class org.bonitasoft.engine.operation.impl.LeftOperandImpl
-
- setName(String) - Method in class org.bonitasoft.engine.operation.LeftOperandBuilder
-
Sets the name of this LeftOperand.
- setName(String) - Method in class org.bonitasoft.engine.platform.command.impl.PlatformCommandDescriptorImpl
-
- setName(String) - Method in class org.bonitasoft.engine.platform.command.PlatformCommandUpdater
-
- setNamespace(String) - Method in class org.bonitasoft.engine.bpm.data.impl.XMLDataDefinitionImpl
-
- setNamespace(String) - Method in class org.bonitasoft.engine.bpm.process.impl.XMLDataDefinitionBuilder
-
- setOperation(SearchFilterOperation) - Method in class org.bonitasoft.engine.search.impl.SearchFilter
-
- setOperator(String) - Method in class org.bonitasoft.engine.operation.impl.OperationImpl
-
- setOperator(String) - Method in class org.bonitasoft.engine.operation.OperationBuilder
-
- setOperatorInputType(String) - Method in class org.bonitasoft.engine.operation.impl.OperationImpl
-
- setOperatorInputType(String) - Method in class org.bonitasoft.engine.operation.OperationBuilder
-
- setOutputParameter(String, Object) - Method in class org.bonitasoft.engine.connector.AbstractConnector
-
- setPage(String) - Method in class org.bonitasoft.engine.profile.impl.ProfileEntryImpl
-
- setPage(String) - Method in class org.bonitasoft.engine.profile.ProfileEntryCreator
-
- setParameters(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.BusinessArchive
-
- setParameters(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.BusinessArchiveBuilder
-
- setParentContainerId(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowElementInstanceImpl
-
- setParentContainerId(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowNodeInstanceImpl
-
- setParentContainerId(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowElementInstanceImpl
-
- setParentContainerId(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeInstanceImpl
-
- setParentId(long) - Method in class org.bonitasoft.engine.profile.impl.ProfileEntryImpl
-
- setParentId(long) - Method in class org.bonitasoft.engine.profile.ProfileEntryCreator
-
- setParentPath(String) - Method in class org.bonitasoft.engine.identity.GroupCreator
-
- setParentPath(String) - Method in class org.bonitasoft.engine.identity.impl.GroupImpl
-
- setParentProcessInstanceId(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeInstanceImpl
-
- setParentProcessInstanceId(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.WaitingEventImpl
-
- setPassword(String) - Method in class org.bonitasoft.engine.identity.UserUpdater
-
- setPersonal(boolean) - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- setPersonalContactData(ContactDataCreator) - Method in class org.bonitasoft.engine.identity.UserCreator
-
- setPersonalContactData(ContactDataUpdater) - Method in class org.bonitasoft.engine.identity.UserUpdater
-
- setPhoneNumber(String) - Method in class org.bonitasoft.engine.identity.ContactDataCreator
-
- setPhoneNumber(String) - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
-
- setPhoneNumber(String) - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- setPostDate(Date) - Method in class org.bonitasoft.engine.bpm.comment.impl.ArchivedCommentImpl
-
- setPostDate(long) - Method in class org.bonitasoft.engine.bpm.comment.impl.CommentImpl
-
- setPriority(TaskPriority) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedHumanTaskInstanceImpl
-
- setPriority(String) - Method in class org.bonitasoft.engine.bpm.flownode.impl.HumanTaskDefinitionImpl
-
- setPriority(TaskPriority) - Method in class org.bonitasoft.engine.bpm.flownode.impl.HumanTaskInstanceImpl
-
- setProcessContainer(FlowElementContainerDefinition) - Method in class org.bonitasoft.engine.bpm.process.impl.DesignProcessDefinitionImpl
-
- setProcessDefinition(DesignProcessDefinition) - Method in class org.bonitasoft.engine.bpm.bar.BusinessArchive
-
- setProcessDefinition(DesignProcessDefinition) - Method in class org.bonitasoft.engine.bpm.bar.BusinessArchiveBuilder
-
- setProcessDefinitionId(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowNodeInstanceImpl
-
- setProcessDefinitionId(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeInstanceImpl
-
- setProcessDefinitionId(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.WaitingEventImpl
-
- setProcessDefinitionId(long) - Method in class org.bonitasoft.engine.bpm.process.impl.ArchivedProcessInstanceImpl
-
- setProcessDefinitionId(long) - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- setProcessDefinitionId(Long) - Method in exception org.bonitasoft.engine.bpm.process.ProcessDeployException
-
- setProcessDefinitionId(long) - Method in class org.bonitasoft.engine.bpm.supervisor.impl.ProcessSupervisorImpl
-
- setProcessDefinitionId(long) - Method in class org.bonitasoft.engine.bpm.supervisor.ProcessSupervisorBuilder
-
- setProcessDefinitionId(long) - Method in class org.bonitasoft.engine.connector.EngineExecutionContext
-
- setProcessInstanceId(long) - Method in class org.bonitasoft.engine.bpm.comment.impl.ArchivedCommentImpl
-
- setProcessInstanceId(long) - Method in class org.bonitasoft.engine.bpm.comment.impl.CommentImpl
-
- setProcessInstanceId(long) - Method in class org.bonitasoft.engine.bpm.document.impl.ArchivedDocumentImpl
-
- setProcessInstanceId(long) - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentImpl
-
- setProcessInstanceId(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowNodeInstanceImpl
-
- setProcessInstanceId(long) - Method in class org.bonitasoft.engine.connector.EngineExecutionContext
-
Refers to the directly including process instance.
- setProcessInstanceState(ProcessInstance, String) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Set a process instance's state.
- setProcessName(String) - Method in class org.bonitasoft.engine.bpm.flownode.impl.WaitingEventImpl
-
- setProfessionalContactData(ContactDataCreator) - Method in class org.bonitasoft.engine.identity.UserCreator
-
- setProfessionalContactData(ContactDataUpdater) - Method in class org.bonitasoft.engine.identity.UserUpdater
-
- setProfileId(long) - Method in class org.bonitasoft.engine.profile.impl.ProfileEntryImpl
-
- setProfileId(long) - Method in class org.bonitasoft.engine.profile.impl.ProfileMemberImpl
-
- setProvided(boolean) - Method in class org.bonitasoft.engine.reporting.impl.ReportImpl
-
- setReachedSateDate(Date) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ActivityInstanceImpl
-
- setReachedStateDate(Date) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedActivityInstanceImpl
-
- setReturnType(String) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
-
- setReturnType(String) - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
-
- setRightOperand(Expression) - Method in class org.bonitasoft.engine.operation.impl.OperationImpl
-
- setRightOperand(Expression) - Method in class org.bonitasoft.engine.operation.OperationBuilder
-
- setRoleId(long) - Method in class org.bonitasoft.engine.bpm.supervisor.impl.ProcessSupervisorImpl
-
- setRoleId(long) - Method in class org.bonitasoft.engine.bpm.supervisor.ProcessSupervisorBuilder
-
- setRoleId(long) - Method in class org.bonitasoft.engine.entitymember.impl.EntityMemberImpl
-
- setRoleId(long) - Method in class org.bonitasoft.engine.profile.impl.ProfileMemberImpl
-
- setRoleId(long) - Method in class org.bonitasoft.engine.profile.ProfileMemberCreator
-
- setRoleName(String) - Method in class org.bonitasoft.engine.identity.impl.UserMembershipImpl
-
- setRoom(String) - Method in class org.bonitasoft.engine.identity.ContactDataCreator
-
- setRoom(String) - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
-
- setRoom(String) - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- setRootContainerId(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowElementInstanceImpl
-
- setRootContainerId(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowNodeInstanceImpl
-
- setRootContainerId(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowElementInstanceImpl
-
- setRootContainerId(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeInstanceImpl
-
- setRootProcessInstanceId(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.WaitingEventImpl
-
- setRootProcessInstanceId(long) - Method in class org.bonitasoft.engine.bpm.process.impl.ArchivedProcessInstanceImpl
-
- setRootProcessInstanceId(long) - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- setRootProcessInstanceId(long) - Method in class org.bonitasoft.engine.connector.EngineExecutionContext
-
Refers to the top-level including process instance.
- setSchema(InputStream) - Method in class org.bonitasoft.engine.io.xml.XMLHandler
-
- setSearchTerm(String) - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
-
- setSequential(boolean) - Method in class org.bonitasoft.engine.bpm.flownode.impl.MultiInstanceLoopCharacteristics
-
- setSignalName(String) - Method in class org.bonitasoft.engine.bpm.flownode.impl.WaitingSignalEventImpl
-
- setSort(List<Sort>) - Method in class org.bonitasoft.engine.search.SearchOptionsBuilder
-
- setSorts(List<Sort>) - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
-
- setSource(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedTransitionInstanceImpl
-
- setSource(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.TransitionDefinitionImpl
-
- setSourceObjectId(long) - Method in class org.bonitasoft.engine.bpm.comment.impl.ArchivedCommentImpl
-
- setSourceObjectId(long) - Method in class org.bonitasoft.engine.bpm.document.impl.ArchivedDocumentImpl
-
- setSourceObjectId(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowNodeInstanceImpl
-
- setSourceObjectId(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedTransitionInstanceImpl
-
- setSourceObjectId(long) - Method in class org.bonitasoft.engine.bpm.process.impl.ArchivedProcessInstanceImpl
-
- setStable(boolean) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedTransitionInstanceImpl
-
- setStartDate(Date) - Method in class org.bonitasoft.engine.bpm.process.impl.ArchivedProcessInstanceImpl
-
- setStartDate(Date) - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- setStartedBy(long) - Method in class org.bonitasoft.engine.bpm.process.impl.ArchivedProcessInstanceImpl
-
- setStartedBy(long) - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- setState(String) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowNodeInstanceImpl
-
- setState(String) - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeInstanceImpl
-
- setState(String) - Method in class org.bonitasoft.engine.bpm.process.impl.ArchivedProcessInstanceImpl
-
- setState(String) - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- setState(String) - Method in class org.bonitasoft.engine.identity.ContactDataCreator
-
- setState(String) - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
-
- setState(String) - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- setStateCategory(StateCategory) - Method in class org.bonitasoft.engine.bpm.flownode.impl.FlowNodeInstanceImpl
-
- setStateId(int) - Method in class org.bonitasoft.engine.bpm.process.impl.ArchivedProcessInstanceImpl
-
- setStringIndex(int, String, Expression) - Method in class org.bonitasoft.engine.bpm.process.impl.DesignProcessDefinitionImpl
-
- setStringIndex1(String) - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- setStringIndex2(String) - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- setStringIndex3(String) - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- setStringIndex4(String) - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- setStringIndex5(String) - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- setStringIndexLabel(int, String) - Method in class org.bonitasoft.engine.bpm.process.impl.ProcessInstanceImpl
-
- setSubProcessContainer(FlowElementContainerDefinition) - Method in class org.bonitasoft.engine.bpm.process.impl.SubProcessDefinitionImpl
-
- setSupervisorId(long) - Method in class org.bonitasoft.engine.bpm.supervisor.impl.ProcessSupervisorImpl
-
- setSupervisorId(long) - Method in class org.bonitasoft.engine.bpm.supervisor.ProcessSupervisorBuilder
-
- setSystem(boolean) - Method in class org.bonitasoft.engine.command.CommandDescriptorImpl
-
- setTarget(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedTransitionInstanceImpl
-
- setTarget(long) - Method in class org.bonitasoft.engine.bpm.flownode.impl.TransitionDefinitionImpl
-
- setTargetFlowNode(Expression) - Method in class org.bonitasoft.engine.bpm.flownode.impl.SendTaskDefinitionImpl
-
- setTargetFlowNode(Expression) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ThrowMessageEventTriggerDefinitionImpl
-
- setTargetFlowNode(Expression) - Method in class org.bonitasoft.engine.bpm.process.impl.SendTaskDefinitionBuilder
-
- setTargetFlowNode(Expression) - Method in class org.bonitasoft.engine.bpm.process.impl.ThrowMessageEventTriggerBuilder
-
- setTargetProcess(Expression) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ThrowMessageEventTriggerDefinitionImpl
-
- setTargetProcess(Expression) - Method in class org.bonitasoft.engine.bpm.process.impl.ThrowMessageEventTriggerBuilder
-
- setTaskAssigneeId(long) - Method in class org.bonitasoft.engine.connector.EngineExecutionContext
-
- setTaskPriority(long, TaskPriority) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Set this userTask instance's priority.
- setTechnicalUser(boolean) - Method in class org.bonitasoft.engine.session.impl.SessionImpl
-
- setTenant(String) - Method in class org.bonitasoft.engine.session.impl.APISessionImpl
-
- setTenantId(long) - Method in class org.bonitasoft.engine.bpm.comment.impl.CommentImpl
-
- setTenantId(long) - Method in class org.bonitasoft.engine.bpm.data.impl.DataInstanceImpl
-
- setTenantId(long) - Method in class org.bonitasoft.engine.session.impl.APISessionImpl
-
- setTerminal(boolean) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedFlowNodeInstanceImpl
-
- setTerminal(boolean) - Method in class org.bonitasoft.engine.bpm.flownode.impl.ArchivedTransitionInstanceImpl
-
- setTerminateEventTriggerDefinition(TerminateEventTriggerDefinition) - Method in class org.bonitasoft.engine.bpm.flownode.impl.EndEventDefinitionImpl
-
- setTitle(String) - Method in class org.bonitasoft.engine.identity.impl.UserImpl
-
- setTitle(String) - Method in class org.bonitasoft.engine.identity.UserCreator
-
- setTitle(String) - Method in class org.bonitasoft.engine.identity.UserUpdater
-
- setTransientData(boolean) - Method in class org.bonitasoft.engine.bpm.data.impl.DataDefinitionImpl
-
- setTransientData(boolean) - Method in class org.bonitasoft.engine.bpm.data.impl.DataInstanceImpl
-
- setType(String) - Method in class org.bonitasoft.engine.bpm.data.impl.DataDefinitionImpl
-
- setType(OperatorType) - Method in class org.bonitasoft.engine.operation.impl.OperationImpl
-
- setType(OperatorType) - Method in class org.bonitasoft.engine.operation.OperationBuilder
-
- setType(String) - Method in class org.bonitasoft.engine.profile.impl.ProfileEntryImpl
-
- setType(String) - Method in class org.bonitasoft.engine.profile.ProfileEntryCreator
-
- setUrl(String) - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentDefinitionImpl
-
- setUrl(String) - Method in class org.bonitasoft.engine.bpm.document.impl.DocumentImpl
-
- setURL(String) - Method in class org.bonitasoft.engine.bpm.process.impl.DocumentBuilder
-
- setUserFilter(UserFilterDefinition) - Method in interface org.bonitasoft.engine.bpm.flownode.impl.HumanTaskDefinition
-
- setUserFilter(UserFilterDefinition) - Method in class org.bonitasoft.engine.bpm.flownode.impl.HumanTaskDefinitionImpl
-
- setUserId(Long) - Method in class org.bonitasoft.engine.bpm.comment.impl.ArchivedCommentImpl
-
- setUserId(Long) - Method in class org.bonitasoft.engine.bpm.comment.impl.CommentImpl
-
- setUserId(long) - Method in class org.bonitasoft.engine.bpm.supervisor.impl.ProcessSupervisorImpl
-
- setUserId(long) - Method in class org.bonitasoft.engine.bpm.supervisor.ProcessSupervisorBuilder
-
- setUserId(long) - Method in class org.bonitasoft.engine.entitymember.impl.EntityMemberImpl
-
- setUserId(long) - Method in class org.bonitasoft.engine.profile.impl.ProfileMemberImpl
-
- setUserId(long) - Method in class org.bonitasoft.engine.profile.ProfileMemberCreator
-
- setUserId(long) - Method in class org.bonitasoft.engine.session.impl.SessionImpl
-
- setUsername(String) - Method in class org.bonitasoft.engine.identity.impl.UserMembershipImpl
-
- setUserName(String) - Method in class org.bonitasoft.engine.identity.UserUpdater
-
- setUserName(String) - Method in class org.bonitasoft.engine.session.impl.SessionImpl
-
- setValue(Expression) - Method in class org.bonitasoft.engine.bpm.bar.xml.StringIndex
-
- setValue(V) - Method in class org.bonitasoft.engine.bpm.bar.xml.XMLProcessDefinition.BEntry
-
- setValue(Serializable) - Method in class org.bonitasoft.engine.bpm.data.impl.BlobDataInstanceImpl
-
- setValue(Serializable) - Method in class org.bonitasoft.engine.bpm.data.impl.BooleanDataInstanceImpl
-
- setValue(Serializable) - Method in class org.bonitasoft.engine.bpm.data.impl.DataInstanceImpl
-
- setValue(Serializable) - Method in class org.bonitasoft.engine.bpm.data.impl.DateDataInstanceImpl
-
- setValue(Serializable) - Method in class org.bonitasoft.engine.bpm.data.impl.DoubleDataInstanceImpl
-
- setValue(Serializable) - Method in class org.bonitasoft.engine.bpm.data.impl.FloatDataInstanceImpl
-
- setValue(Serializable) - Method in class org.bonitasoft.engine.bpm.data.impl.IntegerDataInstanceImpl
-
- setValue(Serializable) - Method in class org.bonitasoft.engine.bpm.data.impl.LongDataInstanceImpl
-
- setValue(Serializable) - Method in class org.bonitasoft.engine.bpm.data.impl.ShortTextDataInstanceImpl
-
- setValue(Serializable) - Method in class org.bonitasoft.engine.search.impl.SearchFilter
-
- setVariableToSet(LeftOperand) - Method in class org.bonitasoft.engine.operation.impl.OperationImpl
-
Deprecated.
- setWebsite(String) - Method in class org.bonitasoft.engine.identity.ContactDataCreator
-
- setWebsite(String) - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
-
- setWebsite(String) - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- setZipCode(String) - Method in class org.bonitasoft.engine.identity.ContactDataCreator
-
- setZipCode(String) - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
-
- setZipCode(String) - Method in class org.bonitasoft.engine.identity.impl.ContactDataImpl
-
- ShortTextDataInstanceImpl - Class in org.bonitasoft.engine.bpm.data.impl
-
- ShortTextDataInstanceImpl() - Constructor for class org.bonitasoft.engine.bpm.data.impl.ShortTextDataInstanceImpl
-
- ShortTextDataInstanceImpl(DataDefinition) - Constructor for class org.bonitasoft.engine.bpm.data.impl.ShortTextDataInstanceImpl
-
- ShortTextDataInstanceImpl(DataDefinition, String) - Constructor for class org.bonitasoft.engine.bpm.data.impl.ShortTextDataInstanceImpl
-
- shouldAutoAssignTaskIfSingleResult() - Method in class org.bonitasoft.engine.filter.AbstractUserFilter
-
This method make the engine assign automatically the task if the result of #filter() is only one element.
- shouldAutoAssignTaskIfSingleResult() - Method in interface org.bonitasoft.engine.filter.UserFilter
-
This method make the engine assign automatically the task if the result of #filter() is only one element.
- SignalEventTriggerDefinition - Interface in org.bonitasoft.engine.bpm.flownode
-
- SignalEventTriggerDefinitionBinding - Class in org.bonitasoft.engine.bpm.bar.xml
-
- SignalEventTriggerDefinitionBinding() - Constructor for class org.bonitasoft.engine.bpm.bar.xml.SignalEventTriggerDefinitionBinding
-
- SignalEventTriggerDefinitionImpl - Class in org.bonitasoft.engine.bpm.flownode.impl
-
- SignalEventTriggerDefinitionImpl(String) - Constructor for class org.bonitasoft.engine.bpm.flownode.impl.SignalEventTriggerDefinitionImpl
-
- SKIPPED_STATE - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityStates
-
- sort(String, Order) - Method in class org.bonitasoft.engine.search.SearchOptionsBuilder
-
Adds a sort order option to the list of sort options
- Sort - Class in org.bonitasoft.engine.search
-
- Sort(Order, String) - Constructor for class org.bonitasoft.engine.search.Sort
-
- SOURCE_OBJECT_ID - Static variable in class org.bonitasoft.engine.bpm.comment.ArchivedCommentsSearchDescriptor
-
- SOURCE_OBJECT_ID - Static variable in class org.bonitasoft.engine.bpm.connector.ArchiveConnectorInstancesSearchDescriptor
-
- SOURCE_OBJECT_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedActivityInstanceSearchDescriptor
-
- SOURCE_OBJECT_ID - Static variable in class org.bonitasoft.engine.bpm.process.ArchivedProcessInstancesSearchDescriptor
-
- SOURCEOBJECT_ID - Static variable in class org.bonitasoft.engine.bpm.document.ArchivedDocumentsSearchDescriptor
-
- STANDARD_LOOP_CHARACTERISTICS_NODE - Static variable in class org.bonitasoft.engine.bpm.bar.xml.XMLProcessDefinition
-
- StandardLoopCharacteristics - Class in org.bonitasoft.engine.bpm.flownode.impl
-
- StandardLoopCharacteristics(Expression, boolean) - Constructor for class org.bonitasoft.engine.bpm.flownode.impl.StandardLoopCharacteristics
-
- StandardLoopCharacteristics(Expression, boolean, Expression) - Constructor for class org.bonitasoft.engine.bpm.flownode.impl.StandardLoopCharacteristics
-
- StandardLoopCharacteristicsBinding - Class in org.bonitasoft.engine.bpm.bar.xml
-
- StandardLoopCharacteristicsBinding() - Constructor for class org.bonitasoft.engine.bpm.bar.xml.StandardLoopCharacteristicsBinding
-
- START_DATE - Static variable in class org.bonitasoft.engine.bpm.process.ArchivedProcessInstancesSearchDescriptor
-
- START_DATE - Static variable in class org.bonitasoft.engine.bpm.process.ProcessInstanceSearchDescriptor
-
- START_EVENT_NODE - Static variable in class org.bonitasoft.engine.bpm.bar.xml.XMLProcessDefinition
-
- STARTED_BY - Static variable in class org.bonitasoft.engine.bpm.process.ArchivedProcessInstancesSearchDescriptor
-
- STARTED_BY - Static variable in class org.bonitasoft.engine.bpm.process.ProcessInstanceSearchDescriptor
-
- startElement(String, String, String, Attributes) - Method in class org.bonitasoft.engine.io.xml.BindingHandler
-
- StartEventDefinition - Interface in org.bonitasoft.engine.bpm.flownode
-
- StartEventDefinitionBinding - Class in org.bonitasoft.engine.bpm.bar.xml
-
- StartEventDefinitionBinding() - Constructor for class org.bonitasoft.engine.bpm.bar.xml.StartEventDefinitionBinding
-
- StartEventDefinitionBuilder - Class in org.bonitasoft.engine.bpm.process.impl
-
- StartEventDefinitionImpl - Class in org.bonitasoft.engine.bpm.flownode.impl
-
- StartEventDefinitionImpl(String) - Constructor for class org.bonitasoft.engine.bpm.flownode.impl.StartEventDefinitionImpl
-
- StartEventDefinitionImpl(long, String) - Constructor for class org.bonitasoft.engine.bpm.flownode.impl.StartEventDefinitionImpl
-
- StartEventInstance - Interface in org.bonitasoft.engine.bpm.flownode
-
- StartEventInstanceImpl - Class in org.bonitasoft.engine.bpm.flownode.impl
-
- StartEventInstanceImpl(String, long) - Constructor for class org.bonitasoft.engine.bpm.flownode.impl.StartEventInstanceImpl
-
- startNode() - Method in interface org.bonitasoft.engine.api.PlatformAPI
-
Starts the node.
- StartNodeException - Exception in org.bonitasoft.engine.platform
-
- StartNodeException(String) - Constructor for exception org.bonitasoft.engine.platform.StartNodeException
-
- StartNodeException(Throwable) - Constructor for exception org.bonitasoft.engine.platform.StartNodeException
-
- StartNodeException(String, Throwable) - Constructor for exception org.bonitasoft.engine.platform.StartNodeException
-
- startProcess(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Start an instance of the process definition having processDefinitionId, and using the current session user
- startProcess(long, List<Operation>, Map<String, Serializable>) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Start a process by process definition id
- startProcess(long, long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Start the process on behalf of a given user name
- startProcess(long, long, List<Operation>, Map<String, Serializable>) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
-
Start an instance of the process definition on behalf of a given user, and set the initial values of the data with the given operations.
- STATE - Static variable in class org.bonitasoft.engine.bpm.connector.ArchiveConnectorInstancesSearchDescriptor
-
- STATE - Static variable in class org.bonitasoft.engine.bpm.connector.ConnectorInstancesSearchDescriptor
-
- STATE_CATEGORY - Static variable in class org.bonitasoft.engine.bpm.flownode.FlowNodeInstanceSearchDescriptor
-
- STATE_ID - Static variable in class org.bonitasoft.engine.bpm.process.ArchivedProcessInstancesSearchDescriptor
-
- STATE_ID - Static variable in class org.bonitasoft.engine.bpm.process.ProcessInstanceSearchDescriptor
-
- STATE_NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityInstanceSearchDescriptor
-
- STATE_NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedActivityInstanceSearchDescriptor
-
- STATE_NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstanceSearchDescriptor
-
- STATE_NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstanceSearchDescriptor
-
- STATE_NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.FlowNodeInstanceSearchDescriptor
-
- STATE_NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.HumanTaskInstanceSearchDescriptor
-
- StateCategory - Enum in org.bonitasoft.engine.bpm.flownode
-
- STATES - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityStates
-
- stopNode() - Method in interface org.bonitasoft.engine.api.PlatformAPI
-
Stops the node.
- StopNodeException - Exception in org.bonitasoft.engine.platform
-
- StopNodeException(String) - Constructor for exception org.bonitasoft.engine.platform.StopNodeException
-
- StopNodeException(Throwable) - Constructor for exception org.bonitasoft.engine.platform.StopNodeException
-
- StopNodeException(String, Throwable) - Constructor for exception org.bonitasoft.engine.platform.StopNodeException
-
- STRING_INDEX - Static variable in class org.bonitasoft.engine.bpm.bar.xml.XMLProcessDefinition
-
- STRING_INDEXES - Static variable in class org.bonitasoft.engine.bpm.bar.xml.XMLProcessDefinition
-
- StringIndex - Class in org.bonitasoft.engine.bpm.bar.xml
-
- StringIndex(int, String, Expression) - Constructor for class org.bonitasoft.engine.bpm.bar.xml.StringIndex
-
- StringIndexBinding - Class in org.bonitasoft.engine.bpm.bar.xml
-
- StringIndexBinding() - Constructor for class org.bonitasoft.engine.bpm.bar.xml.StringIndexBinding
-
- SUB_PROCESS - Static variable in class org.bonitasoft.engine.bpm.bar.xml.XMLProcessDefinition
-
- SubProcessActivityDefinitionBuilder - Class in org.bonitasoft.engine.bpm.process.impl
-
- SubProcessActivityInstance - Interface in org.bonitasoft.engine.bpm.flownode
-
- SubProcessActivityInstanceImpl - Class in org.bonitasoft.engine.bpm.flownode.impl
-
- SubProcessActivityInstanceImpl(String, long, boolean) - Constructor for class org.bonitasoft.engine.bpm.flownode.impl.SubProcessActivityInstanceImpl
-
- SubProcessDefinition - Interface in org.bonitasoft.engine.bpm.process
-
- SubProcessDefinitionBinding - Class in org.bonitasoft.engine.bpm.bar.xml
-
- SubProcessDefinitionBinding() - Constructor for class org.bonitasoft.engine.bpm.bar.xml.SubProcessDefinitionBinding
-
- SubProcessDefinitionBuilder - Class in org.bonitasoft.engine.bpm.process.impl
-
- SubProcessDefinitionImpl - Class in org.bonitasoft.engine.bpm.process.impl
-
- SubProcessDefinitionImpl(String, boolean) - Constructor for class org.bonitasoft.engine.bpm.process.impl.SubProcessDefinitionImpl
-
- SubProcessDefinitionImpl(long, String, boolean) - Constructor for class org.bonitasoft.engine.bpm.process.impl.SubProcessDefinitionImpl
-
- SUPERVISOR_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityInstanceSearchDescriptor
-
- SUPERVISOR_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedActivityInstanceSearchDescriptor
-
- SUPERVISOR_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstanceSearchDescriptor
-
- SUPERVISOR_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.HumanTaskInstanceSearchDescriptor
-
- SYSTEM - Static variable in class org.bonitasoft.engine.command.CommandSearchDescriptor
-
- validate(File) - Method in class org.bonitasoft.engine.io.xml.XMLHandler
-
- validate(Reader) - Method in class org.bonitasoft.engine.io.xml.XMLHandler
-
- validateInputParameters() - Method in interface org.bonitasoft.engine.connector.Connector
-
Validate the input parameters.
- validateInputParameters() - Method in interface org.bonitasoft.engine.filter.UserFilter
-
Validate the input parameters.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.actor.ActorCriterion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.actor.ActorUpdater.ActorField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.category.CategoryCriterion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.category.CategoryUpdater.CategoryField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.connector.ConnectorCriterion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.connector.ConnectorEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.connector.ConnectorInstanceCriterion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.connector.ConnectorState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.connector.ConnectorStateReset
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.connector.FailAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.data.DataInstanceCriterion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.document.DocumentCriterion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.flownode.ActivityInstanceCriterion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.flownode.ActivityState
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.flownode.BPMEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.flownode.CallableElementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.flownode.EventCriterion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.flownode.FlowNodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.flownode.GatewayType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.flownode.StateCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.flownode.TaskPriority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.flownode.TimerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.process.ActivationState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.process.ConfigurationState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.process.Problem.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoCriterion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoUpdater.ProcessDeploymentInfoField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.process.ProcessInstanceCriterion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.process.ProcessInstanceState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.command.CommandCriterion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.command.CommandUpdater.CommandField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.expression.ComparisonOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.expression.ExpressionConstants
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.expression.ExpressionInterpreter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.expression.ExpressionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.expression.XPathReturnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.identity.ContactDataCreator.ContactDataField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.identity.ContactDataUpdater.ContactDataField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.identity.GroupCreator.GroupField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.identity.GroupCriterion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.identity.GroupUpdater.GroupField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.identity.ImportPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.identity.MemberType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.identity.RoleCreator.RoleField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.identity.RoleCriterion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.identity.RoleUpdater.RoleField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.identity.UserCreator.UserField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.identity.UserCriterion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.identity.UserMembershipCriterion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.identity.UserUpdater.UserField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.operation.LeftOperandType
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.operation.OperatorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.platform.command.PlatformCommandCriterion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.platform.command.PlatformCommandUpdater.PlatformCommandField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.platform.PlatformState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.profile.ProfileCreator.ProfileField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.profile.ProfileEntryCreator.ProfileEntryField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.profile.ProfileMemberCreator.ProfileMemberField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.search.Order
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.bonitasoft.engine.search.SearchFilterOperation
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.bonitasoft.engine.bpm.actor.ActorCriterion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.actor.ActorUpdater.ActorField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.category.CategoryCriterion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.category.CategoryUpdater.CategoryField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.connector.ConnectorCriterion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.connector.ConnectorEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.connector.ConnectorInstanceCriterion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.connector.ConnectorState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.connector.ConnectorStateReset
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.connector.FailAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.data.DataInstanceCriterion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.document.DocumentCriterion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.flownode.ActivityInstanceCriterion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.flownode.ActivityState
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.flownode.BPMEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.flownode.CallableElementType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.flownode.EventCriterion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.flownode.FlowNodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.flownode.GatewayType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.flownode.StateCategory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.flownode.TaskPriority
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.flownode.TimerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.process.ActivationState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.process.ConfigurationState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.process.Problem.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoCriterion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoUpdater.ProcessDeploymentInfoField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.process.ProcessInstanceCriterion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.bpm.process.ProcessInstanceState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.command.CommandCriterion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.command.CommandUpdater.CommandField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.expression.ComparisonOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.expression.ExpressionConstants
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.expression.ExpressionInterpreter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.expression.ExpressionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.expression.XPathReturnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.identity.ContactDataCreator.ContactDataField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.identity.ContactDataUpdater.ContactDataField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.identity.GroupCreator.GroupField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.identity.GroupCriterion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.identity.GroupUpdater.GroupField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.identity.ImportPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.identity.MemberType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.identity.RoleCreator.RoleField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.identity.RoleCriterion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.identity.RoleUpdater.RoleField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.identity.UserCreator.UserField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.identity.UserCriterion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.identity.UserMembershipCriterion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.identity.UserUpdater.UserField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.operation.LeftOperandType
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.operation.OperatorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.platform.command.PlatformCommandCriterion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.platform.command.PlatformCommandUpdater.PlatformCommandField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.platform.PlatformState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.profile.ProfileCreator.ProfileField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.profile.ProfileEntryCreator.ProfileEntryField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.profile.ProfileMemberCreator.ProfileMemberField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.search.Order
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.bonitasoft.engine.search.SearchFilterOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERSIOIN - Static variable in class org.bonitasoft.engine.bpm.connector.ConnectorImplementationDescriptor
-
- VERSION - Static variable in class org.bonitasoft.engine.bpm.bar.xml.XMLProcessDefinition
-
- VERSION - Static variable in class org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoSearchDescriptor
-