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

A

abortActivityInstance(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Aborts the specified activity instance, effectively aborting the whole process instance hierarchy this activity instance belongs to.
abortActivityInstance(long, AbortScope) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Aborts the specified activity instance, effectively aborting the whole process instance hierarchy this activity instance belongs to.
abortActivityInstance(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Aborts the specified activity instance, effectively aborting the whole process instance hierarchy this activity instance belongs to.
abortActivityInstance(long, AbortScope) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Aborts the specified activity instance, effectively aborting the whole process instance hierarchy this activity instance belongs to.
abortActivityInstance(long) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Aborts the specified activity instance, effectively aborting the whole process instance hierarchy this activity instance belongs to.
abortActivityInstance(long, AbortScope) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Aborts the specified activity instance, effectively aborting the whole process instance hierarchy this activity instance belongs to.
ABORTED - Static variable in class org.eclipse.stardust.engine.api.query.ProcessStateFilter
Filter for finding process instances in state ProcessInstanceState.ABORTED.
ABORTED - Static variable in class org.eclipse.stardust.engine.api.runtime.ActivityInstanceState
The activity instance has been aborted directly by a user or by explicitely aborting the process instance.
Aborted - Static variable in class org.eclipse.stardust.engine.api.runtime.ActivityInstanceState
 
ABORTED - Static variable in class org.eclipse.stardust.engine.api.runtime.ProcessInstanceState
The process instance has been aborted.
Aborted - Static variable in class org.eclipse.stardust.engine.api.runtime.ProcessInstanceState
 
ABORTING - Static variable in class org.eclipse.stardust.engine.api.runtime.ActivityInstanceState
The activity instance is in progress of being aborted directly by a user.
Aborting - Static variable in class org.eclipse.stardust.engine.api.runtime.ActivityInstanceState
 
ABORTING - Static variable in class org.eclipse.stardust.engine.api.runtime.ProcessInstanceState
The process instance is in progress of being aborted directly by a user.
Aborting - Static variable in class org.eclipse.stardust.engine.api.runtime.ProcessInstanceState
 
abortProcessInstance(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Aborts a process instance disregarding any activities which were or are performed by the process instance.
abortProcessInstance(long, AbortScope) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Aborts the specified process instance.
abortProcessInstance(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Aborts a process instance disregarding any activities which were or are performed by the process instance.
abortProcessInstance(long, AbortScope) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Aborts the specified process instance.
abortProcessInstance(long) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Aborts a process instance disregarding any activities which were or are performed by the process instance.
abortProcessInstance(long, AbortScope) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Aborts the specified process instance.
AbortScope - Class in org.eclipse.stardust.engine.core.runtime.beans
Represents the abortion scope.
AbstractQueryResult<T> - Class in org.eclipse.stardust.engine.api.query
 
accept(FilterEvaluationVisitor, Object) - Method in class org.eclipse.stardust.engine.api.query.ActivityFilter
Visitor dispatch callback used for evaluating filter criteria.
accept(FilterEvaluationVisitor, Object) - Method in class org.eclipse.stardust.engine.api.query.ActivityInstanceFilter
 
accept(FilterEvaluationVisitor, Object) - Method in class org.eclipse.stardust.engine.api.query.ActivityStateFilter
 
accept(OrderEvaluationVisitor, Object) - Method in class org.eclipse.stardust.engine.api.query.AttributeOrder
 
accept(OrderEvaluationVisitor, Object) - Method in class org.eclipse.stardust.engine.api.query.DataOrder
 
accept(FilterEvaluationVisitor, Object) - Method in interface org.eclipse.stardust.engine.api.query.FilterCriterion
Visitor dispatch callback used for evaluating filter criteria.
accept(FilterEvaluationVisitor, Object) - Method in class org.eclipse.stardust.engine.api.query.FilterTerm
 
accept(OrderEvaluationVisitor, Object) - Method in class org.eclipse.stardust.engine.api.query.OrderCriteria
 
accept(OrderEvaluationVisitor, Object) - Method in interface org.eclipse.stardust.engine.api.query.OrderCriterion
Visitor dispatch callback used for evaluating order criteria.
accept(FilterEvaluationVisitor, Object) - Method in class org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter
 
accept(FilterEvaluationVisitor, Object) - Method in class org.eclipse.stardust.engine.api.query.PerformedByUserFilter
 
accept(FilterEvaluationVisitor, Object) - Method in class org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter
 
accept(FilterEvaluationVisitor, Object) - Method in class org.eclipse.stardust.engine.api.query.PerformingParticipantFilter
 
accept(FilterEvaluationVisitor, Object) - Method in class org.eclipse.stardust.engine.api.query.PerformingUserFilter
 
accept(FilterEvaluationVisitor, Object) - Method in class org.eclipse.stardust.engine.api.query.ProcessDefinitionFilter
 
accept(FilterEvaluationVisitor, Object) - Method in class org.eclipse.stardust.engine.api.query.ProcessInstanceFilter
 
accept(FilterEvaluationVisitor, Object) - Method in class org.eclipse.stardust.engine.api.query.ProcessInstanceHierarchyFilter
 
accept(FilterEvaluationVisitor, Object) - Method in class org.eclipse.stardust.engine.api.query.ProcessStateFilter
 
accept(FilterEvaluationVisitor, Object) - Method in class org.eclipse.stardust.engine.api.query.StartingUserFilter
 
accept(FilterEvaluationVisitor, Object) - Method in class org.eclipse.stardust.engine.api.query.UserStateFilter
 
acceptAssignmentFrom(BridgeObject) - Method in class org.eclipse.stardust.engine.core.spi.extensions.model.BridgeObject
Performs a static check if this bridge is valid as a data sink for the data source represented by rhs.
AccessPathEvaluator - Interface in org.eclipse.stardust.engine.core.spi.extensions.runtime
 
AccessPoint - Interface in org.eclipse.stardust.engine.api.model
An AccessPoint is a modelling element where an Application provides access to it's data.
AccessPoint - Interface in org.eclipse.stardust.engine.core.spi.extensions.model
Provides an abstraction of a handle to write data into or retrieve data from an entity.
AccessPointProvider - Interface in org.eclipse.stardust.engine.core.spi.extensions.model
Provides an abstraction of an entity supporting external data reads or writes via AccessPoints.
ACCOUNT - Static variable in class org.eclipse.stardust.engine.api.query.UserQuery
 
AcknowledgementState - Class in org.eclipse.stardust.engine.api.runtime
Represents the state of an acknowledgement request to a daemon.
activate(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Activates the interactive activity instance identified by the activityInstanceOID.
activate(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Activates the interactive activity instance identified by the activityInstanceOID.
activate(long) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Activates the interactive activity instance identified by the activityInstanceOID.
ACTIVATE_NEXT_ACTIVITY_INSTANCE_RETRIES - Static variable in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
retry n times until receiving an activity instance defined by the query default is 5 times
activateAndComplete(long, String, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Activates and completes the interactive activity instance identified by the activityInstanceOID on the behalf of the currently logged-in user.
activateAndComplete(long, String, Map, int) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Activates and completes the interactive activity instance identified by the activityInstanceOID on the behalf of the currently logged-in user.
activateAndComplete(long, String, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Activates and completes the interactive activity instance identified by the activityInstanceOID on the behalf of the currently logged-in user.
activateAndComplete(long, String, Map, int) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Activates and completes the interactive activity instance identified by the activityInstanceOID on the behalf of the currently logged-in user.
activateAndComplete(long, String, Map<String, ?>) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Activates and completes the interactive activity instance identified by the activityInstanceOID on the behalf of the currently logged-in user.
activateAndComplete(long, String, Map<String, ?>, int) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Activates and completes the interactive activity instance identified by the activityInstanceOID on the behalf of the currently logged-in user.
activateNextActivityInstance(WorklistQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Activates the next activity instance from the given worklist query if any.
activateNextActivityInstance(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Activates the next activity instance after the specified one in the same process instance.
activateNextActivityInstance(WorklistQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Activates the next activity instance from the given worklist query if any.
activateNextActivityInstance(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Activates the next activity instance after the specified one in the same process instance.
activateNextActivityInstance(WorklistQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Activates the next activity instance from the given worklist query if any.
activateNextActivityInstance(long) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Activates the next activity instance after the specified one in the same process instance.
activateNextActivityInstanceForProcessInstance(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Activates the next activity instance for the specified process instance.
activateNextActivityInstanceForProcessInstance(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Activates the next activity instance for the specified process instance.
activateNextActivityInstanceForProcessInstance(long) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Activates the next activity instance for the specified process instance.
ACTIVE - Static variable in class org.eclipse.stardust.engine.api.query.ProcessStateFilter
Filter for finding process instances in state ProcessInstanceState.ACTIVE.
ACTIVE - Static variable in class org.eclipse.stardust.engine.api.runtime.ProcessInstanceState
The process instance is running.
Active - Static variable in class org.eclipse.stardust.engine.api.runtime.ProcessInstanceState
 
Activity - Interface in org.eclipse.stardust.engine.api.model
The client view of a workflow activity.
Activity.GatewayType - Enum in org.eclipse.stardust.engine.api.model
Enumeration of gateway types.
ACTIVITY_ID - Static variable in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Orders the resulting activity instances by their activity id.
ACTIVITY_INSTANCE - Static variable in class org.eclipse.stardust.engine.api.dto.ContextKind
Context is activity instance.
ACTIVITY_INSTANCE - Static variable in class org.eclipse.stardust.engine.core.spi.extensions.runtime.Event
Indicates the event source to be an activity instance.
ACTIVITY_INSTANCE_CRITICALITY - Static variable in class org.eclipse.stardust.engine.api.query.WorklistQuery
The criticality of the activity instance work item.
ACTIVITY_INSTANCE_OID - Static variable in class org.eclipse.stardust.engine.api.query.LogEntryQuery
 
ACTIVITY_INSTANCE_OID - Static variable in class org.eclipse.stardust.engine.api.query.WorklistQuery
The OID of the activity instance the worklist item represents.
ACTIVITY_NAME - Static variable in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Orders the resulting activity instances by their activity name.
ACTIVITY_OID - Static variable in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
The OID of the activity instance's definition.
ACTIVITY_OID - Static variable in class org.eclipse.stardust.engine.api.query.WorklistQuery
The OID of the activity the worklist item is an instance of.
ActivityCompletionLog - Interface in org.eclipse.stardust.engine.api.runtime
Provides extended information in result of non-trivial activity completion.
ActivityFilter - Class in org.eclipse.stardust.engine.api.query
Restricts the resulting items to the ones related to a specific activity.
ActivityFilter(String) - Constructor for class org.eclipse.stardust.engine.api.query.ActivityFilter
Deprecated. Use ActivityFilter.forAnyProcess(String) instead.
ActivityInstance - Static variable in class org.eclipse.stardust.engine.api.dto.ContextKind
 
ActivityInstance - Interface in org.eclipse.stardust.engine.api.runtime
The ActivityInstance represents a snapshot of the execution state of an activity instance.
ActivityInstanceAttributes - Interface in org.eclipse.stardust.engine.api.dto
This class contains attributes for an activity instance.
ActivityInstanceAttributesImpl - Class in org.eclipse.stardust.engine.api.dto
Default implementation for ActivityInstanceAttributes
ActivityInstanceAttributesImpl(long) - Constructor for class org.eclipse.stardust.engine.api.dto.ActivityInstanceAttributesImpl
 
ActivityInstanceAttributesImpl(ActivityInstanceAttributes) - Constructor for class org.eclipse.stardust.engine.api.dto.ActivityInstanceAttributesImpl
 
ActivityInstanceFilter - Class in org.eclipse.stardust.engine.api.query
Filter criterion for matching specific activity instances.
ActivityInstanceFilter(long) - Constructor for class org.eclipse.stardust.engine.api.query.ActivityInstanceFilter
Creates a filter matching the activity instance identified by activityInstanceOID.
ActivityInstanceQuery - Class in org.eclipse.stardust.engine.api.query
Query container for building complex queries for activity instances.
ActivityInstanceQuery() - Constructor for class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Initializes a query matching all activity instances.
ActivityInstanceQuery.Attribute - Class in org.eclipse.stardust.engine.api.query
Activity instance attribute supporting filter operations.
ActivityInstances - Class in org.eclipse.stardust.engine.api.query
Result of an ActivityInstanceQuery execution.
ActivityInstanceState - Class in org.eclipse.stardust.engine.api.runtime
A representation of the state of an activity instance.
activityInstanceStateChanged(IActivityInstance, int) - Method in interface org.eclipse.stardust.engine.core.spi.monitoring.IActivityInstanceMonitor
Propagate a change of the Activity Instance State.
ActivityStateFilter - Class in org.eclipse.stardust.engine.api.query
 
ActivityStateFilter(ActivityInstanceState) - Constructor for class org.eclipse.stardust.engine.api.query.ActivityStateFilter
Initializes a filter matching activity instances being in the given state.
ActivityStateFilter(boolean, ActivityInstanceState) - Constructor for class org.eclipse.stardust.engine.api.query.ActivityStateFilter
Initializes a filter matching activity instances either being or not in the given state.
ActivityStateFilter(ActivityInstanceState[]) - Constructor for class org.eclipse.stardust.engine.api.query.ActivityStateFilter
Initializes a filter matching activity instances being in one of the given states.
ActivityStateFilter(boolean, ActivityInstanceState[]) - Constructor for class org.eclipse.stardust.engine.api.query.ActivityStateFilter
Initializes a filter matching activity instances either being or not in one of the given states.
add(FilterCriterion) - Method in class org.eclipse.stardust.engine.api.query.FilterTerm
Adds the given filter to the list of criteria.
addAllBookmarks(Set<PageBookmark>) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageBookmarkable
Adds the given set of bookmarks to the stored ones.
addAllHighlights(Set<Highlight>) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.HighlightCapable
Adds the given set of highlights to the stored ones.
addAllNotes(Set<Note>) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.NoteCapable
Adds the given set of notes to the stored ones.
addAllPageOrientations(Set<PageOrientation>) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageOrientationAware
Adds the given set of page orientations to the stored ones.
addAllStamps(Set<Stamp>) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.StampAware
Adds the given set of stamps to the stored ones.
addAndNotTerm() - Method in class org.eclipse.stardust.engine.api.query.FilterTerm
Creates a new AND NOT-term and adds it to callee term.
addAndTerm() - Method in class org.eclipse.stardust.engine.api.query.FilterTerm
Creates a new AND-term and adds it to callee term.
addBookmark(PageBookmark) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageBookmarkable
Adds the Bookmark.
addDeputy(UserInfo, UserInfo, DeputyOptions) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Adds a new deputy user for a given user.
addDeputy(UserInfo, UserInfo, DeputyOptions) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Adds a new deputy user for a given user.
addDeputy(UserInfo, UserInfo, DeputyOptions) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Adds a new deputy user for a given user.
addedToWorklist(IParticipant, IActivityInstance) - Method in interface org.eclipse.stardust.engine.core.spi.monitoring.IWorklistMonitor
Will be called at the end of transaction when the currentPerformer of activity instance has changed and is not null.
addGrant(String) - Method in interface org.eclipse.stardust.engine.api.runtime.User
Deprecated. Please use User.addGrant(ModelParticipantInfo participant) instead
addGrant(ModelParticipantInfo) - Method in interface org.eclipse.stardust.engine.api.runtime.User
Marks that grants for this participant should be added to all model versions.
addHighlight(Highlight) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.HighlightCapable
Adds the Highlight.
addNote(String) - Method in interface org.eclipse.stardust.engine.api.dto.ActivityInstanceAttributes
Adds a Note for the given text
addNote(String) - Method in class org.eclipse.stardust.engine.api.dto.ActivityInstanceAttributesImpl
Adds a Note for the given text
addNote(String) - Method in interface org.eclipse.stardust.engine.api.dto.ProcessInstanceAttributes
Adds a note to the process instance.
addNote(String, ContextKind, long) - Method in interface org.eclipse.stardust.engine.api.dto.ProcessInstanceAttributes
Adds a note to the process instance with context .
addNote(Note) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.NoteCapable
Adds the Note.
addOrNotTerm() - Method in class org.eclipse.stardust.engine.api.query.FilterTerm
Creates a new OR NOT-term and adds and adds it to callee term.
addOrTerm() - Method in class org.eclipse.stardust.engine.api.query.FilterTerm
Creates a new OR-term and adds and adds it to callee term.
addPageOrientation(PageOrientation) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageOrientationAware
 
addRepositoryId(String, String) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryIdUtils
 
addRepositoryId(T, String) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryIdUtils
 
addRepositoryId(List<T>, String) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryIdUtils
 
addRepositoryId(Documents, String) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryIdUtils
 
addStamp(Stamp) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.StampAware
Adds the Stamp.
ADMINISTRATION - Static variable in class org.eclipse.stardust.engine.api.runtime.LogCode
The LogEntry was created by an external administration event.
AdministrationService - Interface in org.eclipse.stardust.engine.api.runtime
Provides administration services for the CARNOT runtime environment.
ADMINISTRATOR - Static variable in interface org.eclipse.stardust.engine.api.model.ModelParticipantInfo
Public constant for the Administrator role.
afterAccess() - Method in interface org.eclipse.stardust.engine.core.spi.cluster.ClusterSafeObjectProvider
Will be called after each and every operation on an object retrieved from the cluster safe object provider.
afterDelete(long) - Method in interface org.eclipse.stardust.engine.core.spi.artifact.IArtifactHandler
With this the artifact handler can purge caches after the artifact was deleted.
afterDelete(long) - Method in class org.eclipse.stardust.engine.core.spi.artifact.impl.BenchmarkDefinitionArtifactHandler
 
afterModelDeployment(Collection<IModel>, boolean) - Method in interface org.eclipse.stardust.engine.core.spi.monitoring.IPartitionMonitor
Client can check if arguments are valid and otherwise throw an DeploymentException.
afterOverwrite(DeployedRuntimeArtifact) - Method in interface org.eclipse.stardust.engine.core.spi.artifact.IArtifactHandler
Notifies after a runtime artifact is overwritten.
afterOverwrite(DeployedRuntimeArtifact) - Method in class org.eclipse.stardust.engine.core.spi.artifact.impl.BenchmarkDefinitionArtifactHandler
 
ALIVE - Static variable in class org.eclipse.stardust.engine.api.query.ActivityStateFilter
Predefined filter matching activity instance being in states other than ActivityInstanceState.Aborted and ActivityInstanceState.Completed.
ALIVE - Static variable in class org.eclipse.stardust.engine.api.query.ProcessStateFilter
Filter for finding alive process instances.
ALL_EVENTS - Static variable in class org.eclipse.stardust.engine.api.query.HistoricalEventPolicy
Predefined policy to include all event types in the process or activity instance.
AlwaysValidPrincipalValidator - Class in org.eclipse.stardust.engine.core.spi.security
The default principal validator, which always returns true, even for principals being null.
AlwaysValidPrincipalValidator() - Constructor for class org.eclipse.stardust.engine.core.spi.security.AlwaysValidPrincipalValidator
 
and(FilterCriterion) - Method in class org.eclipse.stardust.engine.api.query.FilterAndTerm
Convenience method for adding another filter criterion to this AND term, especially useful for chained calls like term.and(A).and(B).
AND - Static variable in class org.eclipse.stardust.engine.api.query.FilterTerm
Constant marking AND-terms.
and(OrderCriterion) - Method in class org.eclipse.stardust.engine.api.query.OrderCriteria
Adds another order criterion to the list of grouped criteria.
and(FilterableAttribute) - Method in class org.eclipse.stardust.engine.api.query.OrderCriteria
Orders by ascending values of the given attribute.
and(FilterableAttribute, boolean) - Method in class org.eclipse.stardust.engine.api.query.OrderCriteria
Orders by either ascending or descending values of the given attribute.
ANDNOT - Static variable in class org.eclipse.stardust.engine.api.query.FilterTerm
Constant marking AND NOT -terms.
any() - Method in class org.eclipse.stardust.engine.api.query.DocumentQuery.MetadataFilterBuilder
Define a filter targeting any metadata property.
ANY_FOR_USER - Static variable in class org.eclipse.stardust.engine.api.query.PerformingParticipantFilter
Filter for retrieving items performed by any participant (roles, organizations or user groups) associated with the calling user.
Application - Interface in org.eclipse.stardust.engine.api.model
The client view of a workflow application.
Application - Static variable in class org.eclipse.stardust.engine.api.model.ImplementationType
An activity which executes an application, either interactive or non-interactive.
APPLICATION - Static variable in class org.eclipse.stardust.engine.api.runtime.ActivityInstanceState
The activity instance is currently performed either interactively or automatically.
Application - Static variable in class org.eclipse.stardust.engine.api.runtime.ActivityInstanceState
 
APPLICATION - Static variable in class org.eclipse.stardust.engine.api.runtime.LogCode
The LogEntry was created during application execution
ApplicationContext - Interface in org.eclipse.stardust.engine.api.model
The ApplicationContext represents the execution context of an activity.
ApplicationContextValidator - Interface in org.eclipse.stardust.engine.core.spi.extensions.model
Provides static validation of ApplicationContext configurations.
ApplicationInstance - Interface in org.eclipse.stardust.engine.core.spi.extensions.runtime
An ApplicationInstance keeps the runtime state and behaviour of an ApplicationType.
ApplicationValidator - Interface in org.eclipse.stardust.engine.core.spi.extensions.model
Provides static validation of Application configurations.
ARCH_CANNOT_ARCHIVE_MODELS_WITH_NONTERMINATED_PROCESS_INSTANCES - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_CANNOT_ARCHIVE_PROCESS_INSTANCES - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_CANNOT_DELETE_DATA_FOR_NONEXISTING_DATA_ID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_CANNOT_DELETE_PROCESS_INSTANCES - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_COULD_NOT_SYNCHRONIZE_DATA_CLUSTER_TABLE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_DATA_CAN_ONLY_BE_SELECTED_STANDALONE_ARCHIVING_NOT_SUPPORTED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_ARCHIVING_ENTRIES_FROM_TABLE_INCLUDED_IN_TRANSITIVE_CLOSURE_FOR_ALREADY_ARCHIVED_LOG_ENTRIES - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_ARCHIVING_ENTRIES_FROM_TABLE_INCLUDED_IN_TRANSITIVE_CLOSURE_FOR_ALREADY_ARCHIVED_PROCESS_INSTAMCES - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_ARCHIVING_LOG_ENTRIES - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_ARCHIVING_PROCESSES - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_ARCHIVING_PROCESSES_FOR_MODEL_WITH_OID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_ARCHIVING_PROCESSES_FOR_MODEL_WITH_OID_TERMINATED_BEFORE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_ARCHIVING_PROCESSES_TERMINATED_BEFORE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_DELETING_DATA_FOR_TERMINATED_PROCESSES - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_DELETING_ENTRIES_FROM_DATA_CLUSTER_TABLE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_DELETING_LOG_ENTRIES_BEFORE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_DELETING_MODEL_WITH_OID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_DELETING_USER_SESSION_ENTRIES_EXPIRED_BEFORE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_DELETING_USER_SESSIONS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_FINDING_MAXIMUM_VALUE_FOR_ATTRIBUTE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_FINDING_MINIMUM_VALUE_FOR_ATTRIBUTE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_FINDING_MODELS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_FINDING_UNUSED_MODELS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_INSERTING_USER_SESSION_ENTRIES_EXPIRED_BEFORE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_OBTAINING_JDBC_CONNECTION_TO_AUDIT_TRAIL_DB - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_PATCHING_ARCHIVE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_READING_DATA_CLUSTER_DEFINITION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_RESOLVING_PARTITION_ID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_RESOLVING_PROCESS_INSTANCE_CLOSURE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_RETRIEVING_MODELS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_RETRIEVING_NUMBER_OF_NONTERMINATED_PROCESSES_FOR_MODEL_WTH_OID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_SYNCHING_ENTRIES_IN_DATA_CLUSTER_TABLE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_SYNCHRONIZING_ARCHIVED_UTILITY_TABLES - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_SYNCHRONIZING_MODEL_TABLE_ARCHIVE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_SYNCHRONIZING_ORGANIZATIONAL_TABLE_ARCHIVE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_SYNCHRONIZING_PK_STABLE_TABLE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_SYNCHRONIZING_STRING_DATA_TABLE_ARCHIVE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_TO_FIND_STARTING_TIME - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_FAILED_VERIFYING_PRECONDITIONS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_INVALID_PARTITION_ID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_NO_MODEL_WITH_ID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_QUALIFIED_ID_NEEDED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCH_UNABLE_TO_DELETE_CLOSURE_OF_MODEL_WITH_OID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARCHIVE - Static variable in interface org.eclipse.stardust.engine.api.runtime.UserService
Constant used as sessionId on sessions opened on archive audit trails.
areLoopsAllowed() - Method in class org.eclipse.stardust.engine.api.runtime.TransitionOptions
Checks if loops should be allowed while traversing AND joins/splits.
ARTI_ARTIFACT_TYPE_UNKNOWN - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ARTIFACT_ID - Static variable in class org.eclipse.stardust.engine.api.query.DeployedRuntimeArtifactQuery
 
ARTIFACT_NAME - Static variable in class org.eclipse.stardust.engine.api.query.DeployedRuntimeArtifactQuery
 
ARTIFACT_TYPE - Static variable in class org.eclipse.stardust.engine.core.spi.artifact.impl.BenchmarkDefinitionArtifactHandler
 
ARTIFACT_TYPE_ID - Static variable in class org.eclipse.stardust.engine.api.query.DeployedRuntimeArtifactQuery
 
ArtifactType - Interface in org.eclipse.stardust.engine.api.runtime
Defines the type of an artifact.
assertActivationIsAllowed(IActivityInstance) - Static method in class org.eclipse.stardust.engine.api.runtime.QualityAssuranceUtils
 
assertAttributesNotNull(ActivityInstanceAttributes) - Static method in class org.eclipse.stardust.engine.api.runtime.QualityAssuranceUtils
 
assertCompletingIsAllowed(IActivityInstance, Map<String, ?>) - Static method in class org.eclipse.stardust.engine.api.runtime.QualityAssuranceUtils
 
assertDelegationIsAllowed(IActivityInstance, IUser) - Static method in class org.eclipse.stardust.engine.api.runtime.QualityAssuranceUtils
 
ASYNC_SEPARATE - Static variable in class org.eclipse.stardust.engine.api.model.SubProcessModeKey
Subprocesses will be executed asynchronously, means the calling activity will just trigger the subprocess and then continue.
AsynchronousApplicationInstance - Interface in org.eclipse.stardust.engine.core.spi.extensions.runtime
Describes the contract to implement the runtime behaviour of an asynchronous application type.
ATDB_ADDING_DEPUTY_FORBIDDEN - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_ARCHIVE_AUDIT_TRAIL_WRITE_PROTECTED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_ARCHIVE_UNABLE_TO_ARCHIVE_NON_ROOT_PI - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_ARCHIVE_UNABLE_TO_DELETE_NON_ROOT_PI - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_ARCHIVE_UNABLE_TO_DELETE_NON_TERMINATED_PI - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_AUDIT_TRAIL_UNAVAILABLE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_CLUSTER_CONFIGURATION_ALREADY_EXIST_USE_OPTION_DROP_OR_UPDATEDATACLUSTERS_FIRST - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_CLUSTER_CONFIGURATION_DOES_NOT_EXIST_PROVIDE_VALID_CONFIGURATION_FILE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_DELETION_FAILED_USER_REALM_ID_DANGLING_REFERENCE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_DEPARTMENT_EXISTS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_DEPUTY_DOES_NOT_EXISTS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_DEPUTY_EXISTS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_DEPUTY_SELF_REFERENCE_NOT_ALLOWED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_DEPUTY_TO_DATE_NOT_ALLOWED_TO_BE_IN_PAST - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_FAILED_DURING_SYSOP_USER_AUTHORIZATION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_FAILED_EVALUATING_RECOVERY_STATUS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_FAILED_TO_UPDATE_CRITICALITIES_IN_AUDITTRAIL - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_INVALID_PRODUCTION_AUDIT_TRAIL_OPERATION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_INVALID_RUNTIME_SETUP_CONFIGURATION_FILE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_LINK_TYPE_ID_EXISTS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_MODIFYING_DEPUTY_FORBIDDEN - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_NO_MATCHING_ACTIVITY_INSTANCE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_NO_MATCHING_DOMAIN_HIERARCHY - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_NO_MATCHING_DOMAIN_LINK - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_NO_MATCHING_LOG_ENTRY - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_NO_MATCHING_PARTITION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_NO_MATCHING_PROCESS_INSTANCE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_NO_MATCHING_SESSION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_NO_MATCHING_USER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_NO_MATCHING_USER_DOMAIN - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_NO_MATCHING_USER_GROUP - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_NO_MATCHING_USER_REALM - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_NO_MATCHING_WORK_ITEM - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_NO_PASSWORD_SET_FOR_SYSOP_THOUGH_USER_AUTHORIZATION_IS_REQUIRED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_PARTITION_WITH_ID_ALREADY_EXISTS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_PLEASE_SPECIFY_APPROPRIATE_PASSWORD_FOR_SYSOP_USER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_PLEASE_SPECIFY_APPROPRIATE_PASSWORD_FOR_SYSOP_USER_BEFORE_TRYING_TO_CHANGE_PASSWORD - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_PROCESS_INSTANCE_ABORTING - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_PROCESS_INSTANCE_NOT_ROOT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_PROCESS_INSTANCE_NOT_SPAWNED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_PROCESS_INSTANCE_NOT_TERMINATED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_PROCESS_INSTANCE_TERMINATED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_REMOVING_DEPUTY_FORBIDDEN - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_RUNTIME_ARTIFACT_IN_USE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNABLE_TO_DELETE_VALUE_OF_AUDIT_TRAIL_PROPERTY - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNABLE_TO_SET_VALUE_OF_AUDIT_TRAIL_PROPERTY - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNKNOWN_ACTIVITY_INSTANCE_OID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNKNOWN_AUDIT_TRAIL_RECORD - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNKNOWN_DEFAULT_DOMAIN_FOR_PARTITION_ID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNKNOWN_DEPARTMENT_HIERARCHY_OID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNKNOWN_DEPARTMENT_ID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNKNOWN_DEPARTMENT_ID2 - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNKNOWN_DEPARTMENT_OID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNKNOWN_DOMAIN_HIERARCHY_OID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNKNOWN_DOMAIN_LINK_OID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNKNOWN_LINK_TYPE_ID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNKNOWN_LINK_TYPE_OID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNKNOWN_PARTITION_ID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNKNOWN_PARTITION_OID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNKNOWN_PROCESS_INSTANCE_OID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNKNOWN_RUNTIME_ARTIFACT_OID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNKNOWN_SESSION_OID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNKNOWN_USER_DOMAIN_ID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNKNOWN_USER_DOMAIN_OID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNKNOWN_USER_GROUP_ID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNKNOWN_USER_GROUP_OID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNKNOWN_USER_ID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNKNOWN_USER_OID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNKNOWN_USER_REALM_ID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNKNOWN_USER_REALM_OID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_UNKNOWN_WORK_ITEM_OID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_USER_GROUP_ID_EXISTS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_USER_ID_EXISTS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
ATDB_USER_REALM_ID_EXISTS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AttributedScopedFilter - Interface in org.eclipse.stardust.engine.api.query
IMPORTANT: This interface is not intended to be implemented.
AttributeOrder - Class in org.eclipse.stardust.engine.api.query
Criterion for ordering elements resulting from a query according to a given attribute, either with ascending or descending values.
AttributeOrder(FilterableAttribute) - Constructor for class org.eclipse.stardust.engine.api.query.AttributeOrder
Creates a criterion for ordering by ascending attribute values.
AttributeOrder(FilterableAttribute, boolean) - Constructor for class org.eclipse.stardust.engine.api.query.AttributeOrder
Creates a criterion for ordering by either ascending or descending attribute values.
AUDITTRAIL_ARCHIVING_TIMESTAMP - Static variable in interface org.eclipse.stardust.engine.api.runtime.RuntimeEnvironmentInfo
 
AUDITTRAIL_NAME - Static variable in interface org.eclipse.stardust.engine.api.runtime.RuntimeEnvironmentInfo
 
AUDITTRAIL_UUID - Static variable in interface org.eclipse.stardust.engine.api.runtime.RuntimeEnvironmentInfo
 
AuditTrailHealthReport - Class in org.eclipse.stardust.engine.api.runtime
Provides key indicators of audit trail health.
AuditTrailHealthReport(long, long, long, long, long, long) - Constructor for class org.eclipse.stardust.engine.api.runtime.AuditTrailHealthReport
 
AuditTrailHealthReport(Set<Long>, Set<Long>, Set<Long>, Set<Long>, Set<Long>, Set<Long>) - Constructor for class org.eclipse.stardust.engine.api.runtime.AuditTrailHealthReport
 
AuditTrailPartitionManager - Class in org.eclipse.stardust.engine.api.pojo
 
AuditTrailPartitionManager() - Constructor for class org.eclipse.stardust.engine.api.pojo.AuditTrailPartitionManager
 
AUTHx_AUTH_CANCEL_BY_USER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_AUTH_DOMAIN_NOT_SPECIFIED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_AUTH_INVALID_GRANT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_AUTH_MISSING_GRANTS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_AUTH_PARTITION_NOT_SPECIFIED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_AUTH_REALM_NOT_SPECIFIED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_AUTH_SAVING_OWN_PREFERENCES_FAILED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_CHANGE_PASSWORD_IVALID_TOKEN - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_CHANGE_PASSWORD_NEW_PW_MISSING - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_CHANGE_PASSWORD_NEW_PW_VERIFICATION_FAILED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_CHANGE_PASSWORD_OLD_PW_VERIFICATION_FAILED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_EXP_ACCOUNT_EXPIRED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_NOT_LOGGED_IN - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_OPERATION_FAILED_REQUIRES_INTERNAL_AUTH - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_OPERATION_FAILED_USER_GROUP_OID_NOT_FULLY_INITIALIZED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_OPERATION_FAILED_USER_OID_NOT_FULLY_INITIALIZED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_SYNC_FAILED_IMPORTING_DEPARTMENT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_SYNC_FAILED_IMPORTING_USER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_SYNC_FAILED_IMPORTING_USER_GROUP - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_SYNC_IMPORTING_USERS_NOT_ALLOWED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_SYNC_MISSING_SYNCHRONIZATION_PROVIDER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_SYNC_UNKNOWN_USER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_SYNC_UNKNOWN_USER_GROUP - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_USER_CANNOT_JOIN_INVALID_USER_GROUP - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_USER_DISABLED_BY_PW_RULES - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_USER_ID_PASSWORD_EXPIRED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_USER_NOT_VALID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_USER_PASSWORD_EXPIRED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_USER_PASSWORD_NOT_VALID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_USER_PASSWORD_NOT_VALID_TRY_AGAIN - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
AUTHx_USER_TEMPORARILY_INVALIDATED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 

B

backupToZipFile(Folder, OutputStream, DocumentManagementService, boolean, String) - Static method in class org.eclipse.stardust.engine.api.runtime.DmsUtils
Backup a folder to a zip stream
beforeAccess() - Method in interface org.eclipse.stardust.engine.core.spi.cluster.ClusterSafeObjectProvider
Will be called before each and every operation on an object retrieved from the cluster safe object provider.
beforeDelete(DeployedRuntimeArtifact) - Method in interface org.eclipse.stardust.engine.core.spi.artifact.IArtifactHandler
With this the artifact handler can e.g.
beforeDelete(DeployedRuntimeArtifact) - Method in class org.eclipse.stardust.engine.core.spi.artifact.impl.BenchmarkDefinitionArtifactHandler
 
beforeModelDeployment(Collection<IModel>, boolean) - Method in interface org.eclipse.stardust.engine.core.spi.monitoring.IPartitionMonitor
Client can check if arguments are valid and otherwise throw an DeploymentException.
BENCHMARK_DAEMON - Static variable in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
The predefined benchmark daemon type-
BENCHMARK_OID - Static variable in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
The benchmark definition oid of the process instance the activity instance belongs to.
BENCHMARK_OID - Static variable in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
 
BENCHMARK_VALUE - Static variable in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
The benchmark result category of the activity instance.
BENCHMARK_VALUE - Static variable in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
 
BenchmarkDefinitionArtifactHandler - Class in org.eclipse.stardust.engine.core.spi.artifact.impl
This IArtifactHandler handles artifacts of type BenchmarkDefinitionArtifactType.
BenchmarkDefinitionArtifactHandler() - Constructor for class org.eclipse.stardust.engine.core.spi.artifact.impl.BenchmarkDefinitionArtifactHandler
 
BenchmarkDefinitionArtifactType - Class in org.eclipse.stardust.engine.core.spi.artifact.impl
The ArtifactType of a benchmark definition.
BenchmarkDefinitionArtifactType() - Constructor for class org.eclipse.stardust.engine.core.spi.artifact.impl.BenchmarkDefinitionArtifactType
 
between(String, Serializable, Serializable) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching workflow data being both greater than or equal the given lowerBound and less than or equal the given upperBound.
between(String, String, Serializable, Serializable) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching workflow data being both greater than or equal the given lowerBound and less than or equal the given upperBound.
between(String, String) - Method in interface org.eclipse.stardust.engine.api.query.FilterableAttribute
Creates a filter matching an attribute being both greater than or equal the given lowerBound and less than or equal the given upperBound.
between(long, long) - Method in interface org.eclipse.stardust.engine.api.query.FilterableAttribute
Creates a filter matching an attribute being both greater than or equal the given lowerBound and less than or equal the given upperBound.
between(double, double) - Method in interface org.eclipse.stardust.engine.api.query.FilterableAttribute
Creates a filter matching an attribute being both greater than or equal the given lowerBound and less than or equal the given upperBound.
BETWEEN - Static variable in class org.eclipse.stardust.engine.core.persistence.Operator
Resolves to true if the operand greater than or equal the first given value and less than or equal the second given value.
BinaryOperatorFilter - Interface in org.eclipse.stardust.engine.api.query
Binary filter operator to be applied directly to attributes of items queried for.
bindActivityEventHandler(long, EventHandlerBinding) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Binds an event handler to the specified activity instance.
bindActivityEventHandler(long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Binds an event handler to the specified activity instance.
bindActivityEventHandler(long, EventHandlerBinding) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Binds an event handler to the specified activity instance.
bindActivityEventHandler(long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Binds an event handler to the specified activity instance.
bindActivityEventHandler(long, EventHandlerBinding) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Binds an event handler to the specified activity instance.
bindActivityEventHandler(long, String) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Binds an event handler to the specified activity instance.
BindingException - Exception in org.eclipse.stardust.engine.api.runtime
Thrown in case of semantic binding errors during binding/unbinding event handler to activity or process instances.
BindingException(String) - Constructor for exception org.eclipse.stardust.engine.api.runtime.BindingException
Deprecated.  
BindingException(ErrorCase) - Constructor for exception org.eclipse.stardust.engine.api.runtime.BindingException
 
bindProcessEventHandler(long, EventHandlerBinding) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Binds an event handler to the specified process instance.
bindProcessEventHandler(long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Binds an event handler to the specified process instance.
bindProcessEventHandler(long, EventHandlerBinding) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Binds an event handler to the specified process instance.
bindProcessEventHandler(long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Binds an event handler to the specified process instance.
bindProcessEventHandler(long, EventHandlerBinding) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Binds an event handler to the specified process instance.
bindProcessEventHandler(long, String) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Binds an event handler to the specified process instance.
bindRepository(IRepositoryConfiguration) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Binds a new repository instance.
bindRepository(IRepositoryConfiguration) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Binds a new repository instance.
bindRepository(IRepositoryConfiguration) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Binds a new repository instance.
bootstrap(ActivityInstance) - Method in interface org.eclipse.stardust.engine.core.spi.extensions.runtime.ApplicationInstance
Callback allowing for initialization of newly created application instances.
bootstrap(Map, Iterator) - Method in interface org.eclipse.stardust.engine.core.spi.extensions.runtime.EventActionInstance
Callback allowing for initialization of newly created event action instances.
BOTH_INVOCATION - Static variable in class org.eclipse.stardust.engine.api.query.ProcessDefinitionQuery
Predefined filter matching process definition interfaces defining the invocation type BOTH (REST and SOAP)
BPMRT_A_DATA_SLOT_MUST_NOT_CONTAIN_STORAGE_TYPE_DVALUECOLUMN_WITHOUT_STORAGE_TYPE_SVALUECOLUMN - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_A_NUMERIC_DATA_SLOT_MUST_NOT_CONTAIN_BOTH_STORAGES_TYPES_NVALUECOLUMN_AND_DVALUECOLUMN - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_A_SINGLE_DATA_SLOT_MUST_NOT_CONTAIN_BOTH_STORAGES_TYPES_SVALUECOLUMN_AND_NVALUECOLUMN - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_ACTIVITY_INSTANCE_WAS_DELETED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_ADHOC_ASYNC_START_ACTIVITY_THREAD - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_AI_AND_HANDLER_BINDING_FRM_DIFF_MODELS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_AI_CAN_NOT_BE_ABORTED_BY_USER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_AI_CAN_NOT_BE_DELEGATED_IN_CURRENT_STATE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_AI_CAN_NOT_BE_DELEGATED_TO_NON_USERGROUP_MEMBER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_AI_CURRENTLY_ACTIVATED_BY_OTHER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_AI_CURRENTLY_ACTIVATED_BY_SELF - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_AI_IS_ALREADY_TERMINATED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_AI_IS_HALTED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_AI_IS_IN_ABORTING_PROCESS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_AI_IS_NOT_GRANTED_TO_USER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_AI_MUST_NOT_BE_ON_OTHER_USER_WORKLIST - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_AI_MUST_NOT_BE_SUBPROCESS_INVOCATION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_AI_NOT_ADHOC_TRANSITION_SOURCE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_BENCHMARK_NOT_FOUND - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_CANNOT_ASSIGN_MORE_USERS_TO_PARTICIPANT_CARDINALITY_EXCEEDED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_CANNOT_LOCK_FILE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_CANNOT_RUN_A_INVALID_PI_STATE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_CANNOT_RUN_AI_INVALID_PI_STATE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_COMPLETE_QA_NO_ATTRIBUTES_SET - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_COULD_NOT_RETRIEVE_ACTIVITY_INSTANCE_FOR_CRITICALITY_UPDATE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_COULD_NOT_RETRIEVE_ACTIVITY_OIDS_TO_EXCLUDE_FROM_CRITICALITY - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_DAEMON_ALREADY_RUNNING - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_DAEMON_EXCLUSE_TYPE_LOCKED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_DAEMON_IS_NOT_RESPONDING - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_DAEMON_IS_RUNNING - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_DATA_NOT_USED_BY_PROCESS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_DELEGATE_QA_INSTANCE_NOT_ALLOWED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_DEPARTMENT_HAS_ACTIVE_ACTIVITY_INSTANCES - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_DEPLOYED_OBJECT_DIFFERS_IN_ITS_IDFROM_ITS_DEFINED_VALUE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_DMS_DOCUMENT_DATA_SYNC_FAILED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_DOMAIN_HIERARCHY_ENTRY_ALREADY_EXISTS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_DOMAIN_WITH_ID_ALREADY_EXISTS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_EMPTY_COLLECTION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_ERROR_DURING_XML_SERIALIZATION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_ERROR_READING_XML - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_FAILED_CREATING_DATA_VALUE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
Data value for given data ID cannot be created due to concurrency issues.
BPMRT_FAILED_READING_XPDL_MODEL_FILE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_FAILED_RESOLVING_PROCESS_INSTANCE_CLOSURE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_FAILED_RETRIEVING_NONTERMINATED_PROCESS_INSTANCES_FOR_MODEL - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_FAILED_VERIFIYING_PRECONDITIONS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_FILE_NOT_FOUND - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_GENERIC_ERROR - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_ID_FOR_A_PARTITIONS_DEFAULT_DOMAIN_IS_NOT_ALLOWED_TO_BE_CHANGED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_ILLEGAL_AI_STATE_CHANGE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_ILLEGAL_AI_STATE_CHANGE_FOR_AI - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_ILLEGAL_AI_STATE_CHANGE_FOR_AI_WITH_PI_STATE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_INCOMPATIBLE_TYPE_FOR_DATA - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_INCOMPATIBLE_TYPE_FOR_DATA_WITH_PATH - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_INCONSISTENT_COLLECTION_VALUES - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_INCONSISTENT_PAIR_VALUES - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_INPUT_NOT_SERIALIZABLE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_INTERACTIVE_AI_CAN_NOT_BE_FORCED_TO_COMPLETION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_INVALID_ARGUMENT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_INVALID_CREDENTIAL_PROVIDER_CONFIGURATION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_INVALID_ENUM_VALUE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_INVALID_INDEXED_XPATH - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_INVALID_JAXP_SETUP - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_INVALID_ORGANIZATION_HIERARCHY - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_INVALID_PROBABILIY - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_INVALID_RUNTIME_SETUP_CONFIGURATION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_INVALID_SPEC - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_INVALID_TYPE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_INVALID_VALUE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_IO_ERROR_DURING_SAVE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_LOCK_CONFLICT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_LOCK_CONFLICT_FOR_HANDLE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_MODEL_PARTICIPANT_IS_NOT_AUTHORIZED_TO_PERFORM_AI - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_MODEL_REPOSITORY_IS_NO_DIRECTORY - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_MODIFY_DATA_QA_INSTANCE_NOT_ALLOWED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_NO_CHANGES_TO_MODEL - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_NO_ERROR_CODE_SET - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_NO_VALID_EVALUATOR_CLASS_PROVIDED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_NON_INTERACTIVE_AI_CAN_NOT_BE_DELEGATED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_NULL_ARGUMENT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_NULL_ATTRIBUTE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_NULL_ELEMENT_IN_COLLECTION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_PI_AND_HANDLER_BINDING_FRM_DIFF_MODELS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_PI_AND_SPAWN_PROCESS_FRM_DIFF_MODELS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_PI_IS_ALREADY_TERMINATED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_PI_IS_CASE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_PI_IS_HALTED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_PI_IS_MEMBER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_PI_IS_STILL_HALTING - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_PI_IS_TRANSIENT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_PI_JOIN_TO_CHILD_INSTANCE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_PI_JOIN_TO_SAME_PROCESS_INSTANCE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_PI_NOT_ACTIVE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_PI_NOT_CASE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_PI_NOT_MEMBER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_PI_NOT_ROOT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_PI_SWITCH_TO_SAME_PROCESS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_PROCESS_INSTANCE_REFERENCED_BY_OID_HAS_TO_BE_A_SCOPE_PROCESS_INSTANCES - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_ROLLED_BACK_ACTIVITY_THREAD_AT_ACTIVITY - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_ROLLING_BACK_ACTIVITY_THREAD - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_START_ACTIVITY_THREAD_MISSING_ACTIVITY - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_START_ACTIVITY_THREAD_MISSING_PI - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_TIMEOUT_DURING_COUNT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_UNABLE_TO_DELETE_MODEL_WITH_OPEN_PROCESS_INSTANCES - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_UNABLE_TO_LOAD_XPDL_EXPORT_STYLESHEET - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_UNABLE_TO_SET_DEFAULT_XML_SCHEMA_URI_FOR_MODEL_VALIDATION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_UNABLE_TO_USE_XML_SCHEMA_MODEL_VALIDATION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_UNKNOWN_DAEMON - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_USER_DOMAIN_LINK_ALREADY_EXISTS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_USER_GROUP_IS_NOT_AUTHORIZED_TO_PERFORM_AI - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_USER_GROUP_WITH_ID_ALREADY_EXISTS_FOR - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_USER_IS_EXLUDED_TO_PERFORM_AI - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_USER_IS_NOT_ALLOWED_TO_CHANGE_PROFILE_FOR_SCOPE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_USER_IS_NOT_AUTHORIZED_TO_PERFORM_AI - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_USER_NOT_ALLOWED_ACTIVATE_QA_INSTANCE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_USER_REALM_WITH_ID_ALREADY_EXISTS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BPMRT_USER_WITH_ACCOUNT_ALREADY_EXISTS_IN_USER_REALM - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
BpmRuntimeError - Class in org.eclipse.stardust.engine.api.runtime
Defines constants for parameterized error codes with messages prepared for I18N.
BpmRuntimeError.Args - Class in org.eclipse.stardust.engine.api.runtime
 
BpmRuntimeError.Args0 - Class in org.eclipse.stardust.engine.api.runtime
 
BpmRuntimeError.Args1 - Class in org.eclipse.stardust.engine.api.runtime
 
BpmRuntimeError.Args2 - Class in org.eclipse.stardust.engine.api.runtime
 
BpmRuntimeError.Args3 - Class in org.eclipse.stardust.engine.api.runtime
 
BpmRuntimeError.Args4 - Class in org.eclipse.stardust.engine.api.runtime
 
BpmRuntimeError.Args5 - Class in org.eclipse.stardust.engine.api.runtime
 
BridgeObject - Class in org.eclipse.stardust.engine.core.spi.extensions.model
Provides an abstraction of a dereferenced AccessPoint.
BridgeObject(Class, Direction) - Constructor for class org.eclipse.stardust.engine.core.spi.extensions.model.BridgeObject
 
BridgeObject(Class, Direction, boolean) - Constructor for class org.eclipse.stardust.engine.core.spi.extensions.model.BridgeObject
 
BusinessObjectQuery - Class in org.eclipse.stardust.engine.api.query
Query container for building complex queries for business objects.
BusinessObjectQuery.Option - Enum in org.eclipse.stardust.engine.api.query
Policy options.
BusinessObjectQuery.Policy - Class in org.eclipse.stardust.engine.api.query
Policy that specifies the query options.
BusinessObjectQuery.Policy(BusinessObjectQuery.Option...) - Constructor for class org.eclipse.stardust.engine.api.query.BusinessObjectQuery.Policy
 
BusinessObjects - Class in org.eclipse.stardust.engine.api.query
Result of an BusinessObjectQuery execution.
BusinessObjects(Query, List<BusinessObject>) - Constructor for class org.eclipse.stardust.engine.api.query.BusinessObjects
Creates a new execution result.
BY_REFERENCE_ATT - Static variable in class org.eclipse.stardust.engine.extensions.dms.data.DmsConstants
 

C

canDataMappingsBePerformed(IActivityInstance, Map<String, ?>, boolean) - Static method in class org.eclipse.stardust.engine.api.runtime.QualityAssuranceUtils
 
canPerformActivity(User, Activity) - Method in class org.eclipse.stardust.engine.core.runtime.utils.PermissionHelper
Checks if the user can perform the activity (activate, complete).
canStartProcess(WorkflowService, ProcessDefinition) - Method in class org.eclipse.stardust.engine.core.runtime.utils.PermissionHelper
Checks if the user can start the given process definition (and create a new process instance).
CasePolicy - Class in org.eclipse.stardust.engine.api.query
Policy to include cases in the result.
cleanup() - Method in interface org.eclipse.stardust.engine.core.spi.extensions.runtime.ApplicationInstance
Callback to possibly cleanup resources.
cleanupFolder(Folder, DocumentManagementService) - Static method in class org.eclipse.stardust.engine.api.runtime.DmsUtils
 
cleanupRuntime(boolean, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Removes all records from the runtime environment making up the audit trail database.
cleanupRuntime(boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Removes all records from the runtime environment making up the audit trail database.
cleanupRuntime(boolean, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Removes all records from the runtime environment making up the audit trail database.
cleanupRuntime(boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Removes all records from the runtime environment making up the audit trail database.
cleanupRuntime(boolean, boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Removes all records from the runtime environment making up the audit trail database.
cleanupRuntime(boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Removes all records from the runtime environment making up the audit trail database.
cleanupRuntimeAndModels() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Removes all records from the runtime environment making up the audit trail database.
cleanupRuntimeAndModels() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Removes all records from the runtime environment making up the audit trail database.
cleanupRuntimeAndModels() - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Removes all records from the runtime environment making up the audit trail database.
CLI_COULD_NOT_INITIALIZE_DDL_SPOOL_FILE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_DEPRECATED_PROCESS_MODEL_ONLY_ONE_PARENT_ORG_ALLOWED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_DRIVER_NOT_FOUND - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_FAILED_RESOLVING_PARTITION_OIDS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_IMPLEMENTATION_MODEL_ID_NOT_PROVIDED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_INTERFACE_MODEL_OID_NOT_PROVIDED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_INTERNAL_VALUE_FOR_OPTION_IS_NOT_IN_CORRECT_FORMAT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_INVALID_CONTENT_FOR_OPTION_PREFERENCES - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_INVALID_DEPARTMENT_PATH_CREATE_IT_MANUALLY_OR_SPECIFIY_OPTION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_INVALID_DEPARTMENT_PATH_PROVIDED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_INVALID_OPTION_DOCUMENTS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_INVALID_OPTION_DUMP - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_INVALID_OPTION_PREFERENCES - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_NEITHER_REPOSITORY_NOR_MODEL_FILE_PROVIDED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_NO_ARCHIVE_AUDITTRAIL_SCHEMA_SPECIFIED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_NO_AUDITTRAIL_PARTITION_SPECIFIED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_NO_FILE_NAME_PROVIDED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_NO_MODEL_ACTIVE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_NO_SCHEMA_NAME_PROVIDED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_ORGANIZATION_NOT_FOUND - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_PLEASE_PROVIDE_TARGET_FILENAME - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_PROCESS_ID_NOT_PROVIDED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_SQL_EXCEPTION_OCCURED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_UNSUPPORTED_DATE_FORMAT_FOR_OPTION_DATEDESCRIPTOR - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_UNSUPPORTED_DATE_FORMAT_FOR_OPTION_FROMDATE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_UNSUPPORTED_DATE_FORMAT_FOR_OPTION_TIMESTAMP - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_UNSUPPORTED_DATE_FORMAT_FOR_OPTION_TODATE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLI_UNSUPPORTED_FORMAT_FOR_OPTION_PROCESSINSTANCEOID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
CLIENT_CONTEXT_PARAM - Static variable in class org.eclipse.stardust.engine.api.web.dms.DmsContentServlet
 
close() - Method in interface org.eclipse.stardust.engine.api.runtime.ServiceFactory
Releases all resources hold by the service factory and its single services.
close(IRepositoryService) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryInstance
The close method is invoked at the end of a service call and should be used to free resources reserved by IRepositoryService.
closeSession(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Tracks the ending of a user session.
closeSession(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Tracks the ending of a user session.
closeSession(String) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Tracks the ending of a user session.
clusterSafeMap(String) - Method in interface org.eclipse.stardust.engine.core.spi.cluster.ClusterSafeObjectProvider
Returns a cluster safe map for the given map ID.
ClusterSafeObjectProvider - Interface in org.eclipse.stardust.engine.core.spi.cluster
An SPI allowing to specify which cluster safe object provider to use.
CODE - Static variable in class org.eclipse.stardust.engine.api.query.LogEntryQuery
 
complete(long, String, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Completes the interactive activity instance identified by the activityInstanceOID on the behalf of the currently logged-in user.
complete(long, String, Map, int) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Completes the interactive activity instance identified by the activityInstanceOID on the behalf of the currently logged-in user.
complete(long, String, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Completes the interactive activity instance identified by the activityInstanceOID on the behalf of the currently logged-in user.
complete(long, String, Map, int) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Completes the interactive activity instance identified by the activityInstanceOID on the behalf of the currently logged-in user.
complete(long, String, Map<String, ?>) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Completes the interactive activity instance identified by the activityInstanceOID on the behalf of the currently logged-in user.
complete(long, String, Map<String, ?>, int) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Completes the interactive activity instance identified by the activityInstanceOID on the behalf of the currently logged-in user.
COMPLETED - Static variable in class org.eclipse.stardust.engine.api.query.ActivityStateFilter
Predefined filter matching activity instance being in state ActivityInstanceState.Completed.
COMPLETED - Static variable in class org.eclipse.stardust.engine.api.query.ProcessStateFilter
Filter for finding process instances in state ProcessInstanceState.COMPLETED.
COMPLETED - Static variable in class org.eclipse.stardust.engine.api.runtime.ActivityInstanceState
The activity instance has been completed.
Completed - Static variable in class org.eclipse.stardust.engine.api.runtime.ActivityInstanceState
 
COMPLETED - Static variable in class org.eclipse.stardust.engine.api.runtime.ProcessInstanceState
The process instance has been completed.
Completed - Static variable in class org.eclipse.stardust.engine.api.runtime.ProcessInstanceState
 
composeDefaultPath(long, Date) - Static method in class org.eclipse.stardust.engine.api.runtime.DmsUtils
Initialize default path based on the scope process instance OID and its start time.
composeDefaultPath(long, long, Date) - Static method in class org.eclipse.stardust.engine.api.runtime.DmsUtils
Initialize default path based on the activity instance OID, scope process instance OID and its start time.
ConditionalPerformer - Interface in org.eclipse.stardust.engine.api.model
A client view of a workflow conditional performer.
ConditionalPerformer - Static variable in class org.eclipse.stardust.engine.api.model.ParticipantType
 
ConditionalPerformerInfo - Interface in org.eclipse.stardust.engine.api.model
A client view of a workflow conditional performer with base information only.
Configurable - Interface in org.eclipse.stardust.engine.core.runtime.command
Generic interface for objects that supports client-side configuration.
ConfigurationVariable - Class in org.eclipse.stardust.engine.core.preferences.configurationvariables
Stores the changeable value of configuration-variable and also exposes non-changeable information like name, defaultValue, description
ConfigurationVariable(IConfigurationVariableDefinition, String) - Constructor for class org.eclipse.stardust.engine.core.preferences.configurationvariables.ConfigurationVariable
 
ConfigurationVariables - Class in org.eclipse.stardust.engine.core.preferences.configurationvariables
Holds a List of ConfigurationVariables belonging to a specific modelId
ConfigurationVariables(String) - Constructor for class org.eclipse.stardust.engine.core.preferences.configurationvariables.ConfigurationVariables
 
ConsoleCallbackHandler - Class in org.eclipse.stardust.engine.cli.security.authentication
 
ConsoleCallbackHandler() - Constructor for class org.eclipse.stardust.engine.cli.security.authentication.ConsoleCallbackHandler
 
ConsolePrompt - Class in org.eclipse.stardust.engine.cli.security.authentication
Utility class used to prompt for and reading user credentials when login is done from console (System.out) .
ConsolePrompt() - Constructor for class org.eclipse.stardust.engine.cli.security.authentication.ConsolePrompt
 
CONSUMER - Static variable in class org.eclipse.stardust.engine.api.query.DeployedModelQuery
Filters the models based on references to a specific model.
CONTENT - Static variable in class org.eclipse.stardust.engine.api.query.DocumentQuery
Allows to define a filter on the document content.
CONTENT_TYPE - Static variable in class org.eclipse.stardust.engine.api.query.DocumentQuery
Allows to define a filter on the document's content type.
ContextData - Class in org.eclipse.stardust.engine.api.model
Value object that encapsulates a set of data values for a specific context.
ContextData(String, Map<String, ?>) - Constructor for class org.eclipse.stardust.engine.api.model.ContextData
Creates a new ContextData object for the given context containing the specified data values.
ContextKind - Class in org.eclipse.stardust.engine.api.dto
 
convertDataValues(DataValueProvider) - Method in interface org.eclipse.stardust.engine.api.runtime.DataValueConverter
Callback method to convert data values during process spawning.
copy(AbstractDataFilter, Serializable) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
 
copyAllData() - Method in class org.eclipse.stardust.engine.api.runtime.DataCopyOptions
Checks if the engine should attempt to copy all compatible data.
CORE - Static variable in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetailsLevel
The process instance details only contain first level attributes of ProcessInstanceBean.
Core - Static variable in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetailsLevel
 
CORE - Static variable in class org.eclipse.stardust.engine.api.dto.UserDetailsLevel
The user details contain same attributes as MINIMAL plus isAdmistrator and last-login evaluation.
Core - Static variable in class org.eclipse.stardust.engine.api.dto.UserDetailsLevel
 
COUNT_ONLY - Static variable in class org.eclipse.stardust.engine.api.query.SubsetPolicy
Predefined policy indicating an counting only subset.
create() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationServiceHome
 
create() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementServiceHome
 
create() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryServiceHome
 
create() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserServiceHome
 
create() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowServiceHome
 
create() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationServiceHome
 
create() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementServiceHome
 
create() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryServiceHome
 
create() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserServiceHome
 
create() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowServiceHome
 
createAuditTrailPartition(String, String) - Static method in class org.eclipse.stardust.engine.api.pojo.AuditTrailPartitionManager
Creates a new partition with the given partitionId, if no partition having this id currently exists.
createBusinessObjectInstance(String, Object) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Creates a new business object instance if it does not exist.
createBusinessObjectInstance(String, Object) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Creates a new business object instance if it does not exist.
createBusinessObjectInstance(String, Object) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Creates a new business object instance if it does not exist.
createCase(String, String, long[]) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Creates a case process instance which groups the specified members as subprocesses.
createCase(String, String, long[]) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Creates a case process instance which groups the specified members as subprocesses.
createCase(String, String, long[]) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Creates a case process instance which groups the specified members as subprocesses.
CREATED - Static variable in class org.eclipse.stardust.engine.api.runtime.ActivityInstanceState
The activity instance has just been created.
Created - Static variable in class org.eclipse.stardust.engine.api.runtime.ActivityInstanceState
 
CREATED - Static variable in class org.eclipse.stardust.engine.api.runtime.ProcessInstanceState
The process instance has just been created.
Created - Static variable in class org.eclipse.stardust.engine.api.runtime.ProcessInstanceState
 
createDefaultValue(Map) - Method in interface org.eclipse.stardust.engine.core.spi.extensions.runtime.AccessPathEvaluator
Yields the default value used in case of a missing data value.
createDepartment(String, String, String, DepartmentInfo, OrganizationInfo) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Creates a new department.
createDepartment(String, String, String, DepartmentInfo, OrganizationInfo) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Creates a new department.
createDepartment(String, String, String, DepartmentInfo, OrganizationInfo) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Creates a new department.
createDocument(String, DocumentInfo) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Creates document in a folder described by the document info.
createDocument(String, DocumentInfo, byte[], String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Creates document in a folder described by the document info.
createDocument(String, DocumentInfo) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Creates document in a folder described by the document info.
createDocument(String, DocumentInfo, byte[], String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Creates document in a folder described by the document info.
createDocument(String, DocumentInfo) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Creates document in a folder described by the document info.
createDocument(String, DocumentInfo, byte[], String) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Creates document in a folder described by the document info.
createDocument(String, DocumentInfo) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Creates document in a folder described by the document info.
createDocument(String, DocumentInfo, byte[], String) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Creates document in a folder described by the document info.
createDocument(String) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryResourceUtils
Use this to create a Document if no meta data is known at all.
For example when it is stored in a key value store and only the key is known.
createDocument(String, String, long, String, Date, Date) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryResourceUtils
This creates a document without version information.
createDocument(String, String, long, String, Date, Date, String, String, String, List<String>) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryResourceUtils
This creates a document with version information.
createDocumentInfo(String) - Static method in class org.eclipse.stardust.engine.api.runtime.DmsUtils
Creates a new DocumentInfo object that can be filled with additional information.
createDocumentInfo(String, String) - Static method in class org.eclipse.stardust.engine.api.runtime.DmsUtils
Creates a new DocumentInfo object that can be filled with additional information.
createFolder(String, FolderInfo) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Creates document in a folder described by the document info.
createFolder(String, FolderInfo) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Creates document in a folder described by the document info.
createFolder(String, FolderInfo) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Creates document in a folder described by the document info.
createFolder(String, FolderInfo) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Creates document in a folder described by the document info.
createFolder(String, String, Date, Date, List<Document>, List<Folder>, int) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryResourceUtils
This creates a folder object.
createFolderInfo(String) - Static method in class org.eclipse.stardust.engine.api.runtime.DmsUtils
Creates a new FolderInfo object that can be filled with additional information.
createInitialValue(Map) - Method in interface org.eclipse.stardust.engine.core.spi.extensions.runtime.AccessPathEvaluator
Yields the initial value for a newly instantiated data values.
createInstance(IRepositoryConfiguration, String) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryProvider
This is used to create a IRepositoryInstance.
createIntrinsicAccessPoints(Map, Map) - Method in interface org.eclipse.stardust.engine.core.spi.extensions.model.AccessPointProvider
Retrieves the list of AccessPoints provided by this entity.
createProcessInstanceLinkType(String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Creates a new type of link between process instances.
createProcessInstanceLinkType(String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Creates a new type of link between process instances.
createProcessInstanceLinkType(String, String) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Creates a new type of link between process instances.
createQueueConnection(QueueConnectionFactory) - Method in interface org.eclipse.stardust.engine.core.spi.jms.IQueueConnectionProvider
 
createUser(String, String, String, String, String, String, Date, Date) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Creates a new user with default realm ID.
createUser(String, String, String, String, String, String, String, Date, Date) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Creates a new user.
createUser(String, String, String, String, String, String, Date, Date) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Creates a new user with default realm ID.
createUser(String, String, String, String, String, String, String, Date, Date) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Creates a new user.
createUser(String, String, String, String, String, String, Date, Date) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Creates a new user with default realm ID.
createUser(String, String, String, String, String, String, String, Date, Date) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Creates a new user.
createUserGroup(String, String, String, Date, Date) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Creates a new user group.
createUserGroup(String, String, String, Date, Date) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Creates a new user group.
createUserGroup(String, String, String, Date, Date) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Creates a new user group.
createUserRealm(String, String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Creates a new user realm.
createUserRealm(String, String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Creates a new user realm.
createUserRealm(String, String, String) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Creates a new user realm.
CredentialDeliveryStrategy - Interface in org.eclipse.stardust.engine.core.spi.security
The CredentialDeliveryStrategy SPI provides an interface to implement a custom strategy for delivering information that is required to reset a user password to the user itself.
CriticalCostPerExecutionPolicy - Class in org.eclipse.stardust.engine.core.query.statistics.api
Policy that determines if process instances are considered critical if their execution costs exceeds a certain limit.
CriticalCostPerExecutionPolicy(float, float) - Constructor for class org.eclipse.stardust.engine.core.query.statistics.api.CriticalCostPerExecutionPolicy
 
CriticalExecutionTimePolicy - Class in org.eclipse.stardust.engine.core.query.statistics.api
Policy that determines if process instances are considered critical if their execution time exceeds a certain limit.
CriticalExecutionTimePolicy(float, float, float) - Constructor for class org.eclipse.stardust.engine.core.query.statistics.api.CriticalExecutionTimePolicy
 
CRITICALITY - Static variable in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
The Criticality of the activity instance.
CRITICALITY_DAEMON - Static variable in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
The predefined criticality daemon type.
criticalityByCost(float, float) - Static method in class org.eclipse.stardust.engine.core.query.statistics.api.CriticalCostPerExecutionPolicy
PIs are considered critical if their execution costs exceeds a certain limit.
criticalityByDuration(float, float, float) - Static method in class org.eclipse.stardust.engine.core.query.statistics.api.CriticalExecutionTimePolicy
PIs are considered critical if their duration exceeds a certain limit.
criticalityByDuration(float, float) - Static method in class org.eclipse.stardust.engine.core.query.statistics.api.CriticalProcessingTimePolicy
PIs are considered critical if their processing exceeds a certain limit.
criticalityByDuration(float, float, float) - Static method in class org.eclipse.stardust.engine.core.query.statistics.api.PerformanceCriticalityPolicy
PIs are considered critical if their duration exceeds a certain limit.
CriticalProcessingTimePolicy - Class in org.eclipse.stardust.engine.core.query.statistics.api
Policy that determines if process instances are considered critical if their processing time exceeds a certain limit.
CriticalProcessingTimePolicy(float, float) - Constructor for class org.eclipse.stardust.engine.core.query.statistics.api.CriticalProcessingTimePolicy
 
cumulateWithProcess() - Method in class org.eclipse.stardust.engine.core.query.statistics.api.ProcessCumulationPolicy
 
cumulateWithRootProcess() - Method in class org.eclipse.stardust.engine.core.query.statistics.api.ProcessCumulationPolicy
 
cumulateWithScopeProcess() - Method in class org.eclipse.stardust.engine.core.query.statistics.api.ProcessCumulationPolicy
 
CURRENT_DOMAIN_OID - Static variable in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Deprecated. This attribute existed in AuditTrail.
CURRENT_PERFORMER_OID - Static variable in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
The OID of the activity instance's current performing participant.
CURRENT_TX() - Static method in class org.eclipse.stardust.engine.core.runtime.beans.EmbeddedServiceFactory
ServiceFactory that works within the same transaction without creating a new Property Layer.
CURRENT_TX_WITH_AUTO_FLUSH() - Static method in class org.eclipse.stardust.engine.core.runtime.beans.EmbeddedServiceFactory
ServiceFactory that works within the same transaction without creating a new Property Layer.
CURRENT_TX_WITH_PROPERTY_LAYER() - Static method in class org.eclipse.stardust.engine.core.runtime.beans.EmbeddedServiceFactory
ServiceFactory that works within the same transaction with an added Property Layer.
CURRENT_USER - Static variable in class org.eclipse.stardust.engine.api.query.PerformedByUserFilter
Predefined filter indicating a match against the currently logged in user.
CURRENT_USER - Static variable in class org.eclipse.stardust.engine.api.query.PerformingUserFilter
Predefined filter indicating a match against the currently logged in user.
CURRENT_USER - Static variable in class org.eclipse.stardust.engine.api.query.StartingUserFilter
Special filter for finding process started by the currently logged in user.
CURRENT_USER_PERFORMER_OID - Static variable in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
The OID of the activity instance's current performing user.

D

Daemon - Interface in org.eclipse.stardust.engine.api.runtime
The Daemon class represents a snapshot of a Carnot workflow daemon.
DAEMON - Static variable in class org.eclipse.stardust.engine.api.runtime.LogCode
The LogEntry was created during daemon execution.
DaemonExecutionState - Class in org.eclipse.stardust.engine.api.runtime
Represents the execution state of a daemon.
Data - Interface in org.eclipse.stardust.engine.api.model
A client side view of a data definition.
DATA - Static variable in class org.eclipse.stardust.engine.api.runtime.LogCode
The LogEntry was created by a process data operation
DATA_CHANGE - Static variable in class org.eclipse.stardust.engine.api.runtime.HistoricalEventType
The HistoricalEvent describes a data change
DATA_ID_ATTACHMENTS - Static variable in class org.eclipse.stardust.engine.extensions.dms.data.DmsConstants
 
DATA_TYPE_DMS_DOCUMENT - Static variable in class org.eclipse.stardust.engine.extensions.dms.data.DmsConstants
 
DATA_TYPE_DMS_DOCUMENT_LIST - Static variable in class org.eclipse.stardust.engine.extensions.dms.data.DmsConstants
 
DATA_TYPE_DMS_FOLDER - Static variable in class org.eclipse.stardust.engine.extensions.dms.data.DmsConstants
 
DATA_TYPE_DMS_FOLDER_LIST - Static variable in class org.eclipse.stardust.engine.extensions.dms.data.DmsConstants
 
DATA_TYPE_ID - Static variable in class org.eclipse.stardust.engine.api.query.DataQuery
Attribute to filter for a specific data type.
DataChange - Static variable in class org.eclipse.stardust.engine.api.runtime.HistoricalEventType
 
DataCopyOptions - Class in org.eclipse.stardust.engine.api.runtime
Options class that specifies how the data should be copied between two process instances.
DataCopyOptions(boolean, Map<String, String>, Map<String, ? extends Serializable>, boolean) - Constructor for class org.eclipse.stardust.engine.api.runtime.DataCopyOptions
Creates a new DataCopyOptions object with the specified parameters.
DataCopyOptions(List<String>) - Constructor for class org.eclipse.stardust.engine.api.runtime.DataCopyOptions
Creates a new DataCopyOptions object with a list of custom data value converters.
DataCopyOptions(boolean, Map<String, String>, Map<String, ? extends Serializable>, boolean, List<String>) - Constructor for class org.eclipse.stardust.engine.api.runtime.DataCopyOptions
Creates a new DataCopyOptions object with the specified parameters.
DataFilter - Class in org.eclipse.stardust.engine.api.query
 
DataFilter(String, String, Operator.Binary, Serializable, int) - Constructor for class org.eclipse.stardust.engine.api.query.DataFilter
 
DataFilter(String, String, Operator.Ternary, Serializable, Serializable, int) - Constructor for class org.eclipse.stardust.engine.api.query.DataFilter
 
DataMapping - Interface in org.eclipse.stardust.engine.api.model
A client side view of a data mapping.
DataOrder - Class in org.eclipse.stardust.engine.api.query
Criterion for ordering elements resulting from a query according to workflow data, either with ascending or descending values.
DataOrder(String) - Constructor for class org.eclipse.stardust.engine.api.query.DataOrder
Initializes the criterion to order according to ascending values of the given workflow data.
DataOrder(String, String) - Constructor for class org.eclipse.stardust.engine.api.query.DataOrder
Initializes the criterion to order according to ascending values of the given workflow data.
DataOrder(String, boolean) - Constructor for class org.eclipse.stardust.engine.api.query.DataOrder
Initializes the criterion to order according to ascending or descending values of the given workflow data.
DataOrder(String, String, boolean) - Constructor for class org.eclipse.stardust.engine.api.query.DataOrder
Initializes the criterion to order according to ascending or descending values of the given workflow data.
DataPath - Interface in org.eclipse.stardust.engine.api.model
The DataPath class provides read and write access to the workflow data.
DataQuery - Class in org.eclipse.stardust.engine.api.query
Query container for building complex queries for data.
DataValidator - Interface in org.eclipse.stardust.engine.core.spi.extensions.model
Provides static validation of DataMapping configurations by tentatively evaluation of AccessPoint dereferences during modeling time.
DataValueConverter - Interface in org.eclipse.stardust.engine.api.runtime
User provided class that allows custom conversion of data values during process spawning.
DATE_CREATED - Static variable in class org.eclipse.stardust.engine.api.query.DocumentQuery
Allows to define a filter on the document's creation date.
DATE_LAST_MODIFIED - Static variable in class org.eclipse.stardust.engine.api.query.DocumentQuery
Allows to define a filter on the document's last modification date.
DEBUG - Static variable in class org.eclipse.stardust.engine.api.runtime.LogType
The LogEntry contains debug information.
Debug - Static variable in class org.eclipse.stardust.engine.api.runtime.LogType
 
DECLARED_TYPE_ID - Static variable in class org.eclipse.stardust.engine.api.query.DataQuery
Attribute to filter for dms data having a specific declared type id assigned.
DEFAULT - Static variable in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetailsLevel
Alias for default details level.
Default - Static variable in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetailsLevel
 
DEFAULT - Static variable in class org.eclipse.stardust.engine.api.runtime.DataCopyOptions
The default data copy options used when no options are specified.
DEFAULT - Static variable in interface org.eclipse.stardust.engine.api.runtime.Department
This constants must be used to represent the default (all null) department when adding user grants.
DEFAULT - Static variable in class org.eclipse.stardust.engine.api.runtime.DeploymentOptions
Deployment options with default values: no comment, warning are not ignored, no validity restriction and 'overwrite' operations without an initial model are not allowed.
DEFAULT - Static variable in class org.eclipse.stardust.engine.api.runtime.DeputyOptions
Deputy options with default values: no restriction on participants, no restrictions on dates
DEFAULT - Static variable in class org.eclipse.stardust.engine.api.runtime.SpawnOptions
The default spawn options used when no options are specified.
DEFAULT - Static variable in class org.eclipse.stardust.engine.api.runtime.TransitionOptions
Default options that limits the search to the process definition of the specified activity instance.
DefaultJAASSecureSessionFactory - Class in org.eclipse.stardust.engine.api.ejb2
 
DefaultJAASSecureSessionFactory() - Constructor for class org.eclipse.stardust.engine.api.ejb2.DefaultJAASSecureSessionFactory
 
DefaultPrincipalNameProvider - Class in org.eclipse.stardust.engine.core.compatibility.spi.security
Default implementation for interface PrincipalNameProvider.
DefaultPrincipalNameProvider() - Constructor for class org.eclipse.stardust.engine.core.compatibility.spi.security.DefaultPrincipalNameProvider
 
definesDepartmentScope() - Method in interface org.eclipse.stardust.engine.api.model.ModelParticipantInfo
Returns true if the model participant is modeled to support creation of its own departments.
delegateCase(long, ParticipantInfo) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Delegates the case process instance to the specified participant.
delegateCase(long, ParticipantInfo) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Delegates the case process instance to the specified participant.
delegateCase(long, ParticipantInfo) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Delegates the case process instance to the specified participant.
delegateToDefaultPerformer(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Delegates the specified activitiy instance to the default worklist of the corresponding activity.
delegateToDefaultPerformer(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Delegates the specified activitiy instance to the default worklist of the corresponding activity.
delegateToDefaultPerformer(long) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Delegates the specified activitiy instance to the default worklist of the corresponding activity.
delegateToParticipant(long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Delegates the specified activity instance to a specific performer.
delegateToParticipant(long, ParticipantInfo) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Delegates the activity instance to the specified participant as follows: if the participant is null, then delegates the activity to the default performer. if the participant is an instance of a UserInfo, then delegates the activity to the specified user. if the participant is an instance of a UserGroupInfo, then delegates the activity to the specified user group. if the participant is an instance of a ModelParticipantInfo, then delegates the activity to the specified model participant.
delegateToParticipant(long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Delegates the specified activity instance to a specific performer.
delegateToParticipant(long, ParticipantInfo) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Delegates the activity instance to the specified participant as follows: if the participant is null, then delegates the activity to the default performer. if the participant is an instance of a UserInfo, then delegates the activity to the specified user. if the participant is an instance of a UserGroupInfo, then delegates the activity to the specified user group. if the participant is an instance of a ModelParticipantInfo, then delegates the activity to the specified model participant.
delegateToParticipant(long, String) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Delegates the specified activity instance to a specific performer.
delegateToParticipant(long, ParticipantInfo) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Delegates the activity instance to the specified participant as follows: if the participant is null, then delegates the activity to the default performer. if the participant is an instance of a UserInfo, then delegates the activity to the specified user. if the participant is an instance of a UserGroupInfo, then delegates the activity to the specified user group. if the participant is an instance of a ModelParticipantInfo, then delegates the activity to the specified model participant.
delegateToUser(long, long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Delegates the specified activity instance to a specific performer.
delegateToUser(long, long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Delegates the specified activity instance to a specific performer.
delegateToUser(long, long) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Delegates the specified activity instance to a specific performer.
DELEGATION - Static variable in class org.eclipse.stardust.engine.api.runtime.HistoricalEventType
The HistoricalEvent describes a delegation event.
Delegation - Static variable in class org.eclipse.stardust.engine.api.runtime.HistoricalEventType
 
deleteBusinessObjectInstance(String, Object) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Deletes a business object instance.
deleteBusinessObjectInstance(String, Object) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Deletes a business object instance.
deleteBusinessObjectInstance(String, Object) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Deletes a business object instance.
deleteModel(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Deletes the specified model.
deleteModel(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Deletes the specified model.
deleteModel(long) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Deletes the specified model.
deleteProcesses(List) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Deletes process instances from the audit trail.
deleteProcesses(List) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Deletes process instances from the audit trail.
deleteProcesses(List<Long>) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Deletes process instances from the audit trail.
deleteRuntimeArtifact(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Deleted a deployed artifact by oid.
deleteRuntimeArtifact(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Deleted a deployed artifact by oid.
deleteRuntimeArtifact(long) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Deleted a deployed artifact by oid.
deliverNewPassword(IUser, String) - Method in interface org.eclipse.stardust.engine.core.spi.security.CredentialDeliveryStrategy
 
deliverPasswordResetToken(IUser, String) - Method in interface org.eclipse.stardust.engine.core.spi.security.CredentialDeliveryStrategy
 
DENIED - Static variable in class org.eclipse.stardust.engine.api.runtime.PermissionState
The permission is denied to the current user.
Denied - Static variable in class org.eclipse.stardust.engine.api.runtime.PermissionState
The permission is denied to the current user.
Department - Interface in org.eclipse.stardust.engine.api.runtime
 
DepartmentExistsException - Exception in org.eclipse.stardust.engine.api.runtime
Thrown to indicate that a department with same id already exists.
DepartmentExistsException(String) - Constructor for exception org.eclipse.stardust.engine.api.runtime.DepartmentExistsException
 
DepartmentInfo - Interface in org.eclipse.stardust.engine.api.runtime
 
DeployedModel - Interface in org.eclipse.stardust.engine.api.runtime
A client view of a Model, which includes deployment information.
DeployedModelDescription - Interface in org.eclipse.stardust.engine.api.runtime
The DeployedModelDescription class provides deployment information for a workflow model.
DeployedModelQuery - Class in org.eclipse.stardust.engine.api.query
Query container for building complex queries for deployed models.
DeployedModelQuery.DeployedModelState - Enum in org.eclipse.stardust.engine.api.query
Enumeration of model states.
DeployedRuntimeArtifact - Interface in org.eclipse.stardust.engine.api.runtime
A deployed runtime artifact is including a unique oid.
It does not contain binary content like the RuntimeArtifact.
DeployedRuntimeArtifactQuery - Class in org.eclipse.stardust.engine.api.query
Query to search for DeployedRuntimeArtifact matching specified attributes.
DeployedRuntimeArtifactQuery() - Constructor for class org.eclipse.stardust.engine.api.query.DeployedRuntimeArtifactQuery
 
DeployedRuntimeArtifactQuery(boolean) - Constructor for class org.eclipse.stardust.engine.api.query.DeployedRuntimeArtifactQuery
 
DeployedRuntimeArtifactQuery.Attribute - Class in org.eclipse.stardust.engine.api.query
Log entry attribute supporting filter operations.
DeploymentElement - Class in org.eclipse.stardust.engine.api.runtime
Container for the raw deployment data, i.e.
DeploymentElement(byte[]) - Constructor for class org.eclipse.stardust.engine.api.runtime.DeploymentElement
Creates a new deployment element.
DeploymentException - Exception in org.eclipse.stardust.engine.api.runtime
Thrown if an exception occured during deployment.
DeploymentException(String, DeploymentInfo) - Constructor for exception org.eclipse.stardust.engine.api.runtime.DeploymentException
Creates a DeploymentException with a message and the corresponding deployment information.
DeploymentException(String, List<DeploymentInfo>) - Constructor for exception org.eclipse.stardust.engine.api.runtime.DeploymentException
Creates a DeploymentException with a message and the corresponding deployment information.
DeploymentException(List<DeploymentInfo>, String, Object...) - Constructor for exception org.eclipse.stardust.engine.api.runtime.DeploymentException
 
DeploymentInfo - Interface in org.eclipse.stardust.engine.api.runtime
The DeploymentInfo class is used to receive information about a deployment operation.
DeploymentOptions - Class in org.eclipse.stardust.engine.api.runtime
Container class for the deployment options.
DeploymentOptions() - Constructor for class org.eclipse.stardust.engine.api.runtime.DeploymentOptions
 
deployModel(String, int) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Deprecated. since 6.0, predecessorOID is ignored.
deployModel(String, String, int, Date, Date, String, boolean, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Deprecated. since 6.0, configuration, validTo and disabled are ignored.
deployModel(List, DeploymentOptions) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Deploys a group of models.
deployModel(String, int) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Deprecated. since 6.0, predecessorOID is ignored.
deployModel(String, String, int, Date, Date, String, boolean, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Deprecated. since 6.0, configuration, validTo and disabled are ignored.
deployModel(List, DeploymentOptions) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Deploys a group of models.
deployModel(String, int) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Deprecated. since 6.0, predecessorOID is ignored.
deployModel(String, String, int, Date, Date, String, boolean, boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Deprecated. since 6.0, configuration, validTo and disabled are ignored.
deployModel(List<DeploymentElement>, DeploymentOptions) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Deploys a group of models.
deployRuntimeArtifact(RuntimeArtifact) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Deploys a new artifact with a new oid.
deployRuntimeArtifact(RuntimeArtifact) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Deploys a new artifact with a new oid.
deployRuntimeArtifact(RuntimeArtifact) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Deploys a new artifact with a new oid.
DeputyOptions - Class in org.eclipse.stardust.engine.api.runtime
Container class for the deputy description options.
DeputyOptions() - Constructor for class org.eclipse.stardust.engine.api.runtime.DeputyOptions
Creates new options valid from now, unlimited and with an empty participant set.
DeputyOptions(Date, Date) - Constructor for class org.eclipse.stardust.engine.api.runtime.DeputyOptions
Creates new options valid in the given interval and with an empty participant set.
DeputyOptions(Date, Date, Set<ModelParticipantInfo>) - Constructor for class org.eclipse.stardust.engine.api.runtime.DeputyOptions
Creates new options valid in the given interval and with the specified participant set.
DESCRIPTION - Static variable in class org.eclipse.stardust.engine.api.query.UserGroupQuery
 
DESCRIPTION - Static variable in class org.eclipse.stardust.engine.api.query.UserQuery
 
DescriptorPolicy - Class in org.eclipse.stardust.engine.api.query
Policy for specifying retrieval of descriptors.
deserialize(String) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryAuditTrailUtils
 
destroyInstance(IRepositoryInstance) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryProvider
This is called when a IRepositoryInstance is destroyed and should cleanup the used resources.
DIAG_CANNOT_LOAD_IMAGE_ICON - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DIAG_CANNOT_LOAD_RESOURCE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DIAG_ENTRY_FOR_PROPERTY_CANNOT_BE_MAPPED_TO_INTEGER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DIAG_ENTRY_FOR_PROPERTY_CANNOT_BE_MAPPED_TO_TRUE_OR_FALSE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DIAG_FAILED_TO_CREATE_FONT_FOR_THE_PROPERTY_MALFORMED_SIZE_STRING - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DIAG_FAILED_TO_CREATE_STROKE_THE_PROPERTY_SET - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DIAG_NO_TAG_SPECIFED_BEFORE_COLON - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DIAG_NO_TAG_SPECIFED_BEFORE_CURLY_BRACE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DIAG_RESOURCE_FOR_OBJECT_COULD_NOT_BE_LOADED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DIAG_UNEXPECTED_ARROW_TYPE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DISABLED_FOR_USER - Static variable in interface org.eclipse.stardust.engine.api.runtime.UserService
Constant used as sessionId on sessions opened with user disabled for tracking.
DMS_ANNOTATIONS_ID_PRESENT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_CANNOT_REMOVE_ROOT_FILE_VERSION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_DOCUMENT_TYPE_DEPLOY_ERROR - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_DOCUMENT_TYPE_INVALID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_ELEMENT_IS_NOT_FOUND - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_EMPTY_FILE_NAME - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_EMPTY_FOLDER_NAME - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_FAILED_PATH_RESOLVE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_FAILED_READING_ENTITY_BEAN_ATTRIBUTE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_FAILED_RETRIEVING_CONTENT_FOR_DOCUMENT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_FAILED_SETTING_DOCUMENT_ATTRIBUTE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_FAILED_UPDATING_CONTENT_FOR_DOCUMENT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_FILE_STORE_UNAVAILABLE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_GENERIC_ERROR - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_GENERIC_SECURITY_ERROR - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_ID_SOURCE_DEFAULT - Static variable in class org.eclipse.stardust.engine.extensions.dms.data.DmsConstants
 
DMS_ID_SOURCE_MODEL - Static variable in class org.eclipse.stardust.engine.extensions.dms.data.DmsConstants
 
DMS_ID_SOURCE_RUNTIME - Static variable in class org.eclipse.stardust.engine.extensions.dms.data.DmsConstants
 
DMS_INVALID_HANLDE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_INVALID_REPOSITORY_SPACE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_ITEM_EXISTS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_NO_DUCUMENTMANAGEMENTSERVICE_AVAILABLE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_NO_MATCHING_DOC_FOUND - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_NO_VALUE_FOR_MANDATORY_IN_ACCESS_POINT_SUPPLIED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_REPOSITORY_CONFIGURATION_PARAMETER_IS_NULL - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_REPOSITORY_DEFAULT_LOAD_FAILED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_REPOSITORY_DEFAULT_UNBIND - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_REPOSITORY_INSTANCE_ALREADY_BOUND - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_REPOSITORY_INSTANCE_NOT_FOUND - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_REPOSITORY_NOT_FOUND_FOR_JNDI_NAME - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_REPOSITORY_PROVIDER_NOT_FOUND - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_REPOSITORY_SYSTEM_UNBIND - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_SCOPE - Static variable in class org.eclipse.stardust.engine.extensions.dms.data.DmsConstants
 
DMS_SECURITY_ERROR_ACCESS_DENIED_ON_DOCUMENT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_SECURITY_ERROR_ACCESS_DENIED_ON_FOLDER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_SECURITY_ERROR_ADMIN_REQUIRED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_SECURITY_ERROR_DMS_READONLY_FOR_PREFERENCES - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_SECURITY_ERROR_WRITE_IN_ARCHIVE_MODE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_SETTING_EMPTY_NAME_IN_DOCUMENTS_OR_FOLDERS_NOT_POSSIBLE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_UNKNOWN_FILE_ID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_UNKNOWN_FILE_VERSION_ID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_UNKNOWN_FOLDER_ID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DMS_UNSUPPORTED_VALUE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
DmsConstants - Class in org.eclipse.stardust.engine.extensions.dms.data
 
DmsConstants() - Constructor for class org.eclipse.stardust.engine.extensions.dms.data.DmsConstants
 
DmsContentServlet - Class in org.eclipse.stardust.engine.api.web.dms
 
DmsContentServlet() - Constructor for class org.eclipse.stardust.engine.api.web.dms.DmsContentServlet
 
DmsContentServlet.ExecutionServiceProvider - Interface in org.eclipse.stardust.engine.api.web.dms
 
DmsDocumentBean - Class in org.eclipse.stardust.engine.extensions.dms.data
 
DmsDocumentBean() - Constructor for class org.eclipse.stardust.engine.extensions.dms.data.DmsDocumentBean
 
DmsDocumentBean(Map) - Constructor for class org.eclipse.stardust.engine.extensions.dms.data.DmsDocumentBean
 
DmsPrincipal - Class in org.eclipse.stardust.engine.extensions.dms.data
A DmsPrincipal represents an identifiable IPP entity; either User, UserGroup or ModelParticipant.
DmsPrincipal(String) - Constructor for class org.eclipse.stardust.engine.extensions.dms.data.DmsPrincipal
Deprecated. please use the other constructors which ensure an unique name based on an IPP entity.
DmsPrincipal(ModelParticipantInfo, String) - Constructor for class org.eclipse.stardust.engine.extensions.dms.data.DmsPrincipal
Created a DmsPrincipal which identifies a ModelParticipant.
DmsPrincipal(ModelParticipantInfo, Department, String) - Constructor for class org.eclipse.stardust.engine.extensions.dms.data.DmsPrincipal
Created a DmsPrincipal which identifies a ModelParticipant.
DmsPrincipal(ModelParticipantInfo, IDepartment, String) - Constructor for class org.eclipse.stardust.engine.extensions.dms.data.DmsPrincipal
Created a DmsPrincipal which identifies a ModelParticipant.
DmsPrincipal(UserInfo, String) - Constructor for class org.eclipse.stardust.engine.extensions.dms.data.DmsPrincipal
Created a DmsPrincipal which identifies a User.
DmsPrincipal(UserGroupInfo) - Constructor for class org.eclipse.stardust.engine.extensions.dms.data.DmsPrincipal
Created a DmsPrincipal which identifies a UserGroup.
DmsUtils - Class in org.eclipse.stardust.engine.api.runtime
Utility class for operating DocumentManagementService
DmsUtils() - Constructor for class org.eclipse.stardust.engine.api.runtime.DmsUtils
 
DOC_CONTENT - Static variable in class org.eclipse.stardust.engine.api.query.DocumentQuery
Alias for DocumentQuery.CONTENT, suitable for static imports.
DOC_CONTENT_TYPE - Static variable in class org.eclipse.stardust.engine.api.query.DocumentQuery
Alias for DocumentQuery.CONTENT_TYPE, suitable for static imports.
DOC_CREATED - Static variable in class org.eclipse.stardust.engine.api.query.DocumentQuery
Alias for DocumentQuery.DATE_CREATED, suitable for static imports.
DOC_ID - Static variable in class org.eclipse.stardust.engine.api.query.DocumentQuery
Alias for DocumentQuery.ID, suitable for static imports.
DOC_LAST_MODIFIED - Static variable in class org.eclipse.stardust.engine.api.query.DocumentQuery
Alias for DocumentQuery.DATE_LAST_MODIFIED, suitable for static imports.
DOC_META_DATA - Static variable in class org.eclipse.stardust.engine.api.query.DocumentQuery
Alias for DocumentQuery.META_DATA, suitable for static imports.
DOC_NAME - Static variable in class org.eclipse.stardust.engine.api.query.DocumentQuery
Alias for DocumentQuery.NAME, suitable for static imports.
DOC_OWNER - Static variable in class org.eclipse.stardust.engine.api.query.DocumentQuery
Alias for DocumentQuery.OWNER, suitable for static imports.
Document - Interface in org.eclipse.stardust.engine.api.runtime
The Document interface represents an existing JCR document.
DOCUMENT_TYPE_ID - Static variable in class org.eclipse.stardust.engine.api.query.DocumentQuery
Allows to define a filter on the document's documentType id.
DOCUMENT_TYPE_SCHEMA_LOCATION - Static variable in class org.eclipse.stardust.engine.api.query.DocumentQuery
Allows to define a filter on the document's documentType schema location.
DocumentAnnotations - Interface in org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument
Super interface for all document related annotations.
DocumentInfo - Interface in org.eclipse.stardust.engine.api.runtime
The DocumentInfo keeps information common to both existing and not yet existing JCR documents.
DocumentManagementService - Interface in org.eclipse.stardust.engine.api.runtime
The DocumentManagementService provides all functionality for DMS operations in a CARNOT runtime environment.
DocumentQuery - Class in org.eclipse.stardust.engine.api.query
 
DocumentQuery() - Constructor for class org.eclipse.stardust.engine.api.query.DocumentQuery
 
DocumentQuery.MetadataFilterBuilder - Class in org.eclipse.stardust.engine.api.query
 
DocumentQuery.MetadataFilterBuilder() - Constructor for class org.eclipse.stardust.engine.api.query.DocumentQuery.MetadataFilterBuilder
 
Documents - Class in org.eclipse.stardust.engine.api.runtime
Result of an DocumentQuery execution.
Documents(Query, RawQueryResult<Document>) - Constructor for class org.eclipse.stardust.engine.api.runtime.Documents
 
DocumentType - Class in org.eclipse.stardust.engine.extensions.dms.data
Describes the meta data structure of a document which can be set by using ResourceInfo.setProperties(java.util.Map) and retrieved by using ResourceInfo.getProperties()
The preferred way of retrieving DocumentTypes should be by usage of DocumentTypeUtils
DocumentType(String, String) - Constructor for class org.eclipse.stardust.engine.extensions.dms.data.DocumentType
 
DocumentTypeUtils - Class in org.eclipse.stardust.engine.core.runtime.beans
 
DomainScope - Static variable in class org.eclipse.stardust.engine.api.model.ProfileScope
Domain scope.
dropAuditTrailPartition(String, String) - Static method in class org.eclipse.stardust.engine.api.pojo.AuditTrailPartitionManager
Deletes the partition identified by the given partitionId.
dropUserRealm(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Drops the user realm associated with the given ID.
dropUserRealm(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Drops the user realm associated with the given ID.
dropUserRealm(String) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Drops the user realm associated with the given ID.
DynamicParticipant - Interface in org.eclipse.stardust.engine.api.model
A client side view of a workflow participant defined at runtime.
DynamicParticipant - Static variable in class org.eclipse.stardust.engine.api.model.ParticipantType
 
DynamicParticipantInfo - Interface in org.eclipse.stardust.engine.api.model
A client side view of a workflow participant defined at runtime with base information only.
DynamicParticipantSynchronizationProvider - Class in org.eclipse.stardust.engine.core.spi.security
Contract for providing access to external user repositories.
DynamicParticipantSynchronizationProvider() - Constructor for class org.eclipse.stardust.engine.core.spi.security.DynamicParticipantSynchronizationProvider
 
DynamicParticipantSynchronizationStrategy - Class in org.eclipse.stardust.engine.core.spi.security
The DynamicParticipantSynchronizationStrategy is used to determine if a given user or user group needs to be synchronized with an external.
DynamicParticipantSynchronizationStrategy() - Constructor for class org.eclipse.stardust.engine.core.spi.security.DynamicParticipantSynchronizationStrategy
 

E

EJB_CANNOT_CREATE_SESSION_BEAN - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
EJB_FAILED_LOADING_SERVICE_INTERFACE_CLASS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
EJB_FAILED_LOOKING_UP_ENTITY_BEAN_VIA_PK - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
EJB_FAILED_OBTAINING_ENTITY_BEAN_NO_GETPK_METHOD - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
EJB_FAILED_OBTAINING_ENTITY_BEAN_PK - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
EJB_FAILED_READING_ENTITY_BEAN_ATTRIBUTE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
EJB_FAILED_RETRIEVING_ENTITY_BEAN - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
EJB_FAILED_SETTING_ENTITY_BEAN_ATTRIBUTE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
EJB_FAILED_TRANSLATING_ENTITY_BEAN_HANLDE_TO_BEAN_REFERENCE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
EJB_INVALID_ID_ACCESS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
EJB_INVALID_SERVICE_FACTORY_CONFIGURATION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
EJB_INVALID_TUNNELING_SERVICE_ENDPOINT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
EJB_MISSING_DATA_SOURCE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
EJB_NO_ENTITYMANAGER_COULD_BE_RETRIEVED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
EJB_UNKNOWN_CARRIER_MESSAGE_TYPE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
EjbEnvServiceFactory - Class in org.eclipse.stardust.engine.api.ejb2
Retrieves IPP service homes from the EJB environment's JNDI context.
EjbEnvServiceFactory() - Constructor for class org.eclipse.stardust.engine.api.ejb2.EjbEnvServiceFactory
 
EMAIL - Static variable in class org.eclipse.stardust.engine.api.query.UserQuery
 
EmbeddedServiceFactory - Class in org.eclipse.stardust.engine.core.runtime.beans
 
EmbeddedServiceFactory() - Constructor for class org.eclipse.stardust.engine.core.runtime.beans.EmbeddedServiceFactory
 
EmbeddedServiceFactory.EmbeddedInvocationManager - Class in org.eclipse.stardust.engine.core.runtime.beans
 
EmbeddedServiceFactory.EmbeddedInvocationManager(Object, List<MethodInterceptor>) - Constructor for class org.eclipse.stardust.engine.core.runtime.beans.EmbeddedServiceFactory.EmbeddedInvocationManager
 
encodeDmsServletToken(String, String, long, long) - Static method in class org.eclipse.stardust.engine.api.web.dms.DmsContentServlet
 
endpoint - Variable in class org.eclipse.stardust.engine.api.ejb2.TunnelingAwareSecureSessionFactory.SecureSession
 
ENGINE - Static variable in class org.eclipse.stardust.engine.api.runtime.LogCode
The LogEntry was created in the engine context.
ENGINE_EVENT - Static variable in class org.eclipse.stardust.engine.core.spi.extensions.runtime.Event
Indicates an engine internal, push-type event.
ensureFolderHierarchyExists(String, DocumentManagementService) - Static method in class org.eclipse.stardust.engine.api.runtime.DmsUtils
 
equals(Object) - Method in class org.eclipse.stardust.engine.api.query.DataFilter
 
equals(Object) - Method in class org.eclipse.stardust.engine.api.runtime.Scope
 
equals(Object) - Method in class org.eclipse.stardust.engine.api.runtime.TransitionInfo
 
equals(Object) - Method in class org.eclipse.stardust.engine.api.runtime.TransitionTarget
 
equals(Object) - Method in class org.eclipse.stardust.engine.core.spi.security.ExternalUserConfiguration.GrantInfo
 
equals(Object) - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.Identifiable
 
equals(Object) - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageOrientation
 
equals(Object) - Method in class org.eclipse.stardust.engine.extensions.dms.data.DocumentType
 
equalsCaseDescriptor(String, Object) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching case descriptor being equal with the given value.
ERROR - Static variable in class org.eclipse.stardust.engine.api.model.Inconsistency
Specifies an error inconsistency.
ERROR - Static variable in class org.eclipse.stardust.engine.api.runtime.LogType
The LogEntry contains an error.
Error - Static variable in class org.eclipse.stardust.engine.api.runtime.LogType
 
evaluate(Map, Object, String) - Method in interface org.eclipse.stardust.engine.core.spi.extensions.runtime.AccessPathEvaluator
Evaluates an out data path by applying the outPath expression against the given accessPoint and returning the resulting value.
evaluate(Map, Object, String, Object) - Method in interface org.eclipse.stardust.engine.core.spi.extensions.runtime.AccessPathEvaluator
Evaluates an in data path by applying the inPath expression parametrized with the given value against the given accessPoint and returns the result, if appropriate.
EvaluateByWorkitemsPolicy - Class in org.eclipse.stardust.engine.api.query
Policy to advise QueryService to retrieve activtiy instance from Workitems only
evaluateFilter(FilterEvaluationVisitor, Object) - Method in class org.eclipse.stardust.engine.api.query.WorklistQuery
 
EvaluationPolicy - Interface in org.eclipse.stardust.engine.api.query
Interface to be implemented by custom query evaluation policies.
EVENT - Static variable in class org.eclipse.stardust.engine.api.runtime.LogCode
The LogEntry was created during event handling.
Event - Class in org.eclipse.stardust.engine.core.spi.extensions.runtime
Representation of an event.
Event(int, long, long, long, int) - Constructor for class org.eclipse.stardust.engine.core.spi.extensions.runtime.Event
 
EVENT_DAEMON - Static variable in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
The predefined event daemon type.
EVENT_EXECUTION - Static variable in class org.eclipse.stardust.engine.api.runtime.HistoricalEventType
The HistoricalEvent describes an event execution event.
EventAction - Interface in org.eclipse.stardust.engine.api.model
A client side view of a workflow event action.
EventActionBinding - Interface in org.eclipse.stardust.engine.api.runtime
Client view of the binding state of an event action.
EventActionInstance - Interface in org.eclipse.stardust.engine.core.spi.extensions.runtime
Implementations of EventActionInstance provide the actual behaviour of any event action type.
EventAware - Interface in org.eclipse.stardust.engine.api.model
EventAware represents any instance capable of receiving and handling workflow events.
EventExecution - Static variable in class org.eclipse.stardust.engine.api.runtime.HistoricalEventType
 
EventHandler - Interface in org.eclipse.stardust.engine.api.model
A client side view of a workflow event handler.
EventHandlerBinding - Interface in org.eclipse.stardust.engine.api.runtime
Client view of the binding state of an event handler.
EXCEEDING_TARGET_COST_PER_EXECUTION - Static variable in class org.eclipse.stardust.engine.core.query.statistics.api.CriticalCostPerExecutionPolicy
 
EXCEEDING_TARGET_EXECUTION_TIME - Static variable in class org.eclipse.stardust.engine.core.query.statistics.api.CriticalExecutionTimePolicy
 
EXCEEDING_TARGET_PROCESSING_TIME - Static variable in class org.eclipse.stardust.engine.core.query.statistics.api.CriticalProcessingTimePolicy
 
EXCEEDING_TARGET_PROCESSING_TIME - Static variable in class org.eclipse.stardust.engine.core.query.statistics.api.PerformanceCriticalityPolicy
 
EXCEPTION - Static variable in class org.eclipse.stardust.engine.api.runtime.HistoricalEventType
The HistoricalEvent describes an exception event.
Exception - Static variable in class org.eclipse.stardust.engine.api.runtime.HistoricalEventType
 
exception(Exception) - Method in interface org.eclipse.stardust.engine.core.spi.cluster.ClusterSafeObjectProvider
Will be called in case an exception occured during access of an object retrieved from the cluster safe object provider.
EXCLUDE_USER - Static variable in class org.eclipse.stardust.engine.api.query.ExcludeUserPolicy
This policy excluded activity instances in activity instance queries where the user is an excluded user for that activity instance.
excludePredefinedModels() - Static method in class org.eclipse.stardust.engine.api.query.ModelPolicy
Initialize a ModelPolicy that excludes the PredefinedModel from the DeployedModelQuery
ExcludeUserPolicy - Class in org.eclipse.stardust.engine.api.query
Policy to exclude Activity Instances from excluded users in the result.
execute(ServiceCommand) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Executes a ServiceCommand in a single engine transaction.
execute(ServiceCommand) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Executes a ServiceCommand in a single engine transaction.
execute(ServiceCommand) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Executes a ServiceCommand in a single engine transaction.
execute(ServiceFactory) - Method in class org.eclipse.stardust.engine.core.runtime.command.impl.QualityAssuranceCompleteCommand
Executes the complete command for a quality assurance instance
execute(ServiceFactory) - Method in interface org.eclipse.stardust.engine.core.runtime.command.ServiceCommand
Execute the service command.
execute(Event) - Method in interface org.eclipse.stardust.engine.core.spi.extensions.runtime.EventActionInstance
Actually performs the event action.
ExecutionPermission - Annotation Type in org.eclipse.stardust.engine.core.runtime.utils
 
ExecutionPermission.Default - Enum in org.eclipse.stardust.engine.core.runtime.utils
 
ExecutionPermission.Id - Enum in org.eclipse.stardust.engine.core.runtime.utils
 
ExecutionPermission.ReadOnly - Annotation Type in org.eclipse.stardust.engine.core.runtime.utils
 
ExecutionPermission.Scope - Enum in org.eclipse.stardust.engine.core.runtime.utils
 
EXTERNAL - Static variable in class org.eclipse.stardust.engine.api.runtime.LogCode
The LogEntry was created by an external invocation.
ExternalDepartmentConfiguration - Class in org.eclipse.stardust.engine.core.spi.security
 
ExternalDepartmentConfiguration() - Constructor for class org.eclipse.stardust.engine.core.spi.security.ExternalDepartmentConfiguration
 
ExternalLoginProvider - Interface in org.eclipse.stardust.engine.core.spi.security
Contract for providing login-based authentication services.
ExternalLoginResult - Class in org.eclipse.stardust.engine.core.spi.security
Data value object wrapping the result of an authentication request.
ExternalUserConfiguration - Class in org.eclipse.stardust.engine.core.spi.security
 
ExternalUserConfiguration() - Constructor for class org.eclipse.stardust.engine.core.spi.security.ExternalUserConfiguration
 
ExternalUserConfiguration.GrantInfo - Class in org.eclipse.stardust.engine.core.spi.security
 
ExternalUserConfiguration.GrantInfo(String, List<String>) - Constructor for class org.eclipse.stardust.engine.core.spi.security.ExternalUserConfiguration.GrantInfo
 
ExternalUserConfiguration.GrantInfo(String, String...) - Constructor for class org.eclipse.stardust.engine.core.spi.security.ExternalUserConfiguration.GrantInfo
 
ExternalUserGroupConfiguration - Class in org.eclipse.stardust.engine.core.spi.security
 
ExternalUserGroupConfiguration() - Constructor for class org.eclipse.stardust.engine.core.spi.security.ExternalUserGroupConfiguration
 
extractRepositoryId(String) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryIdUtils
 
extractRepositoryId(List<String>) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryIdUtils
 
extractRepositoryId(Resource) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryIdUtils
 

F

FAILED_LOGIN_COUNT - Static variable in class org.eclipse.stardust.engine.api.query.UserQuery
 
FAILED_QUALITY_CONTROL_INSTANCE_OID - Static variable in interface org.eclipse.stardust.engine.api.dto.QualityAssuranceInfo
 
Fatal - Static variable in class org.eclipse.stardust.engine.api.runtime.DaemonExecutionState
A problem occured during daemon forcing it to stop.
FATAL - Static variable in class org.eclipse.stardust.engine.api.runtime.LogType
The LogEntry contains a fatal error.
Fatal - Static variable in class org.eclipse.stardust.engine.api.runtime.LogType
 
FILTER_IGNORED - Static variable in interface org.eclipse.stardust.engine.api.query.FilterVerifier
 
FILTER_KIND_ANY_FOR_USER - Static variable in class org.eclipse.stardust.engine.api.query.PerformingParticipantFilter
Constant marking the special PerformingParticipantFilter.ANY_FOR_USER filter.
FILTER_KIND_DEPARTMENT - Static variable in class org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter
Constant marking a department filter.
FILTER_KIND_MODEL_PARTICIPANT - Static variable in class org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter
Constant marking a model participant grant filter.
FILTER_KIND_MODEL_PARTICIPANT - Static variable in class org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter
Constant marking a model participant filter.
FILTER_KIND_MODEL_PARTICIPANT - Static variable in class org.eclipse.stardust.engine.api.query.PerformingParticipantFilter
Constant marking a model participant filter.
FILTER_KIND_TEAM_LEADER - Static variable in class org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter
Constant marking a team leader filter.
FILTER_KIND_USER - Static variable in class org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter
Constant marking a user filter.
FILTER_KIND_USER_GROUP - Static variable in class org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter
Constant marking a user group membership filter.
FILTER_KIND_USER_GROUP - Static variable in class org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter
Constant marking a user group filter.
FILTER_KIND_USER_GROUP - Static variable in class org.eclipse.stardust.engine.api.query.PerformingParticipantFilter
Constant marking a user group filter.
FILTER_SUPPORTED - Static variable in interface org.eclipse.stardust.engine.api.query.FilterVerifier
 
FILTER_UNSUPPORTED - Static variable in interface org.eclipse.stardust.engine.api.query.FilterVerifier
 
FILTER_VERIFYER - Static variable in class org.eclipse.stardust.engine.api.query.BusinessObjectQuery
List of valid filters.
FILTER_VERIFYER - Static variable in class org.eclipse.stardust.engine.api.query.DataQuery
 
FilterableAttribute - Interface in org.eclipse.stardust.engine.api.query
Definition of an attribute supporting filter operations.
filterActivityAccess(WorkflowService, List<Activity>) - Method in class org.eclipse.stardust.engine.core.runtime.utils.PermissionHelper
Filters a list of activities based on the activity.readActivityInstanceData permission.
FilterAndTerm - Class in org.eclipse.stardust.engine.api.query
Convenience class providing smoother handling of AND filter terms.
FilterCriterion - Interface in org.eclipse.stardust.engine.api.query
Interface to be implemented by custom filter criteria.
FilterEvaluationVisitor - Interface in org.eclipse.stardust.engine.api.query
Interface to be implemented when evaluating a query's filter criteria using the visitor pattern approach.
FilterOrTerm - Class in org.eclipse.stardust.engine.api.query
Convenience class providing smoother handling of OR filter terms.
filterProcessAccess(WorkflowService, List<ProcessDefinition>) - Method in class org.eclipse.stardust.engine.core.runtime.utils.PermissionHelper
Filters a list of process definitions based on the processDefinition.readProcessInstanceData permission.
FilterTerm - Class in org.eclipse.stardust.engine.api.query
Filter criterion providing filter criteria groups.
FilterTerm.Kind - Class in org.eclipse.stardust.engine.api.query
Enumeration for filter term kind definition.
FilterVerifier - Interface in org.eclipse.stardust.engine.api.query
Interface declaration for custom filter verification strategies.
FilterVerifier.VerificationKey - Class in org.eclipse.stardust.engine.api.query
Enumeration class used to mark filter verification results.
findActive() - Static method in class org.eclipse.stardust.engine.api.query.DeployedModelQuery
Creates a query for finding active models.
findActive(String, Date) - Static method in class org.eclipse.stardust.engine.api.query.DeployedRuntimeArtifactQuery
Creates a query for finding active runtime artifacts of a specified type ordered descending by a given date.
findActive(String, String, Date) - Static method in class org.eclipse.stardust.engine.api.query.DeployedRuntimeArtifactQuery
Creates a query for finding the active runtime artifact specified by artifact id and of the specified type.
findActive() - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Creates a query for finding active process instances.
findActive() - Static method in class org.eclipse.stardust.engine.api.query.UserGroupQuery
Creates a query for finding active user groups.
findActive() - Static method in class org.eclipse.stardust.engine.api.query.UserQuery
Creates a query for finding active users.
findActiveForId(String) - Static method in class org.eclipse.stardust.engine.api.query.DeployedModelQuery
Creates a query for finding the active deployed model having the specific id.
findActiveForUser(String) - Static method in class org.eclipse.stardust.engine.api.query.UserGroupQuery
Creates a query for finding active user groups associated to a given user.
findActiveForUserGroup(String) - Static method in class org.eclipse.stardust.engine.api.query.UserQuery
Creates a query for finding active users associated to a given user group.
findAlive() - Static method in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Creates a query for finding alive activity instances.
findAlive(String) - Static method in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Creates a query for finding alive instances of activities belonging to the process definition identified by processID.
findAlive(String, String) - Static method in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Creates a query for finding alive instances of the activity identified by activityID belonging to the process definition identified by processID.
findAlive(long, String) - Static method in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Creates a query for finding alive instances of the activity identified by activityID belonging to the process instance identified by processInstanceOID.
findAlive() - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Creates a query for finding alive process instances.
findAlive(String) - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Creates a query for finding alive instances of the process definition identified by processID.
findAliveHavingData(String, String, Serializable) - Static method in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Creates a query for finding alive instances of activities belonging to instances of the process definition identified by processID containing workflow data dataID having a value of dataValue.
findAliveHavingData(String, String, String, Serializable) - Static method in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Creates a query for finding alive instances of the activity identified by activityID belonging to instances of the process definition identified by processID containing workflow data dataID having a value of dataValue.
findAliveHavingData(String, String, Serializable) - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Creates a query for finding alive instances of the process definition identified by processID containing workflow data dataID having a value of dataValue.
findAll() - Static method in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Creates a query for finding all activity instances currently existing.
findAll() - Static method in class org.eclipse.stardust.engine.api.query.BusinessObjectQuery
Creates a query for finding all business objects.
findAll() - Static method in class org.eclipse.stardust.engine.api.query.DataQuery
Creates a query for finding all data.
findAll() - Static method in class org.eclipse.stardust.engine.api.query.DeployedModelQuery
Creates a query for finding all deployed models.
findAll() - Static method in class org.eclipse.stardust.engine.api.query.DeployedRuntimeArtifactQuery
Creates a query for finding all runtime artifacts
findAll() - Static method in class org.eclipse.stardust.engine.api.query.DocumentQuery
Creates a query for finding all documents currently existing.
findAll(boolean) - Static method in class org.eclipse.stardust.engine.api.query.LogEntryQuery
Creates a query for finding all log entries, ordering the result either by descending or ascending timestamps.
findAll(int, int) - Static method in class org.eclipse.stardust.engine.api.query.LogEntryQuery
Creates a query for finding a subset of all log entries.
findAll(PreferenceScope) - Static method in class org.eclipse.stardust.engine.api.query.PreferenceQuery
Creates a query for finding all preferences existing.
findAll() - Static method in class org.eclipse.stardust.engine.api.query.ProcessDefinitionQuery
Creates a query for finding all process definitions from the active model.
findAll() - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Creates a query for finding all process instances currently existing.
findAll() - Static method in class org.eclipse.stardust.engine.api.query.UserGroupQuery
Creates a query for finding all user groups.
findAll() - Static method in class org.eclipse.stardust.engine.api.query.UserQuery
Creates a query for finding all users.
findAllActive(Date) - Static method in class org.eclipse.stardust.engine.api.query.DeployedRuntimeArtifactQuery
Creates a query for finding all currently active runtime artifacts ordered descending by a given date.
findAllDepartments(DepartmentInfo, OrganizationInfo) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves all the departments satisfying the search criteria.
findAllDepartments(DepartmentInfo, OrganizationInfo) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves all the departments satisfying the search criteria.
findAllDepartments(DepartmentInfo, OrganizationInfo) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves all the departments satisfying the search criteria.
findAllForModel(long) - Static method in class org.eclipse.stardust.engine.api.query.DataQuery
Creates a query for finding all data used in the specified model.
findAllForUser(String) - Static method in class org.eclipse.stardust.engine.api.query.UserGroupQuery
Creates a query for finding user group associated to a given user.
findAllForUserGroup(String) - Static method in class org.eclipse.stardust.engine.api.query.UserQuery
Creates a query for finding users associated to a given user group.
findCaseByName(String) - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Creates a query for finding case instances with the specified name.
findCaseMembers(long) - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Creates a query for finding instances belonging to the case instance with the specified oid.
findCases() - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Creates a query for finding case instances.
findCompleted() - Static method in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Creates a query for finding completed activity instances.
findCompleted() - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Creates a query for finding completed process instances.
findCompleted(String) - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Creates a query for finding completed instances of the process definition identified by processID.
findCompleteWorklist() - Static method in class org.eclipse.stardust.engine.api.query.WorklistQuery
Creates a query for retrieving all items from the user's private worklist plus all items from role and organization worklists the user belongs to directly or indirectly via the participant hierarchy.
findDepartment(DepartmentInfo, String, OrganizationInfo) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Searches for a department having the specified id in the scope defined by the parent department.
findDepartment(DepartmentInfo, String, OrganizationInfo) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Searches for a department having the specified id in the scope defined by the parent department.
findDepartment(DepartmentInfo, String, OrganizationInfo) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Searches for a department having the specified id in the scope defined by the parent department.
findDocuments(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Gets documents based on the XPath query.
findDocuments(DocumentQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Retrieves all documents satisfying the criteria specified in the provided query.
findDocuments(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Gets documents based on the XPath query.
findDocuments(DocumentQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Retrieves all documents satisfying the criteria specified in the provided query.
findDocuments(String) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Deprecated. 
findDocuments(DocumentQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Retrieves all documents satisfying the criteria specified in the provided query.
findDocuments(DocumentQuery) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Retrieves all documents satisfying the criteria specified in the provided query.
findDocumentsByName(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Gets documents based on the name pattern search.
findDocumentsByName(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Gets documents based on the name pattern search.
findDocumentsByName(String) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Deprecated. 
findFirstActivityInstance(ActivityInstanceQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves the first ActivityInstance satisfying the criteria specified in the provided query.
findFirstActivityInstance(ActivityInstanceQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves the first ActivityInstance satisfying the criteria specified in the provided query.
findFirstActivityInstance(ActivityInstanceQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves the first ActivityInstance satisfying the criteria specified in the provided query.
findFirstDocument(DocumentQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Deprecated. since 8.0 use DocumentManagementService.findDocuments(DocumentQuery).
findFirstDocument(DocumentQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Deprecated. since 8.0 use DocumentManagementService.findDocuments(DocumentQuery).
findFirstDocument(DocumentQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Deprecated. since 8.0 use DocumentManagementService.findDocuments(DocumentQuery).
findFirstLogEntry(LogEntryQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves the first LogEntry satisfying the criteria specified in the provided query.
findFirstLogEntry(LogEntryQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves the first LogEntry satisfying the criteria specified in the provided query.
findFirstLogEntry(LogEntryQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves the first LogEntry satisfying the criteria specified in the provided query.
findFirstProcessInstance(ProcessInstanceQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves the first ProcessInstance satisfying the criteria specified in the provided query.
findFirstProcessInstance(ProcessInstanceQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves the first ProcessInstance satisfying the criteria specified in the provided query.
findFirstProcessInstance(ProcessInstanceQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves the first ProcessInstance satisfying the criteria specified in the provided query.
findFirstUser(UserQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves the first User satisfying the criteria specified in the provided query.
findFirstUser(UserQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves the first User satisfying the criteria specified in the provided query.
findFirstUser(UserQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves the first User satisfying the criteria specified in the provided query.
findFirstUserGroup(UserGroupQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves the first UserGroup satisfying the criteria specified in the provided query.
findFirstUserGroup(UserGroupQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves the first UserGroup satisfying the criteria specified in the provided query.
findFirstUserGroup(UserGroupQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves the first UserGroup satisfying the criteria specified in the provided query.
findFolders(String, int) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Gets folders based on the name XPath query.
findFolders(String, int) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Gets folders based on the name XPath query.
findFolders(String, int) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Deprecated. 
findFoldersByName(String, int) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Gets folders based on the name pattern search.
findFoldersByName(String, int) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Gets folders based on the name pattern search.
findFoldersByName(String, int) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Deprecated. 
findForActivity(String) - Static method in class org.eclipse.stardust.engine.api.query.LogEntryQuery
 
findForActivityInstance(long) - Static method in class org.eclipse.stardust.engine.api.query.LogEntryQuery
Creates a query for finding log entries belonging to the activity instance identified by the given OID.
findForActivityInstance(long, boolean) - Static method in class org.eclipse.stardust.engine.api.query.LogEntryQuery
Creates a query for finding log entries belonging to the activity instance identified by the given OID, ordering the result either by descending or ascending timestamps.
findForBusinessObject(String) - Static method in class org.eclipse.stardust.engine.api.query.BusinessObjectQuery
Creates a query for finding a specific business object.
findForBusinessObject(long, String) - Static method in class org.eclipse.stardust.engine.api.query.BusinessObjectQuery
Creates a query for finding a business object.
findForId(String) - Static method in class org.eclipse.stardust.engine.api.query.DeployedModelQuery
Creates a query for finding all deployed model versions having the specific id.
findForProcess(String) - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Creates a query for finding instances of the process definition identified by processID.
findForProcess(String, boolean) - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Creates a query for finding instances of the process definition identified by processID.
findForProcessDefinition(String) - Static method in class org.eclipse.stardust.engine.api.query.LogEntryQuery
 
findForProcessInstance(long) - Static method in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Creates a query for finding activity instances belonging to the process instance identified by the given OID.
findForProcessInstance(long) - Static method in class org.eclipse.stardust.engine.api.query.LogEntryQuery
Creates a query for finding log entries belonging to the process instance identified by the given OID.
findForProcessInstance(long, boolean) - Static method in class org.eclipse.stardust.engine.api.query.LogEntryQuery
Creates a query for finding log entries belonging to the process instance identified by the given OID, ordering the result either by descending or ascending timestamps.
findHavingDocument(Document) - Static method in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Creates a query for finding activity instances which have the given Document as a process attachment
findHavingDocument(String) - Static method in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Creates a query for finding activity instances which have the given Document as a process attachment
findHavingDocument(Document, String) - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Creates a query for finding process instances which have the given Document as a process attachment, document data or document list data.
findHavingDocument(Document) - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Creates a query for finding process instances which have the given Document as a process attachment, document data or document list data.
findHavingDocument(String) - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Creates a query for finding process instances which have the given Document as a process attachment, document data or document list data.
findInModel(String) - Static method in class org.eclipse.stardust.engine.api.query.BusinessObjectQuery
Creates a query for finding all business objects declared in the specified model.
findInModel(long) - Static method in class org.eclipse.stardust.engine.api.query.BusinessObjectQuery
Creates a query for finding all business objects declared in the specified model.
findInState(ActivityInstanceState) - Static method in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Creates a query for finding activity instances currently being in the specified state.
findInState(ActivityInstanceState[]) - Static method in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Creates a query for finding activity instances currently being in one of the specified states.
findInState(String, ActivityInstanceState) - Static method in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Creates a query for finding instances of activities belonging to the process definition identified by processID currently being in the specified state.
findInState(String, ActivityInstanceState[]) - Static method in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Creates a query for finding instances of activities belonging to the process definition identified by processID currently being in one of the specified states.
findInState(String, String, ActivityInstanceState) - Static method in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Creates a query for finding instances of the activity identified by activityID and belonging to the process definition identified by processID currently being in the specified state.
findInState(String, String, ActivityInstanceState[]) - Static method in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Creates a query for finding instances of the activity identified by activityID belonging to the process definition identified by processID currently being in one of the specified states.
findInState(DeployedModelQuery.DeployedModelState) - Static method in class org.eclipse.stardust.engine.api.query.DeployedModelQuery
Creates a query for finding deployed models currently being in the specified state.
findInState(ProcessInstanceState) - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Creates a query for finding process instances currently being in the specified state.
findInState(ProcessInstanceState[]) - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Creates a query for finding process instances currently being in one of the specified states.
findInState(String, ProcessInstanceState) - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Creates a query for finding instances of the process definition identified by processID currently being in the specified state.
findInState(String, ProcessInstanceState[]) - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Creates a query for finding instances of the process definition identified by processID currently being in one of the specified states.
findInStateHavingData(String, String, Serializable, ActivityInstanceState) - Static method in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Creates a query for finding instances of activities currently being in the specified state and belonging to instances of the process definition identified by processID containing workflow data dataID having a value of dataValue.
findInStateHavingData(String, String, Serializable, ActivityInstanceState[]) - Static method in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Creates a query for finding instances of activities currently being in one of the specified states and belonging to instances of the process definition identified by processID containing workflow data dataID having a value of dataValue.
findInStateHavingData(String, String, String, Serializable, ActivityInstanceState) - Static method in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Creates a query for finding instances of the activity identified by activityID currently being in the specified state and belonging to instances of the process definition identified by processID containing workflow data dataID having a value of dataValue.
findInStateHavingData(String, String, String, Serializable, ActivityInstanceState[]) - Static method in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Creates a query for finding instances of the activity identified by activityID currently being in one of the specified states and belonging to instances of the process definition identified by processID containing workflow data dataID having a value of dataValue.
findInStateHavingData(String, String, Serializable, ProcessInstanceState) - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Creates a query for finding instances of the process definition identified by processID containing workflow data dataID having a value of dataValue and currently being in the specified state.
findInStateHavingData(String, String, Serializable, ProcessInstanceState[]) - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Creates a query for finding instances of the process definition identified by processID containing workflow data dataID having a value of dataValue and currently being in one of the specified states.
findInterrupted() - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Creates a query for finding pending process instances.
findLinked(long, LinkDirection, String...) - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Creates a query for finding process instances the given process instance is linked to via the given link type(s) and direction.
findLinked(long, LinkDirection, PredefinedProcessInstanceLinkTypes...) - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Creates a query for finding process instances the given process instance is linked to via the given link type(s) and direction.
findPending() - Static method in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Creates a query for finding pending activity instances.
findPerformedByUser(long) - Static method in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Creates a query for finding activity instances that were performed and completed by the user identified by the given OID.
findPreferences(PreferenceScope, String, String) - Static method in class org.eclipse.stardust.engine.api.query.PreferenceQuery
Query for search of preferences.
findPreferencesForRealms(String, String, String) - Static method in class org.eclipse.stardust.engine.api.query.PreferenceQuery
Query for search of realm scoped preferences belonging to different realms.
Users having the Administrator role may use wildcards for realmId.
findPreferencesForUsers(String, String, String, String) - Static method in class org.eclipse.stardust.engine.api.query.PreferenceQuery
Query for search of user scoped preferences belonging to different users and user realms.
Users having the Administrator role may use wildcards for realmId and userId.
findPrivateWorklist() - Static method in class org.eclipse.stardust.engine.api.query.WorklistQuery
Prepares a query for retrieving all items from the user's private worklist.
findPrivateWorklist(int) - Static method in class org.eclipse.stardust.engine.api.query.WorklistQuery
Creates a query for retrieving up to maxSize items from the user's private worklist.
findProcessInterface(String) - Static method in class org.eclipse.stardust.engine.api.query.ProcessDefinitionQuery
Create a query for finding a process definition that providing a process interface with the given invocation type.
findStartable() - Static method in class org.eclipse.stardust.engine.api.query.ProcessDefinitionQuery
Creates a query for finding manually startable processes.
findStartable(long) - Static method in class org.eclipse.stardust.engine.api.query.ProcessDefinitionQuery
Creates a query for finding manually startable processes contained in a specific model.
findStartable(String) - Static method in class org.eclipse.stardust.engine.api.query.ProcessDefinitionQuery
Creates a query for finding the active deployed model having the specific id.
findStartedByUser(long) - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Creates a query for finding process instances started by the user identified by the given OID.
findUsedBy(long) - Static method in class org.eclipse.stardust.engine.api.query.DeployedModelQuery
Creates a query for finding all models used by the specified model.
findUsedInProcess(long, String) - Static method in class org.eclipse.stardust.engine.api.query.DataQuery
Creates a query for finding all data used in a specified model and process.
findUsedInProcessHavingDataType(long, String, String) - Static method in class org.eclipse.stardust.engine.api.query.DataQuery
Creates a query for finding data of a specified type (see DataTypeConstants) used in a specified model and process.
findUsedInProcessHavingDocumentWithDocType(long, String, DocumentType) - Static method in class org.eclipse.stardust.engine.api.query.DataQuery
Creates a query for finding document data used in a specified process having the specified DocumentType assigned.
findUsedInProcessHavingDocumentWithoutDocType(long, String) - Static method in class org.eclipse.stardust.engine.api.query.DataQuery
Creates a query for finding document data used in a specified process having no document type assigned.
findUsing(long) - Static method in class org.eclipse.stardust.engine.api.query.DeployedModelQuery
Creates a query for finding all models using the specified model.
findWithPrimaryKey(String, Object) - Static method in class org.eclipse.stardust.engine.api.query.BusinessObjectQuery
Creates a query for finding a specific instance of a business object.
findWithPrimaryKey(long, String, Object) - Static method in class org.eclipse.stardust.engine.api.query.BusinessObjectQuery
Creates a query for finding a business object instance.
FIRST_NAME - Static variable in class org.eclipse.stardust.engine.api.query.UserQuery
 
FLAG_ACTIVATE_NEXT_ACTIVITY_INSTANCE - Static variable in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
If a synchronous interactive successor activity instance exists and can be activated by the calling user, it will be immediately activated an returned.
flush() - Method in class org.eclipse.stardust.engine.core.spi.security.TimebasedSynchronizationStrategy
 
flushCaches() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Flushes all internal caches, effectively returning the engine to a state just like after it has started.
flushCaches() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Flushes all internal caches, effectively returning the engine to a state just like after it has started.
flushCaches() - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Flushes all internal caches, effectively returning the engine to a state just like after it has started.
Folder - Interface in org.eclipse.stardust.engine.api.runtime
The Folder interface represents an existing JCR folder.
FolderInfo - Interface in org.eclipse.stardust.engine.api.runtime
The FolderInfo keeps information common to both existing and not yet existing JCR folders.
forAnyProcess(String) - Static method in class org.eclipse.stardust.engine.api.query.ActivityFilter
Creates a filter matching the activity identified by activityID.
forAnyProcess(String, Collection) - Static method in class org.eclipse.stardust.engine.api.query.ActivityFilter
Creates a filter matching the activity identified by activityID and present in the given models modelOids.
forceCompletion(long, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Forces the completion of a non-interactive activity instance.
forceCompletion(long, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Forces the completion of a non-interactive activity instance.
forceCompletion(long, Map<String, ?>) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Forces the completion of a non-interactive activity instance.
forceSuspendToDefaultPerformer(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Forces an activity instance to be suspended.
forceSuspendToDefaultPerformer(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Forces an activity instance to be suspended.
forceSuspendToDefaultPerformer(long) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Forces an activity instance to be suspended.
forDepartment(DepartmentInfo) - Static method in class org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter
Constructs a filter criterion matching the department identified by the given DepartmentInfo instance.
forLoggedInUsers() - Static method in class org.eclipse.stardust.engine.api.query.UserStateFilter
Creates a filter matching currently logged in users.
FormalParameter - Interface in org.eclipse.stardust.engine.api.model
 
forModelParticipant(String) - Static method in class org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter
Deprecated. Superseded by ParticipantAssociationFilter.forParticipant(ParticipantInfo)
forModelParticipant(String, boolean) - Static method in class org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter
Deprecated. Superseded by ParticipantAssociationFilter.forParticipant(ParticipantInfo, boolean)
forModelParticipant(String) - Static method in class org.eclipse.stardust.engine.api.query.PerformingParticipantFilter
Deprecated. Superseded by PerformingParticipantFilter.forParticipant(ParticipantInfo)
forModelParticipant(String, boolean) - Static method in class org.eclipse.stardust.engine.api.query.PerformingParticipantFilter
Deprecated. Superseded by PerformingParticipantFilter.forParticipant(ParticipantInfo, boolean)
forModelParticpant(String, boolean) - Static method in class org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter
Deprecated. Superseded by PerformingOnBehalfOfFilter.forParticipant(ParticipantInfo, boolean)
forModelParticpant(String) - Static method in class org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter
Deprecated. Superseded by PerformingOnBehalfOfFilter.forParticipant(ParticipantInfo)
forModelParticpants(Set<String>) - Static method in class org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter
Deprecated. Superseded by PerformingOnBehalfOfFilter.forParticipant(ParticipantInfo, boolean)
forParticipant(ParticipantInfo) - Static method in class org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter
Constructs a filter criterion matching the participant identified by the given ParticipantInfo.
forParticipant(ParticipantInfo, boolean) - Static method in class org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter
Constructs a filter criterion matching the participant identified by the given ParticipantInfo.
forParticipant(ParticipantInfo) - Static method in class org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter
 
forParticipant(ParticipantInfo, boolean) - Static method in class org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter
 
forParticipant(ParticipantInfo) - Static method in class org.eclipse.stardust.engine.api.query.PerformingParticipantFilter
Gets the PerformingParticipantFilter for the given arguments.
forParticipant(ParticipantInfo, boolean) - Static method in class org.eclipse.stardust.engine.api.query.PerformingParticipantFilter
Gets the PerformingParticipantFilter for the given arguments
forParticipants(Set<? extends ParticipantInfo>) - Static method in class org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter
 
forProcess(String, String) - Static method in class org.eclipse.stardust.engine.api.query.ActivityFilter
Creates a filter matching the activity identified by activityID within scope of process definition identified by processID.
forProcess(String, String, boolean) - Static method in class org.eclipse.stardust.engine.api.query.ActivityFilter
Creates a filter matching the activity identified by activityID within scope of process definition identified by processID.
forProcess(String, String, Collection, boolean) - Static method in class org.eclipse.stardust.engine.api.query.ActivityFilter
Creates a filter matching the activity identified by activityID within scope of process definition identified by processID.
forTeamLeader(String) - Static method in class org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter
Deprecated. Superseded by ParticipantAssociationFilter.forTeamLeader(RoleInfo)
forTeamLeader(RoleInfo) - Static method in class org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter
Constructs a filter criterion matching the team leader role identified by the given RoleInfo.
forUser(String) - Static method in class org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter
Deprecated. Superseded by ParticipantAssociationFilter.forParticipant(ParticipantInfo)
forUserGroup(String) - Static method in class org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter
Deprecated. Superseded by PerformingOnBehalfOfFilter.forParticipant(ParticipantInfo)
forUserGroup(String) - Static method in class org.eclipse.stardust.engine.api.query.PerformingParticipantFilter
Deprecated. Superseded by PerformingParticipantFilter.forParticipant(ParticipantInfo)
FROM_PERFORMER_IDX - Static variable in interface org.eclipse.stardust.engine.api.runtime.HistoricalEventDescriptionDelegation
Valid index value for HistoricalEventDescription.getItem(int).
FROM_STATE_IDX - Static variable in interface org.eclipse.stardust.engine.api.runtime.HistoricalEventDescriptionStateChange
Valid index value for HistoricalEventDescription.getItem(int).
FULL - Static variable in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetailsLevel
The process instance details are fully initialized.
Full - Static variable in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetailsLevel
 
FULL - Static variable in class org.eclipse.stardust.engine.api.dto.UserDetailsLevel
The user details contain same attributes as with WITH_PROPERTIES plus all grants.
Full - Static variable in class org.eclipse.stardust.engine.api.dto.UserDetailsLevel
 
FULL - Static variable in class org.eclipse.stardust.engine.api.runtime.TransitionOptions
Full options that allows relocation transitions inside sub processes and out of them.

G

GEN_AN_EXCEPTION_OCCURED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
GEN_AN_EXCEPTION_OCCURED_AND_MESSAGE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
generatePasswordResetToken(String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Generates a token which is required to perform LocalUserService.resetPassword(String, java.util.Map, String)
generatePasswordResetToken(String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Generates a token which is required to perform RemoteUserService.resetPassword(String, java.util.Map, String)
generatePasswordResetToken(String, String) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Generates a token which is required to perform UserService.resetPassword(String, java.util.Map, String)
get(int) - Static method in class org.eclipse.stardust.engine.api.dto.ContextKind
 
get(String, Class, Class, Class[], Object[], Map, Map) - Method in class org.eclipse.stardust.engine.api.ejb2.DefaultJAASSecureSessionFactory
 
get(String, Class, Class, Class[], Object[], Map, Map) - Method in class org.eclipse.stardust.engine.api.ejb2.InternallyAuthentifiedSecureSessionFactory
 
get(String, Class, Class, Class[], Object[], Map, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.SecureSessionFactory
 
get(EJBContext) - Static method in class org.eclipse.stardust.engine.api.ejb2.ServiceFactoryLocator
Retrieves a ServiceFactory using the credentials included in the given EJB context.
get(EJBContext, Map) - Static method in class org.eclipse.stardust.engine.api.ejb2.ServiceFactoryLocator
Retrieves a ServiceFactory using the credentials included in the given EJB context.
get(Map) - Static method in class org.eclipse.stardust.engine.api.ejb2.ServiceFactoryLocator
Retrieves a service factory using explicitly provided credentials.
get(Map, Map) - Static method in class org.eclipse.stardust.engine.api.ejb2.ServiceFactoryLocator
Retrieves a service factory using explicitly provided credentials.
get(String, String) - Static method in class org.eclipse.stardust.engine.api.ejb2.ServiceFactoryLocator
Retrieves a service factory using the given name/password pair as credentials.
get(String, String, Map) - Static method in class org.eclipse.stardust.engine.api.ejb2.ServiceFactoryLocator
Retrieves a service factory using the given name/password pair as credentials.
get() - Static method in class org.eclipse.stardust.engine.api.ejb2.ServiceFactoryLocator
 
get(String, Class, Class, Class[], Object[], Map, Map) - Method in class org.eclipse.stardust.engine.api.ejb2.TunnelingSessionFactory
 
get(String) - Static method in class org.eclipse.stardust.engine.api.model.ImplementationType
 
get(int) - Method in class org.eclipse.stardust.engine.api.query.AbstractQueryResult
 
get(int) - Method in class org.eclipse.stardust.engine.api.query.Worklist
 
get(int) - Static method in class org.eclipse.stardust.engine.api.runtime.HistoricalEventType
Factory method to get the HistoricalEventType object corresponding to the numerical code.
get(int) - Static method in class org.eclipse.stardust.engine.api.runtime.ServiceFactoryLocator
Retrieves a service factory using separately provided credentials.
get(int, Map) - Static method in class org.eclipse.stardust.engine.api.runtime.ServiceFactoryLocator
Retrieves a service factory using separately provided credentials.
get(Map) - Static method in class org.eclipse.stardust.engine.api.runtime.ServiceFactoryLocator
Retrieves a service factory using explicitly provided credentials.
get(Map, Map) - Static method in class org.eclipse.stardust.engine.api.runtime.ServiceFactoryLocator
Retrieves a service factory using explicitly provided credentials.
get(String, String) - Static method in class org.eclipse.stardust.engine.api.runtime.ServiceFactoryLocator
Retrieves a service factory using the given name/password pair as credentials.
get(String, String, Map) - Static method in class org.eclipse.stardust.engine.api.runtime.ServiceFactoryLocator
Retrieves a service factory using the given name/password pair as credentials.
get(HttpServletRequest) - Static method in class org.eclipse.stardust.engine.api.web.ServiceFactoryLocator
Retrieves a ServiceFactory using the credentials included in the given request.
get(HttpServletRequest, Map) - Static method in class org.eclipse.stardust.engine.api.web.ServiceFactoryLocator
 
get(String, String) - Static method in class org.eclipse.stardust.engine.api.web.ServiceFactoryLocator
 
get(String, String, Map) - Static method in class org.eclipse.stardust.engine.api.web.ServiceFactoryLocator
 
getAccessPath() - Method in interface org.eclipse.stardust.engine.api.model.DataPath
 
getAccessPathEvaluatorClass() - Method in interface org.eclipse.stardust.engine.api.model.AccessPoint
Gets the fully qualified name of the AccessPathEvaluator used to evaluate access paths applyied to this access point.
getAccessPoint(String) - Method in interface org.eclipse.stardust.engine.api.model.Application
Gets a specified access point.
getAccessPoint(String) - Method in interface org.eclipse.stardust.engine.api.model.ApplicationContext
Gets the specified access point.
getAccessPoint(String) - Method in interface org.eclipse.stardust.engine.api.model.Trigger
Gets an AccessPointBean with the specified name.
getAccount() - Method in interface org.eclipse.stardust.engine.api.runtime.User
Retrieves the account (login name) of the user.
getAccount() - Method in interface org.eclipse.stardust.engine.api.runtime.UserInfo
 
getAcknowledgementState() - Method in interface org.eclipse.stardust.engine.api.runtime.Daemon
Returns the acknowledgement state of the daemon query.
getAction() - Method in interface org.eclipse.stardust.engine.api.runtime.EventActionBinding
Gets the associated event action.
getActiveModel() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Deprecated. This method returns the active model with the highest priority. Use getModels(DeployedModelQuery.findActive()) to retrieve all active models.
getActiveModel() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Deprecated. This method returns the active model with the highest priority. Use getModels(DeployedModelQuery.findActive()) to retrieve all active models.
getActiveModel() - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Deprecated. This method returns the active model with the highest priority. Use getModels(DeployedModelQuery.findActive()) to retrieve all active models.
getActiveModelDescription() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Deprecated. This method returns the description of the active model with the highest priority. Use getModels(DeployedModelQuery.findActive()) to retrieve all active models.
getActiveModelDescription() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Deprecated. This method returns the description of the active model with the highest priority. Use getModels(DeployedModelQuery.findActive()) to retrieve all active models.
getActiveModelDescription() - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Deprecated. This method returns the description of the active model with the highest priority. Use getModels(DeployedModelQuery.findActive()) to retrieve all active models.
getActivity(String) - Method in interface org.eclipse.stardust.engine.api.model.ProcessDefinition
Gets the specified activity.
getActivity() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Gets the workflow activity corresponding to this activity instance.
getActivityId() - Method in interface org.eclipse.stardust.engine.api.dto.HistoricalState
Gets the ID workflow activity corresponding to this activity instance historic state.
getActivityID() - Method in class org.eclipse.stardust.engine.api.query.ActivityFilter
The ID of the activity to filter for.
getActivityId() - Method in class org.eclipse.stardust.engine.api.runtime.TransitionInfo
Retrieves the Id of the activity that represents the target of this operation.
getActivityIdPattern() - Method in class org.eclipse.stardust.engine.api.runtime.TransitionOptions
Retrieves the regular expression pattern for matching activity ids.
getActivityInstance(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Retrieves the specified ActivityInstance.
getActivityInstance(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Retrieves the specified ActivityInstance.
getActivityInstance(long) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Retrieves the specified ActivityInstance.
getActivityInstanceAttributes(IActivityInstance) - Static method in class org.eclipse.stardust.engine.api.runtime.QualityAssuranceUtils
 
getActivityInstanceEventHandler(long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Gets the binding state of an event handler for the specified activity instance.
getActivityInstanceEventHandler(long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Gets the binding state of an event handler for the specified activity instance.
getActivityInstanceEventHandler(long, String) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Gets the binding state of an event handler for the specified activity instance.
getActivityInstanceOid() - Method in interface org.eclipse.stardust.engine.api.dto.ActivityInstanceAttributes
Return the oid for the activity instance this attributes belongs to
getActivityInstanceOid() - Method in class org.eclipse.stardust.engine.api.dto.ActivityInstanceAttributesImpl
Return the oid for the activity instance this attributes belongs to
getActivityInstanceOID() - Method in interface org.eclipse.stardust.engine.api.dto.HistoricalState
Gets the OID of the workflow activity corresponding to this activity instance historic state.
getActivityInstanceOid(Resource) - Static method in class org.eclipse.stardust.engine.api.runtime.DmsUtils
Retrieves the activity instance oid from a Resource path.
getActivityInstanceOID() - Method in interface org.eclipse.stardust.engine.api.runtime.LogEntry
Gets the OID of the activity instance that was active when the log entry was created.
getActivityInstanceOid() - Method in class org.eclipse.stardust.engine.api.runtime.TransitionInfo
Retrieves the source activity instance OID.
getActivityInstancesCount(ActivityInstanceQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Counts the number of activity instances satisfying the criteria specified in the provided query.
getActivityInstancesCount(ActivityInstanceQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Counts the number of activity instances satisfying the criteria specified in the provided query.
getActivityInstancesCount(ActivityInstanceQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Counts the number of activity instances satisfying the criteria specified in the provided query.
getActivityInstancesLackingAbortion() - Method in class org.eclipse.stardust.engine.api.runtime.AuditTrailHealthReport
Gets the set of process instances oids having activity instances which had been scheduled for abortion but did not succeed.
getActivityName() - Method in class org.eclipse.stardust.engine.api.runtime.TransitionInfo
Retrieves the Name of the activity that represents the target of this operation.
getActivityRuntimeOid() - Method in class org.eclipse.stardust.engine.api.runtime.TransitionInfo
Retrieves the runtime OID of the activity that represents the target of this operation.
getAddedNotes() - Method in interface org.eclipse.stardust.engine.api.dto.ActivityInstanceAttributes
Gets the notes which were currently added for this instance.See ActivityInstanceAttributes.addNote(String)
getAddedNotes() - Method in class org.eclipse.stardust.engine.api.dto.ActivityInstanceAttributesImpl
Gets the notes which were currently added for this instance.See ActivityInstanceAttributes.addNote(String)
getAdHocTransitionTargets(long, TransitionOptions, ScanDirection) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Retrieves the possible targets for forward transitions starting from the specified activity instance.
getAdHocTransitionTargets(long, TransitionOptions, ScanDirection) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Retrieves the possible targets for forward transitions starting from the specified activity instance.
getAdHocTransitionTargets(long, TransitionOptions, ScanDirection) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Retrieves the possible targets for forward transitions starting from the specified activity instance.
getAdministrationService() - Method in interface org.eclipse.stardust.engine.api.runtime.ServiceFactory
Returns an AdministrationService.
getAllAccessPoints() - Method in interface org.eclipse.stardust.engine.api.model.Application
Gets the list of access points defined for this application.
getAllAccessPoints() - Method in interface org.eclipse.stardust.engine.api.model.ApplicationContext
Gets all access points defined for this application context.
getAllAccessPoints() - Method in interface org.eclipse.stardust.engine.api.model.Trigger
Gets all access points for the trigger.
getAllActivities() - Method in interface org.eclipse.stardust.engine.api.model.ProcessDefinition
Gets all activities defined for this process definition.
getAllActivityInstances(ActivityInstanceQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves all activity instances satisfying the criteria specified in the provided query.
getAllActivityInstances(ActivityInstanceQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves all activity instances satisfying the criteria specified in the provided query.
getAllActivityInstances(ActivityInstanceQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves all activity instances satisfying the criteria specified in the provided query.
getAllAliveModelDescriptions() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Deprecated. Use getModels(DeployedModelQuery.findInState(DeployedModelQuery.ALIVE)).
getAllAliveModelDescriptions() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Deprecated. Use getModels(DeployedModelQuery.findInState(DeployedModelQuery.ALIVE)).
getAllAliveModelDescriptions() - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Deprecated. Use getModels(DeployedModelQuery.findInState(DeployedModelQuery.ALIVE)).
getAllApplicationContexts() - Method in interface org.eclipse.stardust.engine.api.model.Activity
Gets all interactive application contexts available for this activity.
getAllAttributes() - Method in interface org.eclipse.stardust.engine.api.model.AccessPoint
Gets all the attributes defined for this access point.
getAllAttributes() - Method in interface org.eclipse.stardust.engine.api.model.FormalParameter
Gets all the attributes defined for this model element.
getAllAttributes() - Method in interface org.eclipse.stardust.engine.api.model.ModelElement
Gets all the attributes defined for this model element.
getAllAttributes() - Method in interface org.eclipse.stardust.engine.api.model.Participant
Returns all custom attributes of this participant.
getAllAttributes() - Method in interface org.eclipse.stardust.engine.api.model.Trigger
Gets all the attributes defined for the trigger.
getAllAttributes() - Method in interface org.eclipse.stardust.engine.api.runtime.EventActionBinding
Gets all the attributes of the event action binding.
getAllAttributes() - Method in interface org.eclipse.stardust.engine.api.runtime.EventHandlerBinding
Gets all the attributes of the event handler binding.
getAllBindActions() - Method in interface org.eclipse.stardust.engine.api.model.EventHandler
Gets all the bind actions registered for this event handler.
getAllBindActions() - Method in interface org.eclipse.stardust.engine.api.runtime.EventHandlerBinding
Gets all event bindings corresponding to the bind actions defined for this event handler.
getAllBusinessObjects(BusinessObjectQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Returns the business objects satisfying the query.
getAllBusinessObjects(BusinessObjectQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Returns the business objects satisfying the query.
getAllBusinessObjects(BusinessObjectQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Returns the business objects satisfying the query.
getAllDaemons(boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Retrieves a list of all the available daemons.
getAllDaemons(boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Retrieves a list of all the available daemons.
getAllDaemons(boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Retrieves a list of all the available daemons.
getAllData(DataQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves all data satisfying the criteria specified in the provided query.
getAllData(DataQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves all data satisfying the criteria specified in the provided query.
getAllData() - Method in interface org.eclipse.stardust.engine.api.model.Model
Gets all the data definitions contained in this model.
getAllData(DataQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves all data satisfying the criteria specified in the provided query.
getAllDataMappings() - Method in interface org.eclipse.stardust.engine.api.model.ApplicationContext
Gets all data mappings defined for this application context.
getAllDataPaths() - Method in interface org.eclipse.stardust.engine.api.model.ProcessDefinition
Gets all data paths defined for this process definition.
getAllDocuments(DocumentQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Deprecated. since 8.0 use DocumentManagementService.findDocuments(DocumentQuery).
getAllDocuments(DocumentQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Deprecated. since 8.0 use DocumentManagementService.findDocuments(DocumentQuery).
getAllDocuments(DocumentQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Deprecated. since 8.0 use DocumentManagementService.findDocuments(DocumentQuery).
getAllEventActions() - Method in interface org.eclipse.stardust.engine.api.model.EventHandler
Gets all the event actions registered for this event handler.
getAllEventActions() - Method in interface org.eclipse.stardust.engine.api.runtime.EventHandlerBinding
Gets all event bindings corresponding to the event actions defined for this event handler.
getAllEventHandlers() - Method in interface org.eclipse.stardust.engine.api.model.EventAware
Gets all event handlers registered with this instance.
getAllGrants() - Method in interface org.eclipse.stardust.engine.api.runtime.User
Returns all the grants (permissions) given to the user.
getAllGroups() - Method in interface org.eclipse.stardust.engine.api.runtime.User
Lists all user groups this user is a member of.
getAllInDataMappings() - Method in interface org.eclipse.stardust.engine.api.model.ApplicationContext
Gets all IN data mappings defined for this application context.
getAllLogEntries(LogEntryQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves all log entries satisfying the criteria specified in the provided query.
getAllLogEntries(LogEntryQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves all log entries satisfying the criteria specified in the provided query.
getAllLogEntries(LogEntryQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves all log entries satisfying the criteria specified in the provided query.
getAllModelDescriptions() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Deprecated. Use getModels(DeployedModelQuery.findAll()).
getAllModelDescriptions() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Deprecated. Use getModels(DeployedModelQuery.findAll()).
getAllModelDescriptions() - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Deprecated. Use getModels(DeployedModelQuery.findAll()).
getAllOrganizations() - Method in interface org.eclipse.stardust.engine.api.model.Model
Gets all the organizations defined in this model.
getAllOutDataMappings() - Method in interface org.eclipse.stardust.engine.api.model.ApplicationContext
Gets all OUT data mappings defined for this application context.
getAllParameterMappings() - Method in interface org.eclipse.stardust.engine.api.model.Trigger
Gets all parameter mappings for the trigger.
getAllParticipants(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves all participants defined in the specified model.
getAllParticipants() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves all the participants for all active models.
getAllParticipants(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves all participants defined in the specified model.
getAllParticipants() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves all the participants for all active models.
getAllParticipants() - Method in interface org.eclipse.stardust.engine.api.model.Model
Gets all participants defined in this model.
getAllParticipants(long) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves all participants defined in the specified model.
getAllParticipants() - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves all the participants for all active models.
getAllPermissionIds() - Method in interface org.eclipse.stardust.engine.api.runtime.RuntimePermissions
Retrieves a set of all permissionIds which can be used to set and retrieve grants for.
getAllPreferences(PreferenceQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves preferences satisfying the criteria specified in the provided query.
getAllPreferences(PreferenceQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves preferences satisfying the criteria specified in the provided query.
getAllPreferences(PreferenceQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves preferences satisfying the criteria specified in the provided query.
getAllProcessDefinitions(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves all the process definitions contained in the specified model.
getAllProcessDefinitions() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves all process definitions for all active models.
getAllProcessDefinitions(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves all the process definitions contained in the specified model.
getAllProcessDefinitions() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves all process definitions for all active models.
getAllProcessDefinitions() - Method in interface org.eclipse.stardust.engine.api.model.Model
Gets all the process definitions contained in this model.
getAllProcessDefinitions(long) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves all the process definitions contained in the specified model.
getAllProcessDefinitions() - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves all process definitions for all active models.
getAllProcessInstanceLinkTypes() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Gets all process instance link types defined.
getAllProcessInstanceLinkTypes() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Gets all process instance link types defined.
getAllProcessInstanceLinkTypes() - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Gets all process instance link types defined.
getAllProcessInstances(ProcessInstanceQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves all process instances satisfying the criteria specified in the provided query.
getAllProcessInstances(ProcessInstanceQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves all process instances satisfying the criteria specified in the provided query.
getAllProcessInstances(ProcessInstanceQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves all process instances satisfying the criteria specified in the provided query.
getAllProperties() - Method in interface org.eclipse.stardust.engine.api.runtime.User
Retrieves all user custom properties.
getAllQualityAssuranceCodes() - Method in interface org.eclipse.stardust.engine.api.model.Activity
Returns a set of defined QA codes which can be used during QA performed on activity instances for that activity.
getAllQualityAssuranceCodes() - Method in interface org.eclipse.stardust.engine.api.model.Model
 
getAllRecipients() - Method in interface org.eclipse.stardust.engine.api.runtime.Mail
Gets all recipients.
getAllRoles() - Method in interface org.eclipse.stardust.engine.api.model.Model
Gets all the roles defined in this model.
getAllStates() - Static method in class org.eclipse.stardust.engine.api.runtime.ProcessInstanceState
 
getAllSubOrganizations() - Method in interface org.eclipse.stardust.engine.api.model.Organization
Gets all the organizations that are part of this one.
getAllSubParticipants() - Method in interface org.eclipse.stardust.engine.api.model.Organization
Gets all the participants that are part of this organization.
getAllSubRoles() - Method in interface org.eclipse.stardust.engine.api.model.Organization
Gets all the roles that are part of this organization.
getAllSuperOrganizations() - Method in interface org.eclipse.stardust.engine.api.model.ModelParticipant
Returns the list of organizations this participant is part of.
getAllSuperOrganizations() - Method in interface org.eclipse.stardust.engine.api.model.Participant
Deprecated. The inheritance association between ModelElement and Participant is deprecated. Participants which are defined in a workflow model are now implementations of ModelParticipant. Invoking this method on a non-model participant will result in a value of Collections.EMPTY_LIST.
getAllTopLevelOrganizations() - Method in interface org.eclipse.stardust.engine.api.model.Model
Gets all the top level organizations defined in this model.
getAllTopLevelRoles() - Method in interface org.eclipse.stardust.engine.api.model.Model
Gets all the top level roles defined in this model.
getAllTransitions() - Method in interface org.eclipse.stardust.engine.api.model.ProcessDefinition
Gets all transitions defined for this process definition.
getAllTriggers() - Method in interface org.eclipse.stardust.engine.api.model.ProcessDefinition
Gets all triggers defined for this process definition.
getAllTypeAttributes() - Method in interface org.eclipse.stardust.engine.api.model.Application
Gets all attributes specified for this application type.
getAllTypeAttributes() - Method in interface org.eclipse.stardust.engine.api.model.ApplicationContext
Gets all the attributes defined for this application context type.
getAllTypeAttributes() - Method in interface org.eclipse.stardust.engine.api.model.EventAction
Gets all the attributes of the event action type.
getAllTypeAttributes() - Method in interface org.eclipse.stardust.engine.api.model.EventHandler
Gets all the attributes of the event handler type.
getAllTypeAttributes() - Method in interface org.eclipse.stardust.engine.api.runtime.EventActionBinding
Gets all the attributes of the event action type.
getAllTypeAttributes() - Method in interface org.eclipse.stardust.engine.api.runtime.EventHandlerBinding
Gets all the attributes of the event handler type.
getAllTypeDeclarations() - Method in interface org.eclipse.stardust.engine.api.model.Model
Gets all the type declarations contained in this model.
getAllUnbindActions() - Method in interface org.eclipse.stardust.engine.api.model.EventHandler
Gets all the unbind actions registered for this event handler.
getAllUnbindActions() - Method in interface org.eclipse.stardust.engine.api.runtime.EventHandlerBinding
Gets all event bindings corresponding to the unbind actions defined for this event handler.
getAllUserGroups(UserGroupQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves all user groups satisfying the criteria specified in the provided query.
getAllUserGroups(UserGroupQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves all user groups satisfying the criteria specified in the provided query.
getAllUserGroups(UserGroupQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves all user groups satisfying the criteria specified in the provided query.
getAllUsers(UserQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves all users satisfying the criteria specified in the provided query.
getAllUsers(UserQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves all users satisfying the criteria specified in the provided query.
getAllUsers(UserQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves all users satisfying the criteria specified in the provided query.
getApplicablePolicies(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Returns the IAccessControlPolicy objects that can be set for the resource denoted by resourceId.
getApplicablePolicies(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Returns the IAccessControlPolicy objects that can be set for the resource denoted by resourceId.
getApplicablePolicies(String) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Returns the IAccessControlPolicy objects that can be set for the resource denoted by resourceId.
getApplicablePolicies(String) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Returns the IAccessControlPolicy objects that can be set for the resource denoted by resourceId.
getApplication() - Method in interface org.eclipse.stardust.engine.api.model.Activity
Gets the noninteractive application executed by this activity, if any
getApplicationAccessPoint() - Method in interface org.eclipse.stardust.engine.api.model.DataMapping
Gets the application access point for this data mapping.
getApplicationContext(String) - Method in interface org.eclipse.stardust.engine.api.model.Activity
Gets the specified application context.
getApplicationPath() - Method in interface org.eclipse.stardust.engine.api.model.DataMapping
Gets the dereference path between the application access point and the bridge object at the workflow session boundary.
getArtifactContentType(RuntimeArtifact) - Method in interface org.eclipse.stardust.engine.core.spi.artifact.IArtifactHandler
Should return the MIME-type for the artifact.
getArtifactContentType(RuntimeArtifact) - Method in class org.eclipse.stardust.engine.core.spi.artifact.impl.BenchmarkDefinitionArtifactHandler
 
getArtifactId() - Method in interface org.eclipse.stardust.engine.api.runtime.DeployedRuntimeArtifact
 
getArtifactId() - Method in class org.eclipse.stardust.engine.api.runtime.RuntimeArtifactInfo
 
getArtifactName() - Method in interface org.eclipse.stardust.engine.api.runtime.DeployedRuntimeArtifact
 
getArtifactName() - Method in class org.eclipse.stardust.engine.api.runtime.RuntimeArtifactInfo
 
getArtifactType() - Method in interface org.eclipse.stardust.engine.core.spi.artifact.IArtifactHandler
 
getArtifactType() - Method in class org.eclipse.stardust.engine.core.spi.artifact.impl.BenchmarkDefinitionArtifactHandler
 
getArtifactTypeId() - Method in interface org.eclipse.stardust.engine.api.runtime.DeployedRuntimeArtifact
 
getArtifactTypeId() - Method in class org.eclipse.stardust.engine.api.runtime.RuntimeArtifactInfo
 
getAttribute(String) - Method in interface org.eclipse.stardust.engine.api.model.AccessPoint
Gets the specified attribute of the access point.
getAttribute(String) - Method in interface org.eclipse.stardust.engine.api.model.FormalParameter
Gets a specified attribute.
getAttribute(String) - Method in interface org.eclipse.stardust.engine.api.model.ModelElement
Gets a specified attribute.
getAttribute(String) - Method in interface org.eclipse.stardust.engine.api.model.Participant
Returns a specific custom attribute of this participant.
getAttribute() - Method in interface org.eclipse.stardust.engine.api.query.AttributedScopedFilter
 
getAttribute() - Method in class org.eclipse.stardust.engine.api.query.AttributeOrder
Deprecated. Use AttributeOrder.getAttributeName() instead.
getAttribute(String) - Method in interface org.eclipse.stardust.engine.api.runtime.EventActionBinding
Gets an attribute.
getAttribute(String) - Method in interface org.eclipse.stardust.engine.api.runtime.EventHandlerBinding
Gets an attribute.
getAttribute(String) - Method in class org.eclipse.stardust.engine.core.spi.extensions.runtime.Event
Gets an event specific attribute.
getAttributeName() - Method in class org.eclipse.stardust.engine.api.query.AttributeOrder
Gets the name of the attribute to order by.
getAttributeName() - Method in class org.eclipse.stardust.engine.api.query.DataOrder
Returns the name of the data attribute
getAttributeName() - Method in interface org.eclipse.stardust.engine.api.query.FilterableAttribute
Returns the name of the attribute to apply this filter to.
getAttributes() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getAttributes() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Get the ActivityInstanceAttributes
getAttributes() - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstance
Retrieves extended attributes.
getAttributes() - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryConfiguration
The attributes map that contains the actual configuration data.
getAttributes() - Method in class org.eclipse.stardust.engine.core.spi.extensions.runtime.Event
Gets all event specific attributes.
getAuditTrail(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Returns all performed activity instances for the specified process instance.
getAuditTrail(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Returns all performed activity instances for the specified process instance.
getAuditTrail(long) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Returns all performed activity instances for the specified process instance.
getAuditTrailHealthReport() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Determines key indicators of audit trail health.
getAuditTrailHealthReport(boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Determines key indicators of audit trail health.
getAuditTrailHealthReport() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Determines key indicators of audit trail health.
getAuditTrailHealthReport(boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Determines key indicators of audit trail health.
getAuditTrailHealthReport() - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Determines key indicators of audit trail health.
getAuditTrailHealthReport(boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Determines key indicators of audit trail health.
getAuditTrailName() - Method in interface org.eclipse.stardust.engine.api.runtime.RuntimeEnvironmentInfo
The name of the AuditTrail.
getAuditTrailUUID() - Method in interface org.eclipse.stardust.engine.api.runtime.RuntimeEnvironmentInfo
The UUID of the AuditTrail.
getBccRecipients() - Method in interface org.eclipse.stardust.engine.api.runtime.Mail
Gets the list of Bcc recipients.
getBenchmark() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getBenchmark() - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstance
 
getBenchmarkResult() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getBenchmarkResult() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Returns the current benchmark value of the activity instance
getBenchmarkResult() - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstance
 
getBindAction(String) - Method in interface org.eclipse.stardust.engine.api.model.EventHandler
Gets the specified bind action.
getBindAction(String) - Method in interface org.eclipse.stardust.engine.api.runtime.EventHandlerBinding
Gets the event binding corresponding to the specified bind action.
getBookmark(String) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageBookmarkable
 
getBookmarks() - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageBookmarkable
 
getBridge(AccessPoint, String, Direction, AccessPathEvaluationContext) - Static method in class org.eclipse.stardust.engine.core.spi.extensions.model.BridgeObject
Creates a bridge object representing the dereferenced AccessPoint.
getBridgeObject(AccessPoint, String, Direction) - Method in interface org.eclipse.stardust.engine.core.spi.extensions.model.DataValidator
Creates an implementation specific bridge object for the given access point and path.
getBusinessCalendarId() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getBusinessCalendarId() - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstance
Gets the identifier of the Business Calendar associated with this process instance.
getCcRecipients() - Method in interface org.eclipse.stardust.engine.api.runtime.Mail
Gets the list of CC recipients.
getClientOrganizations() - Method in interface org.eclipse.stardust.engine.api.model.Role
Retrieves the organizations this role works for.
getCode() - Method in interface org.eclipse.stardust.engine.api.runtime.LogEntry
Gets the context code of the log entry.
getColor() - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
 
getComment() - Method in class org.eclipse.stardust.engine.api.runtime.DeploymentOptions
Retrieves the deployment comment.
getComment() - Method in class org.eclipse.stardust.engine.api.runtime.SpawnOptions
Retrieves the comment associated with the spawning operation.
getCompletedActivity() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityCompletionLog
Obtain the activity just completed.
getCondition() - Method in interface org.eclipse.stardust.engine.api.model.Transition
Gets the transition condition.
getConditionType() - Method in interface org.eclipse.stardust.engine.api.model.Transition
Gets the condition type.
getConfigurationTemplate() - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryProviderInfo
To simplify configuration using a UI the repository configuration returned here should contain keys that are needed by the provider.
getConfigurationVariables(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Retrieves merged configuration variables from all models matching the specified modelId (without Password type).
getConfigurationVariables(String, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Retrieves merged configuration variables from all models matching the specified modelId.
getConfigurationVariables(List) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Retrieves merged configuration variables from all models matching the specified modelIds (without Password type).
getConfigurationVariables(byte[]) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Retrieves configuration variables from the given model (without Password type).
getConfigurationVariables(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Retrieves merged configuration variables from all models matching the specified modelId (without Password type).
getConfigurationVariables(String, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Retrieves merged configuration variables from all models matching the specified modelId.
getConfigurationVariables(List) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Retrieves merged configuration variables from all models matching the specified modelIds (without Password type).
getConfigurationVariables(byte[]) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Retrieves configuration variables from the given model (without Password type).
getConfigurationVariables(String) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Retrieves merged configuration variables from all models matching the specified modelId (without Password type).
getConfigurationVariables(String, boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Retrieves merged configuration variables from all models matching the specified modelId.
getConfigurationVariables(List<String>) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Retrieves merged configuration variables from all models matching the specified modelIds (without Password type).
getConfigurationVariables(byte[]) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Retrieves configuration variables from the given model (without Password type).
getConfigurationVariables() - Method in class org.eclipse.stardust.engine.core.preferences.configurationvariables.ConfigurationVariables
Retrieves a List of ConfigurationVariable belonging to the modelId getModelId().
getConsumerModels() - Method in interface org.eclipse.stardust.engine.api.runtime.DeployedModelDescription
Gets the Model OIDs of all linked Consumers (Models which are using the deployed model)
getContent() - Method in class org.eclipse.stardust.engine.api.runtime.DeploymentElement
Retrieves the content of the deployment element.
getContent() - Method in interface org.eclipse.stardust.engine.api.runtime.Mail
Gets the content of this message.
getContent() - Method in class org.eclipse.stardust.engine.api.runtime.RuntimeArtifact
 
getContentType() - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentInfo
Gets the content type of the JCR document (e.g.
getContentType() - Method in interface org.eclipse.stardust.engine.api.runtime.Mail
Gets the mime type of the content.
getContentType() - Method in class org.eclipse.stardust.engine.extensions.dms.data.DmsDocumentBean
 
getContext() - Method in class org.eclipse.stardust.engine.api.model.ContextData
Retrieves the context for which this ContextData was created.
getContext() - Method in interface org.eclipse.stardust.engine.api.runtime.LogEntry
Gets the name of the activity instance or process instance that were active when the log was created or "Global" if there was no activity instances or process instances.
getContextKind() - Method in interface org.eclipse.stardust.engine.api.dto.Note
 
getContextObject() - Method in interface org.eclipse.stardust.engine.api.dto.Note
 
getContextOid() - Method in interface org.eclipse.stardust.engine.api.dto.Note
 
getContexts() - Method in class org.eclipse.stardust.engine.api.model.ImplementationType
Gets the identifiers of the predefined application contexts.
getContributors() - Method in class org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter
 
getCreateDate() - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
 
getCreatedByAuthor() - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
 
getCriteria() - Method in class org.eclipse.stardust.engine.api.query.OrderCriteria
Gets the list of order criteria grouped by the callee.
getCriticalDurationFactor(ProcessInstancePriority) - Method in class org.eclipse.stardust.engine.core.query.statistics.api.PerformanceCriticalityPolicy
 
getCriticality() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Returns the current criticality of an activity instance
getCumulatedItems() - Method in class org.eclipse.stardust.engine.api.query.Worklist
Retrieves a cumulated view of items belonging directly and indirectly to this worklist.
getCumulatedSize() - Method in class org.eclipse.stardust.engine.api.query.Worklist
Retrieves the number of items belonging directly and indirectly to this worklist.
getCurrentMigrationJob() - Method in interface org.eclipse.stardust.engine.api.runtime.RepositoryMigrationReport
 
getCurrentPerformer() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Gets the current Performer of this Activity Instance (or null).
getCurrentRepositoryStructureVersion() - Method in interface org.eclipse.stardust.engine.api.runtime.RepositoryMigrationReport
 
getCurrentRepositoryVersion() - Method in interface org.eclipse.stardust.engine.api.runtime.RepositoryMigrationReport
 
getDaemon(String, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Retrieves the specified daemon.
getDaemon(String, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Retrieves the specified daemon.
getDaemon(String, boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Retrieves the specified daemon.
getDaemonExecutionState() - Method in interface org.eclipse.stardust.engine.api.runtime.Daemon
Returns the execution state of the daemon.
getData() - Method in class org.eclipse.stardust.engine.api.model.ContextData
Retrieves the live values for the data ids..
getData() - Method in interface org.eclipse.stardust.engine.api.model.DataPath
 
getData(String) - Method in interface org.eclipse.stardust.engine.api.model.Model
Gets the specified data definition.
getData() - Method in class org.eclipse.stardust.engine.api.runtime.SubprocessSpawnInfo
 
getDataCopyOptions() - Method in class org.eclipse.stardust.engine.api.runtime.SpawnOptions
Retrieves the options that controls how the data is copied between the originating and the spawned process instance.
getDataId() - Method in interface org.eclipse.stardust.engine.api.model.DataMapping
Gets the id of corresponding data
getDataId() - Method in interface org.eclipse.stardust.engine.api.model.FormalParameter
Retrieves the dataId of the data used.
getDataId() - Method in interface org.eclipse.stardust.engine.api.model.ParameterMapping
Gets the ID of the mapped workflow data.
getDataID() - Method in class org.eclipse.stardust.engine.api.query.DataOrder
Returns the ID of the workflow data containing the values to be used for ordering.
getDataMapping(Direction, String) - Method in interface org.eclipse.stardust.engine.api.model.ApplicationContext
Gets a specified data mapping.
getDataPath() - Method in interface org.eclipse.stardust.engine.api.model.DataMapping
Gets the access path to read (or write, depending on direction) into the data
getDataPath(String) - Method in interface org.eclipse.stardust.engine.api.model.ProcessDefinition
Gets the specified data path.
getDataTranslationTable() - Method in class org.eclipse.stardust.engine.api.runtime.DataCopyOptions
Gets the Map that specifies from where the data values should be retrieved.
getDataUsingDocumentType(DeployedModel, DocumentType) - Static method in class org.eclipse.stardust.engine.core.runtime.beans.DocumentTypeUtils
Retrieves Document and DocumentList data from the given model which uses the type definition defined by the given DocumentType.
getDataValueConverters() - Method in class org.eclipse.stardust.engine.api.runtime.DataCopyOptions
Retrieves the list of data value converter class names.
getDateCreated() - Method in interface org.eclipse.stardust.engine.api.runtime.ResourceInfo
Gets the date of creation of the JCR resource.
getDateLastModified() - Method in interface org.eclipse.stardust.engine.api.runtime.ResourceInfo
Gets the date of last modification of the JCR resource.
getDateRanges() - Method in class org.eclipse.stardust.engine.core.query.statistics.api.StatisticsDateRangePolicy
 
getDeclaredDocumentTypes(Model) - Static method in class org.eclipse.stardust.engine.core.runtime.beans.DocumentTypeUtils
Creates DocumentType objects based on the Document and DocumentList data having a TypeDeclaration assigned in the given model.
getDeclaredDocumentTypes(Model, Map<Integer, Model>) - Static method in class org.eclipse.stardust.engine.core.runtime.beans.DocumentTypeUtils
Creates DocumentType objects based on the Document and DocumentList data having a TypeDeclaration assigned in the given model.
getDeclaredProcessInterface() - Method in interface org.eclipse.stardust.engine.api.model.ProcessDefinition
Gets the process interface implemented by this process definition.
getDeclaringProcessDefinitionId() - Method in interface org.eclipse.stardust.engine.api.model.ProcessInterface
Returns the ID of the declaring process definition.
getDefaultBookmark() - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageBookmarkable
 
getDefaultConfigurations() - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryProvider
Optionally configurations that should be used to create repository instances after the provider has loaded can be specified.
getDefaultMessage() - Method in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
getDefaultPerformer() - Method in interface org.eclipse.stardust.engine.api.model.Activity
Gets the participant assigned as a performer to the activity in the workflow model.
getDefaultPerformerID() - Method in interface org.eclipse.stardust.engine.api.model.Activity
Deprecated. Superseded by Activity.getDefaultPerformer(). The old behavior was to silently resolve conditional performers if possible and return the ID of the resolved participant. Migration to the new API probably requires testing for ConditionalPerformer and a call to ConditionalPerformer.getResolvedPerformer() instead.
getDefaultPerformerName() - Method in interface org.eclipse.stardust.engine.api.model.Activity
Deprecated. Superseded by Activity.getDefaultPerformer(). The old behavior was to silently resolve conditional performers if possible and return the name of the resolved participant. Migration to the new API probably requires testing for ConditionalPerformer and a call to ConditionalPerformer.getResolvedPerformer() instead.
getDefaultQualityAssuranceProbability() - Method in interface org.eclipse.stardust.engine.api.model.Activity
Returns the quality assurance probability.
getDefaultRepository() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Allows to identify the currently set default repository.
getDefaultRepository() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Allows to identify the currently set default repository.
getDefaultRepository() - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Allows to identify the currently set default repository.
getDeniedGrants(String) - Method in interface org.eclipse.stardust.engine.api.runtime.RuntimePermissions
Retrieves the currently set of denied grants for the Permission.
getDepartment(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Retrieves the department with the given oid.
getDepartment(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Retrieves the department with the given oid.
getDepartment() - Method in interface org.eclipse.stardust.engine.api.model.ModelParticipantInfo
Returns the department associated with this model participant or null if the participant has no department association.
This method will return Department.DEFAULT instead of null if this object was obtained from Department.DEFAULT.getScopedParticipant(ModelParticipant).
getDepartment(long) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Retrieves the department with the given oid.
getDepartment() - Method in interface org.eclipse.stardust.engine.api.runtime.Grant
Gets the department with which this grant is associated.
getDepartmentKey() - Method in class org.eclipse.stardust.engine.core.spi.security.ExternalUserConfiguration.GrantInfo
 
getDeploymentComment() - Method in interface org.eclipse.stardust.engine.api.runtime.DeployedModelDescription
Gets the comment of the last deployment.
getDeploymentComment() - Method in interface org.eclipse.stardust.engine.api.runtime.DeploymentInfo
Returns the comment provided when the deployment was performed.
getDeploymentInfo() - Method in exception org.eclipse.stardust.engine.api.runtime.DeploymentException
Gets information about the deployment operation.
getDeploymentTime() - Method in interface org.eclipse.stardust.engine.api.runtime.DeployedModelDescription
Gets the time when this model was deployed.
getDeploymentTime() - Method in interface org.eclipse.stardust.engine.api.runtime.DeploymentInfo
Returns the time when the deployment operation was performed.
getDeputies(UserInfo) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Returns a list of all deputy users for the given user.
getDeputies(UserInfo) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Returns a list of all deputy users for the given user.
getDeputies(UserInfo) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Returns a list of all deputy users for the given user.
getDescription() - Method in interface org.eclipse.stardust.engine.api.model.ModelElement
Gets the (optional) description of this model element.
getDescription() - Method in interface org.eclipse.stardust.engine.api.runtime.Department
Returns the description of this department.
getDescription() - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstanceLinkType
 
getDescription() - Method in interface org.eclipse.stardust.engine.api.runtime.RepositoryMigrationJobInfo
 
getDescription() - Method in interface org.eclipse.stardust.engine.api.runtime.ResourceInfo
Gets the description of the JCR resource.
getDescription() - Method in interface org.eclipse.stardust.engine.api.runtime.User
Retrieves this user description.
getDescription() - Method in interface org.eclipse.stardust.engine.api.runtime.UserGroup
Retrieves this user group's description.
getDescription() - Method in interface org.eclipse.stardust.engine.api.runtime.UserRealm
Provides an informal description of the realm.
getDescription() - Method in class org.eclipse.stardust.engine.core.spi.security.ExternalDepartmentConfiguration
Gets the description of the external department.
getDescription() - Method in class org.eclipse.stardust.engine.core.spi.security.ExternalUserConfiguration
Gets the description of the external user.
getDescription() - Method in class org.eclipse.stardust.engine.core.spi.security.ExternalUserGroupConfiguration
Gets the description of the external user group.
getDescriptorDefinitions() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getDescriptorDefinitions() - Method in interface org.eclipse.stardust.engine.api.runtime.IDescriptorProvider
Retrieves definitions for available descriptors.
getDescriptorIds() - Method in class org.eclipse.stardust.engine.api.query.DescriptorPolicy
 
getDescriptors() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getDescriptorValue(String) - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getDescriptorValue(String) - Method in interface org.eclipse.stardust.engine.api.runtime.IDescriptorProvider
Gets the current value of a descriptor with the specified ID.
getDetails() - Method in interface org.eclipse.stardust.engine.api.runtime.HistoricalEvent
Getter to retrieve an object which contains more specific information about the event.
getDetailsLevel() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getDetailsLevel() - Method in interface org.eclipse.stardust.engine.api.model.ProcessDefinition
Retrieves the level of detail for process definition.
getDetailsLevel() - Method in class org.eclipse.stardust.engine.api.query.ProcessDefinitionDetailsPolicy
 
getDetailsLevel() - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstance
Retrieves the level of details for process instance.
getDetailsLevel() - Method in interface org.eclipse.stardust.engine.api.runtime.User
Retrieves the level of details for user.
getDetailsLevel() - Method in interface org.eclipse.stardust.engine.api.runtime.UserGroup
 
getDetailsOptions() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getDetailsOptions() - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstance
Retrieves the options used for details creation for process instance.
getDifferentCharacters() - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
Gets the number of minimum different characters in the new password compared to previous passwords.
getDigits() - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
Gets the minimum number of Digits in new password.
getDirection() - Method in interface org.eclipse.stardust.engine.api.model.AccessPoint
Gets the direction of the access point which can be IN, OUT or INOUT.
getDirection() - Method in interface org.eclipse.stardust.engine.api.model.DataMapping
Gets the mapping direction.
getDirection() - Method in interface org.eclipse.stardust.engine.api.model.DataPath
Gets the direction of the data path.
getDirection() - Method in interface org.eclipse.stardust.engine.api.model.FormalParameter
Gets the parameter direction.
getDirection() - Method in interface org.eclipse.stardust.engine.core.spi.extensions.model.AccessPoint
Gets the data flow direction of this access point, may be either Direction.IN, Direction.OUT or Direction.IN_OUT.
getDirection() - Method in class org.eclipse.stardust.engine.core.spi.extensions.model.BridgeObject
Retrieves the data flow direction of the represented data.
getDisableUserTime() - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
Gets the days after the user will be disabled (after password expired).
getDocument(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Gets the document by ID or path.
getDocument(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Gets the document by ID or path.
getDocument(List, String) - Static method in class org.eclipse.stardust.engine.api.runtime.DmsUtils
 
getDocument(String) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Gets the document by ID or path.
getDocument(String) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Gets the document by ID or path.
getDocumentAnnotations() - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentInfo
 
getDocumentAnnotations() - Method in class org.eclipse.stardust.engine.extensions.dms.data.DmsDocumentBean
 
getDocumentCount() - Method in interface org.eclipse.stardust.engine.api.runtime.Folder
Gets the number of documents contained in this folder.
getDocumentManagementService() - Method in interface org.eclipse.stardust.engine.api.runtime.ServiceFactory
Returns a document management service.
getDocuments(List) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Gets multiple documents by ID or path.
getDocuments(List) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Gets multiple documents by ID or path.
getDocuments(List<String>) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Gets multiple documents by ID or path.
getDocuments() - Method in interface org.eclipse.stardust.engine.api.runtime.Folder
Gets the documents contained in this folder.
getDocuments(List<String>) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Gets multiple documents by ID or path.
getDocumentType() - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentInfo
Returns the meta data structure of a document
getDocumentType(String, Model) - Static method in class org.eclipse.stardust.engine.core.runtime.beans.DocumentTypeUtils
 
getDocumentType() - Method in class org.eclipse.stardust.engine.extensions.dms.data.DmsDocumentBean
 
getDocumentTypeFromData(Model, Data) - Static method in class org.eclipse.stardust.engine.core.runtime.beans.DocumentTypeUtils
Retrieves the DocumentType used in the specified data.
getDocumentTypeId() - Method in class org.eclipse.stardust.engine.extensions.dms.data.DocumentType
 
getDocumentTypesFromData(Model, List<Data>) - Static method in class org.eclipse.stardust.engine.core.runtime.beans.DocumentTypeUtils
Retrieves the DocumentTypes used in the specified data.
getDocumentVersions(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Gets all versions of the document by document ID (of any of its version).
getDocumentVersions(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Gets all versions of the document by document ID (of any of its version).
getDocumentVersions(String) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Gets all versions of the document by document ID (of any of its version).
getDocumentVersions(String) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Gets all versions of the document by document ID (of any of its version).
getDomain() - Static method in class org.eclipse.stardust.engine.cli.security.authentication.ConsolePrompt
 
getDomainId() - Static method in class org.eclipse.stardust.engine.core.compatibility.gui.security.LoginDialog
 
getEffectivePolicies(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Returns the IAccessControlPolicy objects that currently are in effect on the resource denoted by resourceId (cumulated).
getEffectivePolicies(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Returns the IAccessControlPolicy objects that currently are in effect on the resource denoted by resourceId (cumulated).
getEffectivePolicies(String) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Returns the IAccessControlPolicy objects that currently are in effect on the resource denoted by resourceId (cumulated).
getEffectivePolicies(String) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Returns the IAccessControlPolicy objects that currently are in effect on the resource denoted by resourceId (cumulated).
getElementOID() - Method in interface org.eclipse.stardust.engine.api.model.ModelElement
Gets the OID of the model element.
getElementOID() - Method in interface org.eclipse.stardust.engine.api.model.ModelParticipant
 
getElementOID() - Method in interface org.eclipse.stardust.engine.api.model.Participant
Deprecated. The inheritance association between ModelElement and Participant is deprecated. Participants which are defined in a workflow model are now implementations of ModelParticipant. Invoking this method on a non-model participant will result in a value of 0.
getEMail() - Method in interface org.eclipse.stardust.engine.api.runtime.User
Retrieves the email address of the user.
getEMail() - Method in class org.eclipse.stardust.engine.core.spi.security.ExternalUserConfiguration
Gets the email address of the external user.
getEmitterType() - Method in class org.eclipse.stardust.engine.core.spi.extensions.runtime.Event
Gets the type of the event source.
getEncoding() - Method in interface org.eclipse.stardust.engine.api.runtime.Document
Gets the encoding of the document content.
getEncoding() - Method in class org.eclipse.stardust.engine.extensions.dms.data.DmsDocumentBean
 
getEndClass() - Method in class org.eclipse.stardust.engine.core.spi.extensions.model.BridgeObject
Retrieves the type of data supported by this bridge object.
getEndPage() - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageBookmark
 
getError() - Method in class org.eclipse.stardust.engine.api.model.Inconsistency
 
getErrorID() - Method in class org.eclipse.stardust.engine.api.model.Inconsistency
Gets the errorID contained in the inconsistency.
getErrors() - Method in interface org.eclipse.stardust.engine.api.runtime.ModelReconfigurationInfo
Gets the list of errors issued during the model reconfiguration operation.
getEventAction(String) - Method in interface org.eclipse.stardust.engine.api.model.EventHandler
Gets the specified event action.
getEventAction(String) - Method in interface org.eclipse.stardust.engine.api.runtime.EventHandlerBinding
Gets the event binding corresponding to the specified event action.
getEventHandler(String) - Method in interface org.eclipse.stardust.engine.api.model.EventAware
Gets the specified event handler.
getEventTime() - Method in interface org.eclipse.stardust.engine.api.runtime.HistoricalEvent
Will return the event time.
getEventType() - Method in interface org.eclipse.stardust.engine.api.runtime.HistoricalEvent
Will return the event type.
getEventTypes() - Method in class org.eclipse.stardust.engine.api.query.HistoricalEventPolicy
Gets the requested event types
getExecutionLog() - Method in interface org.eclipse.stardust.engine.api.runtime.Daemon
Return the execution log of the last daeon execution
getExecutionService(String) - Method in interface org.eclipse.stardust.engine.api.web.dms.DmsContentServlet.ExecutionServiceProvider
 
getExpirationTime() - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
Return number of days after the password will expire (starting from day the current pasword was set).
getExternalPackages() - Method in interface org.eclipse.stardust.engine.api.model.Model
Gets the referenced external package ids.
getFailedQualityAssuranceInstance() - Method in interface org.eclipse.stardust.engine.api.dto.QualityAssuranceInfo
Get the ActivityInstance which was in state QualityAssuranceUtils.QualityAssuranceState.IS_QUALITY_ASSURANCE and has QualityAssuranceResult.ResultState.FAILED, null otherwise
getFilter() - Method in class org.eclipse.stardust.engine.api.query.Query
Gets the top-level filter term.
getFilter() - Method in exception org.eclipse.stardust.engine.api.query.UnsupportedFilterException
Gets the unsupported filter criterion causing the exception.
getFilter() - Method in class org.eclipse.stardust.engine.api.query.WorklistQuery.ParticipantContribution
Gets the filter used to determine the participants contributing their worklists to the result.
getFilterKind() - Method in class org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter
Retrieves the ParticipantAssociationFilter.Kind of the filter.
getFilterKind() - Method in class org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter
 
getFilterKind() - Method in class org.eclipse.stardust.engine.api.query.PerformingParticipantFilter
Gets the PerformingParticipantFilter.Kind of the filter Also see
getFirstName() - Method in interface org.eclipse.stardust.engine.api.runtime.User
Retrieves the first name of the user.
getFirstName() - Method in interface org.eclipse.stardust.engine.api.runtime.UserInfo
 
getFirstName() - Method in class org.eclipse.stardust.engine.core.spi.security.ExternalUserConfiguration
Gets the first name of the external user.
getFolder(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Retrieves a folder and lists its members.
getFolder(String, int) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Retrieves a folder.
getFolder(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Retrieves a folder and lists its members.
getFolder(String, int) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Retrieves a folder.
getFolder(String) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Retrieves a folder and lists its members.
getFolder(String, int) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Retrieves a folder.
getFolder(String) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Retrieves a folder and lists its members.
getFolder(String, int) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Retrieves a folder.
getFolderCount() - Method in interface org.eclipse.stardust.engine.api.runtime.Folder
Gets the number of subfolders contained in this folder.
getFolders(List, int) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Gets multiple folders by ID or path.
getFolders(List, int) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Gets multiple folders by ID or path.
getFolders(List<String>, int) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Gets multiple folders by ID or path.
getFolders() - Method in interface org.eclipse.stardust.engine.api.runtime.Folder
Gets the subfolders contained in this folder.
getFolders(List<String>, int) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Gets multiple folders by ID or path.
getFontSize() - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.Note
 
getFormalParameters() - Method in interface org.eclipse.stardust.engine.api.model.ProcessInterface
Returns an ordered list of formal parameters as defined in the model.
getFrom() - Method in interface org.eclipse.stardust.engine.api.dto.HistoricalState
Gets the start time for the period the state was set.
getFromDate() - Method in class org.eclipse.stardust.engine.api.runtime.DeputyOptions
Gets the validity start date.
getFromPerformer() - Method in interface org.eclipse.stardust.engine.api.runtime.HistoricalEventDescriptionDelegation
Will return the performer before delegation was performed.
getFromPerformer() - Method in interface org.eclipse.stardust.engine.api.runtime.HistoricalEventDescriptionStateChange
Will return the performer from before the state change was performed.
getFromState() - Method in interface org.eclipse.stardust.engine.api.runtime.HistoricalEventDescriptionStateChange
Will return the state before state change was performed.
getFromVersion() - Method in interface org.eclipse.stardust.engine.api.runtime.RepositoryMigrationJobInfo
 
getFullDepartmentScopedId(Department) - Static method in class org.eclipse.stardust.engine.extensions.dms.data.DmsPrincipal
 
getFullDepartmentScopedId(IDepartment) - Static method in class org.eclipse.stardust.engine.extensions.dms.data.DmsPrincipal
 
getGlobalPermissions() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Retrieves permissions that are globally set.
getGlobalPermissions() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Retrieves permissions that are globally set.
getGlobalPermissions() - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Retrieves permissions that are globally set.
getGrantedModelParticipants() - Method in class org.eclipse.stardust.engine.core.spi.security.ExternalUserConfiguration
Deprecated. use ExternalUserConfiguration.getModelParticipantsGrants() instead which is able to cope with scoped grants
getGrants(String) - Method in interface org.eclipse.stardust.engine.api.runtime.RuntimePermissions
Retrieves the currently set grants for the Permission.
getHandler() - Method in interface org.eclipse.stardust.engine.api.runtime.EventHandlerBinding
Gets the event handler associated with this binding object.
getHandlerModelElementOID() - Method in class org.eclipse.stardust.engine.core.spi.extensions.runtime.Event
Gets the model element OID of the event handler this event is targeting.
getHandlerOID() - Method in class org.eclipse.stardust.engine.core.spi.extensions.runtime.Event
Gets the runtime OID of the event handler this event is targeting.
getHeight() - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
 
getHighlight(String) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.HighlightCapable
 
getHighlights() - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.HighlightCapable
 
getHistoricalData() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getHistoricalEvents() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getHistoricalEvents() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Gets a list of requested additional data like notes, delegations, state changes and exceptions.
getHistoricalEvents() - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstance
Gets a list of requested additional data like notes, delegations, state changes and exceptions.
getHistoricalStates() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Gets a list of historical states for the activity instance.
getId() - Method in interface org.eclipse.stardust.engine.api.model.AccessPoint
Gets the ID of this access point.
getId() - Method in interface org.eclipse.stardust.engine.api.model.FormalParameter
Gets the ID of this model element.
getId() - Method in interface org.eclipse.stardust.engine.api.model.ModelElement
Gets the ID of this model element.
getId() - Method in interface org.eclipse.stardust.engine.api.model.ParticipantInfo
Returns the ID of this participant, uniquely identifying the participant within its domain.
getId() - Method in interface org.eclipse.stardust.engine.api.model.Transition
Gets the id of the transition.
getId() - Method in interface org.eclipse.stardust.engine.api.runtime.ArtifactType
The identifier for the artifact
getId() - Method in interface org.eclipse.stardust.engine.api.runtime.DepartmentInfo
Gets the id Id of this department info.
getId() - Method in interface org.eclipse.stardust.engine.api.runtime.Grant
Gets the ID of the participant.
getId() - Method in interface org.eclipse.stardust.engine.api.runtime.ModelReconfigurationInfo
Returns the id of the reconfigured model.
getId() - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstanceLinkType
 
getId() - Method in interface org.eclipse.stardust.engine.api.runtime.Resource
Gets the unique ID of the JCR resource.
getId() - Method in class org.eclipse.stardust.engine.api.runtime.Scope
 
getId() - Method in interface org.eclipse.stardust.engine.api.runtime.UserRealm
Provides the ID of the realm.
getId() - Static method in class org.eclipse.stardust.engine.core.compatibility.gui.security.LoginDialog
 
getId() - Method in class org.eclipse.stardust.engine.core.spi.artifact.impl.BenchmarkDefinitionArtifactType
 
getId() - Method in interface org.eclipse.stardust.engine.core.spi.extensions.model.AccessPoint
Gets the id of this access point.
getId() - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.Identifiable
 
getImplementationModelOid() - Method in interface org.eclipse.stardust.engine.api.runtime.ImplementationDescription
Returns the ID of the model providing an interface implementation
getImplementationProcessDefinitionId() - Method in interface org.eclipse.stardust.engine.api.model.Activity
Gets the id of the process definition this activity will start as subprocess.
getImplementationProcesses() - Method in interface org.eclipse.stardust.engine.api.runtime.DeployedModelDescription
Gets a map which, per Process Interface ID, describes all available Implementation Alternatives and indicates which one is the Primary Implementation.
getImplementationProcessId() - Method in interface org.eclipse.stardust.engine.api.runtime.ImplementationDescription
Returns the local ID of the implementing Process Definition.
getImplementationType() - Method in interface org.eclipse.stardust.engine.api.model.Activity
Gets the implementation type of this activity.
getImplementedProcessInterface() - Method in interface org.eclipse.stardust.engine.api.model.ProcessDefinition
Gets the process interface implemented by this process definition.
getIncommingTransitions(Activity) - Method in interface org.eclipse.stardust.engine.api.model.ProcessDefinition
Returns the list of all transitions having as target the specified activity.
getInDataPath(long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Retrieves an IN data path on a process instance as specified in the corresponding process definition.
getInDataPath(long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Retrieves an IN data path on a process instance as specified in the corresponding process definition.
getInDataPath(long, String) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Retrieves an IN data path on a process instance as specified in the corresponding process definition.
getInDataPaths(long, Set) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Retrieves multiple IN data paths from a process instance as specified in the corresponding process definition.
getInDataPaths(long, Set) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Retrieves multiple IN data paths from a process instance as specified in the corresponding process definition.
getInDataPaths(long, Set<String>) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Retrieves multiple IN data paths from a process instance as specified in the corresponding process definition.
getInDataValue(long, String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Retrieves all evaluated IN data mappings that match the provided application context for the specified activity.
getInDataValue(long, String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Retrieves all evaluated IN data mappings that match the provided application context for the specified activity.
getInDataValue(long, String, String) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Retrieves all evaluated IN data mappings that match the provided application context for the specified activity.
getInDataValues(long, String, Set) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Retrieves all evaluated IN data mappings that match the provided application context for the specified activity.
getInDataValues(long, String, Set) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Retrieves all evaluated IN data mappings that match the provided application context for the specified activity.
getInDataValues(long, String, Set<String>) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Retrieves all evaluated IN data mappings that match the provided application context for the specified activity.
getInfos() - Method in exception org.eclipse.stardust.engine.api.runtime.DeploymentException
Gets information about the deployment operation.
getInstance() - Method in interface org.eclipse.stardust.engine.core.spi.artifact.IArtifactHandler.Factory
 
getInstance() - Method in class org.eclipse.stardust.engine.core.spi.artifact.impl.BenchmarkDefinitionArtifactHandler
 
getInstance() - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryProvider.Factory
 
getInstance() - Method in interface org.eclipse.stardust.engine.core.spi.resources.IResourceBundleProvider.Factory
 
getIntendedState() - Method in class org.eclipse.stardust.engine.core.spi.extensions.runtime.Event
Gets the intended state of activity event sources, allowing for safe state changes.
getInterfaceModelOid() - Method in interface org.eclipse.stardust.engine.api.runtime.ImplementationDescription
Returns the ID of the model which provides the Process Interface.
getItem(int) - Method in interface org.eclipse.stardust.engine.api.runtime.HistoricalEventDescription
Getter which allows to retrieve concrete aspects for this historical event.
getJoinType() - Method in interface org.eclipse.stardust.engine.api.model.Activity
Gets the flow join type for this activity.
getKey(String) - Static method in class org.eclipse.stardust.engine.api.model.SubProcessModeKey
Obtain a key instance from an ID.
getKey(int) - Static method in class org.eclipse.stardust.engine.api.runtime.LogCode
Factory method to get the LogCode object corresponding to the numerical code.
getKey(int) - Static method in class org.eclipse.stardust.engine.api.runtime.LogType
Factory method to get the LogType object corresponding to the numerical code.
getKind() - Method in class org.eclipse.stardust.engine.api.query.FilterTerm
Gets the kind of this filter term.
getLastArchivingTime() - Method in interface org.eclipse.stardust.engine.api.runtime.RuntimeEnvironmentInfo
Timestamp of last target archive time.
getLastExecutionTime() - Method in interface org.eclipse.stardust.engine.api.runtime.Daemon
Returns the time of the last daemon execution.
getLastModificationTime() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Gets the time of the most recent modification of this activity instance.
getLastName() - Method in interface org.eclipse.stardust.engine.api.runtime.User
Retrieves the last name (family name) of the user.
getLastName() - Method in interface org.eclipse.stardust.engine.api.runtime.UserInfo
 
getLastName() - Method in class org.eclipse.stardust.engine.core.spi.security.ExternalUserConfiguration
Gets the last name of the external user.
getLetters() - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
Gets the minimum number of Letters in new password.
getlevel(int) - Static method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetailsLevel
Factory method to get the ProcessInstanceState corresponding to the given code.
getlevel(int) - Static method in class org.eclipse.stardust.engine.api.dto.UserDetailsLevel
Factory method to get the ProcessInstanceState corresponding to the given code.
getLevel() - Method in class org.eclipse.stardust.engine.api.query.ProcessInstanceDetailsPolicy
 
getLevel() - Method in class org.eclipse.stardust.engine.api.query.UserDetailsPolicy
 
getLevelOfDetail() - Method in interface org.eclipse.stardust.engine.api.runtime.Folder
Gets the level of detail of information contained in the Folder object.
getLimitSubFolder() - Method in class org.eclipse.stardust.engine.api.query.SubFolderPolicy
 
getLineCount() - Method in interface org.eclipse.stardust.engine.api.runtime.Mail
Gets the number of lines contained in that message.
getLinkedProcessInstances() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getLinkedProcessInstances() - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstance
Returns process instance links which have this process instance as source or target.
getLocale() - Method in interface org.eclipse.stardust.engine.api.runtime.ResourceBundle
The locale of the ResourceBundle.
getLockOwner() - Method in class org.eclipse.stardust.engine.extensions.dms.data.DmsDocumentBean
Deprecated. 
getLogEntriesCount(LogEntryQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Counts the number of log entries satisfying the criteria specified in the provided query.
getLogEntriesCount(LogEntryQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Counts the number of log entries satisfying the criteria specified in the provided query.
getLogEntriesCount(LogEntryQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Counts the number of log entries satisfying the criteria specified in the provided query.
getLoginFailedReason() - Method in class org.eclipse.stardust.engine.core.spi.security.ExternalLoginResult
Queries for the reason the authentification failed.
getLoginFailedReason() - Method in class org.eclipse.stardust.engine.core.spi.security.LoginResult
Queries for the reason the authentification failed.
getMappedType() - Method in interface org.eclipse.stardust.engine.api.model.DataMapping
Gets the type of the bridge object.
getMappedType() - Method in interface org.eclipse.stardust.engine.api.model.DataPath
Gets the type of the bridge object.
getMaxSize() - Method in class org.eclipse.stardust.engine.api.query.SubsetPolicy
Gets the maximum number of items to be included in a query result.
getMessage() - Method in class org.eclipse.stardust.engine.api.model.Inconsistency
Gets the message contained in the inconsistency.
getMessageArgs() - Method in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
getMessageId() - Method in interface org.eclipse.stardust.engine.api.runtime.Mail
Gets the value of the Message-ID header, if available.
getMetaDataTypeDeclarationId(Data) - Static method in class org.eclipse.stardust.engine.core.runtime.beans.DocumentTypeUtils
 
getMinimalPasswordLength() - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
Gets the minimum password length.
getMixedCase() - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
Gets the number for mixed case characters.
getMode() - Method in class org.eclipse.stardust.engine.api.query.ProcessInstanceHierarchyFilter
 
getModel(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves the specified model.
getModel(long, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves the specified model.
getModel() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Deprecated. Retrieves the active model.
getModel(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves the specified model.
getModel(long, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves the specified model.
getModel() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Deprecated. Retrieves the active model.
getModel(long) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves the specified model.
getModel(long, boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves the specified model.
getModel() - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Deprecated. Retrieves the active model.
getModelAsXML(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves the XML representation of the specified model.
getModelAsXML(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves the XML representation of the specified model.
getModelAsXML(long) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves the XML representation of the specified model.
getModelDescription(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves the description of the specified model.
getModelDescription(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves the description of the specified model.
getModelDescription(long) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves the description of the specified model.
getModelElementID() - Method in interface org.eclipse.stardust.engine.api.runtime.RuntimeObject
Returns the ID of the runtime object's definition.
getModelElementOID() - Method in interface org.eclipse.stardust.engine.api.runtime.RuntimeObject
Returns the OID of the runtime object's definition.
getModelId() - Method in class org.eclipse.stardust.engine.api.runtime.TransitionInfo
Retrieves the Id of the model containing the activity that represents the target of this operation.
getModelId() - Method in class org.eclipse.stardust.engine.core.preferences.configurationvariables.ConfigurationVariables
Retrieves the modelId of the Model the ConfigurationVariables belong to.
getModelName() - Method in class org.eclipse.stardust.engine.api.runtime.TransitionInfo
Retrieves the Name of the model containing the activity that represents the target of this operation.
getModelOID() - Method in interface org.eclipse.stardust.engine.api.model.ModelElement
Gets the OID of the model.
getModelOID() - Method in interface org.eclipse.stardust.engine.api.model.ModelParticipant
 
getModelOID() - Method in interface org.eclipse.stardust.engine.api.model.Participant
Deprecated. The inheritance association between ModelElement and Participant is deprecated. Participants which are defined in a workflow model are now implementations of ModelParticipant. Invoking this method on a non-model participant will result in a value of 0.
getModelOID() - Method in interface org.eclipse.stardust.engine.api.runtime.ModelReconfigurationInfo
Returns the OID of the reconfigured model.
getModelOID() - Method in interface org.eclipse.stardust.engine.api.runtime.RuntimeObject
Returns the OID of the model the runtime object's definition belongs to.
getModelOid() - Method in class org.eclipse.stardust.engine.api.runtime.TransitionInfo
Retrieves the OID of the model containing the activity that represents the target of this operation.
getModelOids() - Method in class org.eclipse.stardust.engine.api.query.ActivityFilter
Gets the model oids to which the search is restricted to.
getModelParticipantContributions() - Method in class org.eclipse.stardust.engine.api.query.WorklistQuery
 
getModelParticipantPrincipalName(String, String, String) - Static method in class org.eclipse.stardust.engine.extensions.dms.data.DmsPrincipal
Builds a unique principal name for a ModelParticipant.
getModelParticipantsGrants() - Method in class org.eclipse.stardust.engine.core.spi.security.ExternalUserConfiguration
Gets the set of participants the external user has grants for.
getModels(DeployedModelQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves the model descriptions satisfying the criteria specified in the provided query.
getModels(DeployedModelQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves the model descriptions satisfying the criteria specified in the provided query.
getModels(DeployedModelQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves the model descriptions satisfying the criteria specified in the provided query.
getModificationDate() - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
 
getModifiedByAuthor() - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
 
getModuleId() - Method in interface org.eclipse.stardust.engine.core.compatibility.ui.preferences.spi.IStaticConfigurationProvider
 
getModuleId() - Method in class org.eclipse.stardust.engine.core.preferences.Preferences
The moduleId used as a first identifier for the preferences.
getModuleId() - Method in interface org.eclipse.stardust.engine.core.spi.preferences.IStaticConfigurationProvider
 
getModuleId() - Method in interface org.eclipse.stardust.engine.core.spi.resources.IResourceBundleProvider
 
getMonitoredInstance() - Method in interface org.eclipse.stardust.engine.api.dto.QualityAssuranceInfo
Get the ActivityInstance which was in state QualityAssuranceUtils.QualityAssuranceState.QUALITY_ASSURANCE_TRIGGERED or QualityAssuranceUtils.QualityAssuranceState.IS_REVISED, null otherwise
getMonitoredUser(IActivityInstance) - Static method in class org.eclipse.stardust.engine.api.runtime.QualityAssuranceUtils
 
getName() - Method in interface org.eclipse.stardust.engine.api.model.AccessPoint
Gets the human readable name of the access point.
getName() - Method in interface org.eclipse.stardust.engine.api.model.FormalParameter
Gets the name of this model element.
getName() - Method in interface org.eclipse.stardust.engine.api.model.ModelElement
Gets the name of this model element.
getName() - Method in interface org.eclipse.stardust.engine.api.model.ParticipantInfo
Returns the name of this participant.
getName() - Method in interface org.eclipse.stardust.engine.api.runtime.DepartmentInfo
Gets the name of this department info.
getName() - Method in interface org.eclipse.stardust.engine.api.runtime.Grant
Gets the name of the participant.
getName() - Method in interface org.eclipse.stardust.engine.api.runtime.RepositoryMigrationJobInfo
 
getName() - Method in interface org.eclipse.stardust.engine.api.runtime.ResourceInfo
Get the name of the JCR resource.
getName() - Method in interface org.eclipse.stardust.engine.api.runtime.UserRealm
Provides the human friendly name of the realm.
getName(Principal) - Method in class org.eclipse.stardust.engine.core.compatibility.spi.security.DefaultPrincipalNameProvider
 
getName(Principal) - Method in interface org.eclipse.stardust.engine.core.compatibility.spi.security.PrincipalNameProvider
Provides the name for a given principal.
getName() - Method in interface org.eclipse.stardust.engine.core.spi.extensions.model.AccessPoint
Gets the name of this access point.
getName() - Method in class org.eclipse.stardust.engine.core.spi.security.ExternalDepartmentConfiguration
Gets the name of the external department.
getName() - Method in class org.eclipse.stardust.engine.core.spi.security.ExternalUserGroupConfiguration
Gets the name of the external user group.
getName() - Method in class org.eclipse.stardust.engine.extensions.dms.data.DmsPrincipal
 
getNamespace() - Method in interface org.eclipse.stardust.engine.api.model.ModelElement
Gets the namespace of the model element.
getNamespace() - Method in interface org.eclipse.stardust.engine.api.model.ModelParticipant
 
getNamespace() - Method in interface org.eclipse.stardust.engine.api.model.Participant
Deprecated. The inheritance association between ModelElement and Participant is deprecated. Participants which are defined in a workflow model are now implementations of ModelParticipant. Invoking this method on a non-model participant will result in a value of null.
getNamespace() - Method in interface org.eclipse.stardust.engine.api.runtime.Grant
Gets the participant namespace.
getNextForUser() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityCompletionLog
Obtain any synchronous interactive successor activity, if existent.
getNormalizedAttributeName() - Method in class org.eclipse.stardust.engine.api.query.DataOrder
Returns the name of the data attribute or an empty string if the name is null.
getNote(String) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.NoteCapable
 
getNotes() - Method in interface org.eclipse.stardust.engine.api.dto.ActivityInstanceAttributes
Gets the Note set for this activity instance
getNotes() - Method in class org.eclipse.stardust.engine.api.dto.ActivityInstanceAttributesImpl
Gets the Note set for this activity instance
getNotes() - Method in interface org.eclipse.stardust.engine.api.dto.ProcessInstanceAttributes
 
getNotes() - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.NoteCapable
 
getNotificationMails() - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
Check if notification mails should be send.
getNumberOfActivityInstancesLackingAbortion() - Method in class org.eclipse.stardust.engine.api.runtime.AuditTrailHealthReport
Gets the number of activity instances which had been scheduled for abortion but did not succeed.
getNumberOfProcessInstancesHavingCrashedActivities() - Method in class org.eclipse.stardust.engine.api.runtime.AuditTrailHealthReport
Gets the number of process instances likely to have crashed activity instances.
getNumberOfProcessInstancesHavingCrashedEventBindings() - Method in class org.eclipse.stardust.engine.api.runtime.AuditTrailHealthReport
Gets the number of process instances likely to have crashed event bindings.
getNumberOfProcessInstancesHavingCrashedThreads() - Method in class org.eclipse.stardust.engine.api.runtime.AuditTrailHealthReport
Gets the number of process instances likely to have crashed activity threads.
getNumberOfProcessInstancesLackingAbortion() - Method in class org.eclipse.stardust.engine.api.runtime.AuditTrailHealthReport
Gets the number of process instances which had been scheduled for abortion but did not succeed.
getNumberOfProcessInstancesLackingCompletion() - Method in class org.eclipse.stardust.engine.api.runtime.AuditTrailHealthReport
Gets the number of process instances not having further pending activities, but not beeing marked as completed itself.
getObjectOID() - Method in class org.eclipse.stardust.engine.core.spi.extensions.runtime.Event
Gets the runtime OID of the event source.
getOID() - Method in interface org.eclipse.stardust.engine.api.model.DynamicParticipantInfo
Returns the OID of this participant.
getOID() - Method in class org.eclipse.stardust.engine.api.query.ActivityInstanceFilter
Returns the OID of the activity instance matched by the filter.
getOID() - Method in class org.eclipse.stardust.engine.api.query.ProcessInstanceFilter
Returns the OID of the process instance this filter is based on.
getOID() - Method in interface org.eclipse.stardust.engine.api.runtime.DepartmentInfo
Gets the OID of this department info.
getOid() - Method in interface org.eclipse.stardust.engine.api.runtime.DeployedRuntimeArtifact
 
getOID() - Method in interface org.eclipse.stardust.engine.api.runtime.LogEntry
Gets the global identifier of the LogEntry.
getOID() - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstanceLinkType
 
getOID() - Method in interface org.eclipse.stardust.engine.api.runtime.RuntimeObject
Gets the OID of this runtime object.
getOids() - Method in class org.eclipse.stardust.engine.api.query.ProcessInstanceFilter
 
getOnBehalfOf() - Method in interface org.eclipse.stardust.engine.api.dto.HistoricalState
Deprecated. Superseded by HistoricalState.getOnBehalfOfParticipant()
getOnBehalfOfParticipant() - Method in interface org.eclipse.stardust.engine.api.dto.HistoricalState
Gets the participant on whose worklist the activity instance has been when it was activated.
getOnBehalfOfPerformer() - Method in interface org.eclipse.stardust.engine.api.runtime.HistoricalEventDescriptionStateChange
Will return the performer this state change was performed on behalf of.
getOnBehalfOfUser() - Method in interface org.eclipse.stardust.engine.api.dto.HistoricalState
Gets the user on behalf of which the activity state changed.
getOperator() - Method in interface org.eclipse.stardust.engine.api.query.BinaryOperatorFilter
 
getOperator() - Method in interface org.eclipse.stardust.engine.api.query.TernaryOperatorFilter
 
getOperator() - Method in interface org.eclipse.stardust.engine.api.query.UnaryOperatorFilter
 
getOptions() - Method in class org.eclipse.stardust.engine.api.query.ProcessInstanceDetailsPolicy
 
getOptions() - Method in interface org.eclipse.stardust.engine.core.runtime.command.Configurable
Retrieves the parameters associated with this object.
getOrder() - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageBookmark
 
getOrderCriteria() - Method in class org.eclipse.stardust.engine.api.query.Query
Gets the top-level order criteria.
getOrganization(String) - Method in interface org.eclipse.stardust.engine.api.model.Model
Gets the specified organization.
getOrganization() - Method in interface org.eclipse.stardust.engine.api.runtime.Department
Gets the organization bound to this department.
getOutAccessPointValue(String) - Method in interface org.eclipse.stardust.engine.core.spi.extensions.runtime.ApplicationInstance
Callback used by the CARNOT engine when the corresponding activity instance processes it's in data mappings.
getOutgoingTransitions(Activity) - Method in interface org.eclipse.stardust.engine.api.model.ProcessDefinition
Returns the list of all transitions having as source the specified activity.
getOwner() - Method in class org.eclipse.stardust.engine.api.query.ParticipantWorklist
Retrieves the owning participant of this worklist.
getOwner() - Method in class org.eclipse.stardust.engine.api.query.UserWorklist
Retrieves the owning user of this worklist.
getOwner() - Method in class org.eclipse.stardust.engine.api.query.Worklist
Retrieves the owning participant of this worklist.
getOwner() - Method in interface org.eclipse.stardust.engine.api.runtime.ResourceInfo
Gets the owner of the JCR resource.
getOwnerID() - Method in class org.eclipse.stardust.engine.api.query.ParticipantWorklist
 
getOwnerID() - Method in class org.eclipse.stardust.engine.api.query.UserWorklist
 
getOwnerID() - Method in class org.eclipse.stardust.engine.api.query.Worklist
The human readable ID of the worklist owner.
getOwnerName() - Method in class org.eclipse.stardust.engine.api.query.ParticipantWorklist
 
getOwnerName() - Method in class org.eclipse.stardust.engine.api.query.UserWorklist
 
getOwnerName() - Method in class org.eclipse.stardust.engine.api.query.Worklist
The name of the owner of the worklist.
getOwnerOID() - Method in class org.eclipse.stardust.engine.api.query.ParticipantWorklist
 
getOwnerOID() - Method in class org.eclipse.stardust.engine.api.query.UserWorklist
 
getOwnerOID() - Method in class org.eclipse.stardust.engine.api.query.Worklist
The OID of the owner of this worklist.
getPageNumber() - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
 
getPageNumber() - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageOrientation
 
getPageOrientation(int) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageOrientationAware
 
getPageOrientations() - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageOrientationAware
 
getPageRelativeRotation() - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
 
getPageSequence() - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageSequenceAware
 
getParameter() - Method in interface org.eclipse.stardust.engine.api.model.ParameterMapping
Gets the trigger parameter used in this mapping.
getParameterPath() - Method in interface org.eclipse.stardust.engine.api.model.ParameterMapping
Gets the access path that will be applied to the parameter.
getParent() - Method in class org.eclipse.stardust.engine.api.runtime.Scope
Get the parent scope of this scope.
getParentDepartment() - Method in interface org.eclipse.stardust.engine.api.runtime.Department
Returns the parent department.
getParentFrame() - Static method in class org.eclipse.stardust.engine.core.compatibility.gui.security.LoginDialog
 
getParentProcessInstanceOid() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getParentProcessInstanceOid() - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstance
Gets the oid of the parent process instance.
getParticipant() - Method in interface org.eclipse.stardust.engine.api.dto.HistoricalState
Gets the participant on whose worklist the activity instance was in the period.
getParticipant(long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves a participant from a specified model.
getParticipant(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves a specific participant from the active model.
getParticipant(long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves a participant from a specified model.
getParticipant(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves a specific participant from the active model.
getParticipant(String) - Method in interface org.eclipse.stardust.engine.api.model.Model
Gets the specified participant.
getParticipant() - Method in class org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter
Retrieves the ParticipantInfo to filter for.
getParticipant() - Method in class org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter
 
getParticipant() - Method in class org.eclipse.stardust.engine.api.query.PerformingParticipantFilter
Returns the ParticipantInfo for the participant
getParticipant(long, String) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves a participant from a specified model.
getParticipant(String) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves a specific participant from the active model.
getParticipantID() - Method in class org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter
Retrieves the ID of the participant to filter for.
getParticipantID() - Method in class org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter
 
getParticipantID() - Method in class org.eclipse.stardust.engine.api.query.PerformingParticipantFilter
Returns the id for the participant
getParticipantId() - Method in class org.eclipse.stardust.engine.core.spi.security.ExternalUserConfiguration.GrantInfo
 
getParticipantPerformerID() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Gets the ID of the current participant performer of this activity instance.
getParticipantPerformerName() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Gets the name of the current participant performer of this activity instance.
getParticipantProbabiltyKey(String, Activity, DepartmentInfo) - Static method in class org.eclipse.stardust.engine.api.runtime.QualityAssuranceUtils
 
getParticipantProbabiltyKey(String, IActivity, IDepartment) - Static method in class org.eclipse.stardust.engine.api.runtime.QualityAssuranceUtils
 
getParticipants() - Method in class org.eclipse.stardust.engine.api.runtime.DeputyOptions
Gets the set of participant grants.
getPartition() - Static method in class org.eclipse.stardust.engine.cli.security.authentication.ConsolePrompt
 
getPartitionId() - Method in interface org.eclipse.stardust.engine.api.model.DynamicParticipant
Provides the ID of the partition the dynamic participant is associated with.
getPartitionId() - Method in interface org.eclipse.stardust.engine.api.model.ModelElement
Provides the ID of the partition this model element is deploed to.
getPartitionId() - Method in interface org.eclipse.stardust.engine.api.model.Participant
Deprecated. The inheritance association between ModelElement and Participant is deprecated. Participants which are defined in a workflow model are now implementations of ModelParticipant. Invoking this method on a non-model participant will result in a value of null.
getPartitionId() - Method in interface org.eclipse.stardust.engine.api.runtime.UserRealm
Provides the ID of the partition the realm is associated with.
getPartitionId() - Static method in class org.eclipse.stardust.engine.core.compatibility.gui.security.LoginDialog
 
getPartitionId() - Method in class org.eclipse.stardust.engine.core.preferences.Preferences
 
getPartitionId() - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryInstance
 
getPartitionOID() - Method in interface org.eclipse.stardust.engine.api.model.DynamicParticipant
Provides the OID of the partition the dynamic participant is associated with.
getPartitionOID() - Method in interface org.eclipse.stardust.engine.api.model.ModelElement
Provides the OID of the partition this model element is deployed to.
getPartitionOID() - Method in interface org.eclipse.stardust.engine.api.model.Participant
Deprecated. The inheritance association between ModelElement and Participant is deprecated. Participants which are defined in a workflow model are now implementations of ModelParticipant. Invoking this method on a non-model participant will result in a value of 0.
getPartitionOid() - Method in interface org.eclipse.stardust.engine.api.runtime.UserRealm
Provides the OID of the partition the realm is associated with.
getParts() - Method in class org.eclipse.stardust.engine.api.query.FilterTerm
Gets the list of filter criteria this term contains.
getPassword() - Static method in class org.eclipse.stardust.engine.cli.security.authentication.ConsolePrompt
 
getPassword() - Static method in class org.eclipse.stardust.engine.core.compatibility.gui.security.LoginDialog
 
getPasswordRules() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Returns the password rules.
getPasswordRules() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Returns the password rules.
getPasswordRules() - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Returns the password rules.
getPasswordTracking() - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
Check if password tracking is enabled.
getPath() - Method in interface org.eclipse.stardust.engine.api.runtime.Resource
Gets the path to the JCR resource.
getPerfomer() - Method in interface org.eclipse.stardust.engine.api.dto.HistoricalState
Deprecated. Superseded by HistoricalState.getParticipant()
getPerformedBy() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Returns the user who performed this activity instance.
getPerformedByName() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Gets the name of the user who completed this activity instance.
getPerformedByOID() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Gets the OID of the user who completed this activity instance.
getPerformedOnBehalfOf() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Returns the user on behalf of this activity instance was performed.
getPerformerKind() - Method in interface org.eclipse.stardust.engine.api.model.ConditionalPerformer
Retrieves the kind of participant this conditional performer is supposed to resolve to at runtime.
getPermission(String) - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getPermission(String) - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Gets the PermissionState for the given permission id for the current user.
This information can be used to decide if the user has the permission to perform a certain operation on this activity instance.
getPermission(String) - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstance
Returns the permission state of the given permission id for the current user.
getPermission(String) - Method in interface org.eclipse.stardust.engine.api.runtime.User
Returns the permission state of the given permission id for the user.
getPermissionId() - Method in class org.eclipse.stardust.engine.api.runtime.Permission
Gets the id of this permission.
getPermissions() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Retrieves all permissions the current user has on this service plus the global permissions.
getPermissions() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves all permissions the current user has on this service.
getPermissions() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Retrieves all permissions the current user has on this service.
getPermissions() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Retrieves all permissions the current user has on this service plus the global permissions.
getPermissions() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves all permissions the current user has on this service.
getPermissions() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Retrieves all permissions the current user has on this service.
getPermissions() - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Retrieves all permissions the current user has on this service plus the global permissions.
getPermissions() - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves all permissions the current user has on this service.
getPermissions() - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Retrieves all permissions the current user has on this service.
getPolicies(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Returns the IAccessControlPolicy objects that are currently set for the resource denoted by resourceId.
getPolicies(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Returns the IAccessControlPolicy objects that are currently set for the resource denoted by resourceId.
getPolicies(String) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Returns the IAccessControlPolicy objects that are currently set for the resource denoted by resourceId.
getPolicies(String) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Returns the IAccessControlPolicy objects that are currently set for the resource denoted by resourceId.
getPolicy(Class<T>) - Method in class org.eclipse.stardust.engine.api.query.Query
Extracts any set policy of the given kind.
getPreferenceCacheHint() - Method in class org.eclipse.stardust.engine.core.preferences.Preferences
Holds information for cache synchronization.
getPreferenceDefaults(String) - Method in interface org.eclipse.stardust.engine.core.compatibility.ui.preferences.spi.IStaticConfigurationProvider
 
getPreferenceDefaults(String) - Method in interface org.eclipse.stardust.engine.core.spi.preferences.IStaticConfigurationProvider
 
getPreferenceIds() - Method in interface org.eclipse.stardust.engine.core.compatibility.ui.preferences.spi.IStaticConfigurationProvider
 
getPreferenceIds() - Method in interface org.eclipse.stardust.engine.core.spi.preferences.IStaticConfigurationProvider
 
getPreferenceModules() - Method in class org.eclipse.stardust.engine.api.query.UserDetailsPolicy
 
getPreferences(PreferenceScope, String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Retrieves preferences from the given scope.
getPreferences(PreferenceScope, String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves preferences from the given scope.
getPreferences(PreferenceScope, String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Retrieves preferences from the given scope.
getPreferences(PreferenceScope, String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves preferences from the given scope.
getPreferences(PreferenceScope, String, String) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Retrieves preferences from the given scope.
getPreferences(PreferenceScope, String, String) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves preferences from the given scope.
getPreferences() - Method in class org.eclipse.stardust.engine.core.preferences.Preferences
Retrieves the map of preferences.
getPreferencesId() - Method in class org.eclipse.stardust.engine.core.preferences.Preferences
The preferencesId is used as second identifier for the preferences.
getPreviousLoginTime() - Method in interface org.eclipse.stardust.engine.api.runtime.User
Returns the date of the previous login.
getPriority() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getPriority() - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstance
Gets the priority of the process instance.
getPriority(int) - Static method in class org.eclipse.stardust.engine.api.runtime.ProcessInstancePriority
Factory method to get the ProcessInstancePriority corresponding to the given code.
getPrivileges(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Returns the privileges the session has for the resource denoted by resourceId, which must exist.
getPrivileges(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Returns the privileges the session has for the resource denoted by resourceId, which must exist.
getPrivileges(String) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Returns the privileges the session has for the resource denoted by resourceId, which must exist.
getPrivileges(String) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Returns the privileges the session has for the resource denoted by resourceId, which must exist.
getProcessDefinition(long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves a process definition from the specified model.
getProcessDefinition(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves the specified process definition from the active model.
getProcessDefinition(long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves a process definition from the specified model.
getProcessDefinition(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves the specified process definition from the active model.
getProcessDefinition(String) - Method in interface org.eclipse.stardust.engine.api.model.Model
Gets the specified process definition.
getProcessDefinition() - Method in interface org.eclipse.stardust.engine.api.model.Trigger
Gets the process definition containing this trigger.
getProcessDefinition(long, String) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves a process definition from the specified model.
getProcessDefinition(String) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves the specified process definition from the active model.
getProcessDefinitionId() - Method in interface org.eclipse.stardust.engine.api.dto.HistoricalState
Gets the id of the process definition containing the workflow activity associated with this activity instance historic state.
getProcessDefinitionId() - Method in interface org.eclipse.stardust.engine.api.model.Activity
Gets the id of the process definition containing this activity.
getProcessDefinitionId() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Gets the id of the process definition containing the workflow activity associated with this activity instance.
getProcessDefinitions(ProcessDefinitionQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
 
getProcessDefinitions(ProcessDefinitionQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
 
getProcessDefinitions(ProcessDefinitionQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
 
getProcessID() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getProcessID() - Method in class org.eclipse.stardust.engine.api.query.ActivityFilter
The ID of the process definition to filter for.
getProcessID() - Method in class org.eclipse.stardust.engine.api.query.ProcessDefinitionFilter
Gets the ID of the process definition to filter for.
getProcessID() - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstance
Gets ID of this process instance's definition.
getProcessId() - Method in class org.eclipse.stardust.engine.api.runtime.SubprocessSpawnInfo
 
getProcessId() - Method in class org.eclipse.stardust.engine.api.runtime.TransitionInfo
Retrieves the Id of the process definition containing the activity that represents the target of this operation.
getProcessIdPattern() - Method in class org.eclipse.stardust.engine.api.runtime.TransitionOptions
Retrieves the regular expression pattern for matching process definition ids.
getProcessInstance(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Retrieves the specified process instance.
getProcessInstance(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Retrieves the specified process instance.
getProcessInstance() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Gets the process instance containing this activity instance.
getProcessInstance(long) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Retrieves the specified process instance.
getProcessInstanceEventHandler(long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Gets the binding state of an event handler for the specified process instance.
getProcessInstanceEventHandler(long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Gets the binding state of an event handler for the specified process instance.
getProcessInstanceEventHandler(long, String) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Gets the binding state of an event handler for the specified process instance.
getProcessInstanceLinkType(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Gets a specific process instance link type.
getProcessInstanceLinkType(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Gets a specific process instance link type.
getProcessInstanceLinkType(String) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Gets a specific process instance link type.
getProcessInstanceOID() - Method in interface org.eclipse.stardust.engine.api.dto.HistoricalState
Gets the OID of the process instance containing this activity instance historic state.
getProcessInstanceOid() - Method in interface org.eclipse.stardust.engine.api.dto.ProcessInstanceAttributes
 
getProcessInstanceOID() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Gets the OID of the process instance containing this activity instance.
getProcessInstanceOid(Resource) - Static method in class org.eclipse.stardust.engine.api.runtime.DmsUtils
Retrieves the process instance oid from a Resource path.
getProcessInstanceOID() - Method in interface org.eclipse.stardust.engine.api.runtime.LogEntry
Gets the OID of the process instance that was active when the log entry was created.
getProcessInstancesCount(ProcessInstanceQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Counts the number of process instances satisfying the criteria specified in the provided query.
getProcessInstancesCount(ProcessInstanceQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Counts the number of process instances satisfying the criteria specified in the provided query.
getProcessInstancesCount(ProcessInstanceQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Counts the number of process instances satisfying the criteria specified in the provided query.
getProcessInstancesHavingCrashedActivities() - Method in class org.eclipse.stardust.engine.api.runtime.AuditTrailHealthReport
Gets the set of process instances oids likely to have crashed activity instances.
getProcessInstancesHavingCrashedEventBindings() - Method in class org.eclipse.stardust.engine.api.runtime.AuditTrailHealthReport
Gets the set of process instances oids likely to have crashed event bindings.
getProcessInstancesHavingCrashedThreads() - Method in class org.eclipse.stardust.engine.api.runtime.AuditTrailHealthReport
Gets the set of process instances oids likely to have crashed activity threads.
getProcessInstancesLackingAbortion() - Method in class org.eclipse.stardust.engine.api.runtime.AuditTrailHealthReport
Gets the set of process instances oids which had been scheduled for abortion but did not succeed.
getProcessInstancesLackingCompletion() - Method in class org.eclipse.stardust.engine.api.runtime.AuditTrailHealthReport
Gets the set of process instances oids not having further pending activities, but not beeing marked as completed itself.
getProcessInterfaceId() - Method in interface org.eclipse.stardust.engine.api.runtime.ImplementationDescription
Returns the local ID of the implemented Process Interface.
getProcessName() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getProcessName() - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstance
Gets name of this process instance's definition.
getProcessName() - Method in class org.eclipse.stardust.engine.api.runtime.TransitionInfo
Retrieves the Name of the process definition containing the activity that represents the target of this operation.
getProcessResults(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Process instances can declare or implement process interfaces.
getProcessResults(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Process instances can declare or implement process interfaces.
getProcessResults(long) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Process instances can declare or implement process interfaces.
getProcessStateSpec() - Method in class org.eclipse.stardust.engine.api.runtime.SpawnOptions
Retrieves the specification of the started activities.
getProfile(ProfileScope) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Retrieves the profile for the specified scope.
getProfile(ProfileScope) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Retrieves the profile for the specified scope.
getProfile(ProfileScope) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Retrieves the profile for the specified scope.
getProperties() - Method in interface org.eclipse.stardust.engine.api.runtime.ResourceInfo
Gets all custom properties of the JCR resource.
getProperties() - Method in class org.eclipse.stardust.engine.core.spi.security.ExternalLoginResult
Queries for the overiding properties.
getProperties() - Method in class org.eclipse.stardust.engine.core.spi.security.ExternalUserConfiguration
Gets custom properties of the external user.
getProperties() - Method in class org.eclipse.stardust.engine.core.spi.security.ExternalUserGroupConfiguration
Gets custom properties of the external user group.
getProperty(String) - Method in interface org.eclipse.stardust.engine.api.runtime.ResourceInfo
Gets a single custom property of the JCR resource.
getProperty(String) - Method in interface org.eclipse.stardust.engine.api.runtime.User
Retrieves a custom property value for user.
getPropertyName(String) - Static method in class org.eclipse.stardust.engine.api.query.DocumentQuery.MetadataFilterBuilder
 
getProvider() - Method in interface org.eclipse.stardust.engine.core.compatibility.ui.preferences.spi.IStaticConfigurationProvider.Factory
 
getProvider() - Method in interface org.eclipse.stardust.engine.core.spi.preferences.IStaticConfigurationProvider.Factory
 
getProviderId() - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryInstance
 
getProviderId() - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryInstanceInfo
 
getProviderId() - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryProvider
 
getProviderId() - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryProviderInfo
 
getProviderInfo() - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryProvider
 
getProviderModels() - Method in interface org.eclipse.stardust.engine.api.runtime.DeployedModelDescription
Gets the Model OIDs of all linked Providers (Models which are used by the deployed model)
getProviderName() - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryProviderInfo
 
getPunctuation() - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
Sets the minimum number of punctuation characters ('!"$%&#()=?+/*) in new password.
getQualifiedId() - Method in interface org.eclipse.stardust.engine.api.model.ModelElement
Gets the qualified ID of the model element.
getQualifiedId() - Method in interface org.eclipse.stardust.engine.api.model.ParticipantInfo
Returns the qualified ID of this participant, uniquely identifying the participant within its domain.
getQualifiedId() - Method in interface org.eclipse.stardust.engine.api.runtime.Grant
Gets the qualified ID of the participant
getQualifiedImplementationProcessDefinitionId() - Method in interface org.eclipse.stardust.engine.api.model.Activity
Gets the qualified id of the process definition this activity will start as subprocess.
getQualityAssuranceCodes() - Method in interface org.eclipse.stardust.engine.api.dto.QualityAssuranceResult
Get the QualityAssuranceCode for this result
getQualityAssuranceCodes() - Method in class org.eclipse.stardust.engine.api.dto.QualityAssuranceResultImpl
Get the QualityAssuranceCode for this result
getQualityAssuranceFormula() - Method in interface org.eclipse.stardust.engine.api.model.Activity
Returns the quality assurance formula, written in script language (e.g.
getQualityAssuranceInfo() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Gets information about the performed quality assurance workflow
getQualityAssuranceInfo(IActivityInstance) - Static method in class org.eclipse.stardust.engine.api.runtime.QualityAssuranceUtils
 
getQualityAssuranceParticipantProbability(Activity, DepartmentInfo) - Method in class org.eclipse.stardust.engine.api.dto.QualityAssuranceAdminServiceFacade
Gets the probability for a specific participant / department combination.
getQualityAssurancePerformer() - Method in interface org.eclipse.stardust.engine.api.model.Activity
Returns the currently assigned quality assurance performer.
getQualityAssuranceProbability() - Method in interface org.eclipse.stardust.engine.api.runtime.User
Get the probability for this user
getQualityAssuranceResult() - Method in interface org.eclipse.stardust.engine.api.dto.ActivityInstanceAttributes
Gets the QualityAssuranceResult for a specific activity instance.
getQualityAssuranceResult() - Method in class org.eclipse.stardust.engine.api.dto.ActivityInstanceAttributesImpl
Gets the QualityAssuranceResult for a specific activity instance.
getQualityAssuranceState() - Method in interface org.eclipse.stardust.engine.api.dto.QualityAssuranceResult
Returns the QualityAssuranceResult.ResultState for this result
getQualityAssuranceState() - Method in class org.eclipse.stardust.engine.api.dto.QualityAssuranceResultImpl
Returns the QualityAssuranceResult.ResultState for this result
getQualityAssuranceState() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Gets the state of this activity instance regarding quality assurance
getQualityAssuranceUserDefaultProbability() - Method in class org.eclipse.stardust.engine.api.dto.QualityAssuranceAdminServiceFacade
Gets the probability set for all user
getQuery() - Method in class org.eclipse.stardust.engine.api.query.ActivityInstances
Gets the query this result is based on.
getQuery() - Method in class org.eclipse.stardust.engine.api.query.BusinessObjects
Retrieves the original query.
getQuery() - Method in class org.eclipse.stardust.engine.api.query.LogEntries
Gets the query this result is based on.
getQuery() - Method in class org.eclipse.stardust.engine.api.query.ProcessInstances
Gets the query this result is based on.
getQuery() - Method in class org.eclipse.stardust.engine.api.query.UserGroups
Gets the query this result is based on.
getQuery() - Method in class org.eclipse.stardust.engine.api.query.Users
Gets the query this result is based on.
getQuery() - Method in class org.eclipse.stardust.engine.api.query.Worklist
Retrieves the query this worklist is based on.
getQuery() - Method in class org.eclipse.stardust.engine.api.runtime.Documents
Gets the query this result is based on.
getQuery() - Method in class org.eclipse.stardust.engine.api.runtime.Models
Gets the query this result is based on.
getQuery() - Method in class org.eclipse.stardust.engine.api.runtime.ProcessDefinitions
 
getQueryService() - Method in interface org.eclipse.stardust.engine.api.runtime.ServiceFactory
Returns a QueryService.
getRealm() - Method in interface org.eclipse.stardust.engine.api.runtime.User
Retrieves the realm of the user.
getRealm() - Static method in class org.eclipse.stardust.engine.cli.security.authentication.ConsolePrompt
 
getRealmId() - Method in interface org.eclipse.stardust.engine.api.runtime.User
Deprecated. Use getRealm().getId();
getRealmId() - Static method in class org.eclipse.stardust.engine.core.compatibility.gui.security.LoginDialog
 
getRealmId() - Method in class org.eclipse.stardust.engine.core.preferences.Preferences
Returns the realmId if valid for the PreferencesScope.
getRealmOID() - Method in interface org.eclipse.stardust.engine.api.runtime.User
Deprecated. Use getRealm().getOID();
getReceivedDate() - Method in interface org.eclipse.stardust.engine.api.runtime.Mail
Gets the time when the mail message was received.
getReference() - Method in interface org.eclipse.stardust.engine.api.model.Activity
Retrieves a reference to an external application or process definition.
getReference() - Method in interface org.eclipse.stardust.engine.api.model.Data
Retrieves a reference to an external type declaration.
getReferencedDocumentData(DeployedModel) - Static method in class org.eclipse.stardust.engine.core.runtime.beans.DocumentTypeUtils
Retrieves data which are of type Document or DocumentList and having a Reference to an external TypeDefinition or data which is externally defined itself.
getReplacementTable() - Method in class org.eclipse.stardust.engine.api.runtime.DataCopyOptions
Gets the Map with concrete data values.
getReplyTo() - Method in interface org.eclipse.stardust.engine.api.runtime.Mail
Gets the list of replyTo addresses.
getRepositoryId() - Method in interface org.eclipse.stardust.engine.api.runtime.Resource
Indicates the repository this resource is located in.
getRepositoryId() - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryInstance
 
getRepositoryId() - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryInstanceInfo
 
getRepositoryIds() - Method in class org.eclipse.stardust.engine.api.query.RepositoryPolicy
 
getRepositoryInstanceInfo() - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryInstance
 
getRepositoryInstanceInfos() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Provides information about all bound repositories.
getRepositoryInstanceInfos() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Provides information about all bound repositories.
getRepositoryInstanceInfos() - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Provides information about all bound repositories.
getRepositoryName() - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryInstanceInfo
 
getRepositoryProviderInfos() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Provides information about all available repository providers.
getRepositoryProviderInfos() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Provides information about all available repository providers.
getRepositoryProviderInfos() - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Provides information about all available repository providers.
getRepositoryType() - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryInstanceInfo
 
getRepositoryVersion() - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryInstanceInfo
 
getResolvedModelOid(String) - Method in interface org.eclipse.stardust.engine.api.model.Model
Gets the resolved model oid corresponding to the external package reference.
getResolvedPerformer() - Method in interface org.eclipse.stardust.engine.api.model.ConditionalPerformer
Retrieves the performer this conditional performer resolves to at runtime.
getResourceBundle(String, String, Locale) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves a resource bundle from a specified moduleId.
getResourceBundle(String, String, Locale) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves a resource bundle from a specified moduleId.
getResourceBundle(String, String, Locale) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves a resource bundle from a specified moduleId.
getResourceBundle(String, Locale) - Method in interface org.eclipse.stardust.engine.core.spi.resources.IResourceBundleProvider
Provides localized resources.
getResources() - Method in interface org.eclipse.stardust.engine.api.runtime.ResourceBundle
The resources of the resource bundle.
getResourcesDone() - Method in interface org.eclipse.stardust.engine.api.runtime.RepositoryMigrationReport
 
getResultState(IActivityInstance) - Static method in class org.eclipse.stardust.engine.api.runtime.QualityAssuranceUtils
 
getRevision() - Method in interface org.eclipse.stardust.engine.api.runtime.DeployedModelDescription
Gets the revision of the model.
getRevision() - Method in interface org.eclipse.stardust.engine.api.runtime.DeploymentInfo
The revision of the model.
getRevisionComment() - Method in interface org.eclipse.stardust.engine.api.runtime.Document
Gets the version comment of the revision represented by this Document object.
getRevisionComment() - Method in class org.eclipse.stardust.engine.extensions.dms.data.DmsDocumentBean
 
getRevisionId() - Method in interface org.eclipse.stardust.engine.api.runtime.Document
Gets the id of the revision represented by this Document object.
getRevisionId() - Method in class org.eclipse.stardust.engine.extensions.dms.data.DmsDocumentBean
 
getRevisionName() - Method in interface org.eclipse.stardust.engine.api.runtime.Document
Gets the name of the revision represented by this Document object.
getRevisionName() - Method in class org.eclipse.stardust.engine.extensions.dms.data.DmsDocumentBean
 
getRole(String) - Method in interface org.eclipse.stardust.engine.api.model.Model
Gets the specified role.
getRootProcessInstanceName() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getRootProcessInstanceName() - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstance
Gets the name of the ultimate root process instance.
getRootProcessInstanceOID() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getRootProcessInstanceOID() - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstance
Gets the OID of the ultimate root process instance.
getRotation() - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageOrientation
 
getRuntimeArtifact(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Retrieves the artifact by the unique oid.
getRuntimeArtifact(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves the artifact by the unique oid.
getRuntimeArtifact(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Retrieves the artifact by the unique oid.
getRuntimeArtifact(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves the artifact by the unique oid.
getRuntimeArtifact(long) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Retrieves the artifact by the unique oid.
getRuntimeArtifact(long) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves the artifact by the unique oid.
getRuntimeArtifacts(DeployedRuntimeArtifactQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves all DeployedRuntimeArtifacts satisfying the criteria specified in the provided query.
getRuntimeArtifacts(DeployedRuntimeArtifactQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves all DeployedRuntimeArtifacts satisfying the criteria specified in the provided query.
getRuntimeArtifacts(DeployedRuntimeArtifactQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves all DeployedRuntimeArtifacts satisfying the criteria specified in the provided query.
getRuntimeAttributes() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getRuntimeAttributes() - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstance
 
getRuntimeElementOID() - Method in interface org.eclipse.stardust.engine.api.model.Activity
Gets the runtime OID of the model element.
getRuntimeElementOID() - Method in interface org.eclipse.stardust.engine.api.model.EventHandler
Gets the runtime OID of the model element.
getRuntimeElementOID() - Method in interface org.eclipse.stardust.engine.api.model.ModelParticipantInfo
Gets the runtime OID of the model element.
getRuntimeElementOID() - Method in interface org.eclipse.stardust.engine.api.model.ProcessDefinition
Gets the runtime OID of the model element.
getRuntimeElementOID() - Method in interface org.eclipse.stardust.engine.api.model.Trigger
Gets the runtime OID of the model element.
getRuntimeEnvironmentInfo() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves the information about the deployed runtime environment ( e.g.
getRuntimeEnvironmentInfo() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves the information about the deployed runtime environment ( e.g.
getRuntimeEnvironmentInfo() - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves the information about the deployed runtime environment (e.g.
getRuntimeOrganizationOID() - Method in interface org.eclipse.stardust.engine.api.runtime.DepartmentInfo
Returns the runtime OID of the bound organization.
getSchemaDefinition(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Retrieves the XSD schema for the specified schema location from the Document Repository serialized into a byte[].
getSchemaDefinition(long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Retrieves XSD schema of the specified type declaration serialized into a byte[].
getSchemaDefinition(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Retrieves the XSD schema for the specified schema location from the Document Repository serialized into a byte[].
getSchemaDefinition(long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Retrieves XSD schema of the specified type declaration serialized into a byte[].
getSchemaDefinition(String) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Retrieves the XSD schema for the specified schema location from the Document Repository serialized into a byte[].
getSchemaDefinition(long, String) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Retrieves XSD schema of the specified type declaration serialized into a byte[].
getSchemaDefinition(String) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Retrieves the XSD schema for the specified schema location from the Document Repository serialized into a byte[].
getSchemaLocation() - Method in class org.eclipse.stardust.engine.extensions.dms.data.DocumentType
 
getScope() - Method in interface org.eclipse.stardust.engine.api.query.ScopedFilter
 
getScope() - Method in class org.eclipse.stardust.engine.core.preferences.Preferences
The scope the preferences are stored in.
getScopedParticipant(ModelParticipant) - Method in interface org.eclipse.stardust.engine.api.runtime.Department
Creates a client side model participant bound to this department.
getScopeProcessInstance() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getScopeProcessInstance() - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstance
Gets the the scope process instance the data values of this process instance are bound to.
getScopeProcessInstanceOID() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getScopeProcessInstanceOID() - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstance
Gets the OID of the scope process instance the data values of this process instance are bound to.
getScopes() - Method in class org.eclipse.stardust.engine.api.runtime.Permission
Get all scopes for this permission.
getSecondOperator() - Method in class org.eclipse.stardust.engine.core.persistence.Operator.Ternary
 
getSecureSession(String, Class, Class, Class[], Object[], Map, Map) - Method in class org.eclipse.stardust.engine.api.ejb2.InternallyAuthentifiedSecureSessionFactory
 
getSecureSession(String, Class, Class, Class[], Object[], Map, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.TunnelingAwareSecureSessionFactory
 
getSecureSession(String, Class, Class, Class[], Object[], Map, Map) - Method in class org.eclipse.stardust.engine.api.ejb2.TunnelingSessionFactory
 
getSender() - Method in interface org.eclipse.stardust.engine.api.runtime.Mail
Gets the sender of this message.
getSentDate() - Method in interface org.eclipse.stardust.engine.api.runtime.Mail
Gets the time when the mail message was sent.
getService(Class<T>) - Method in class org.eclipse.stardust.engine.api.ejb2.EjbEnvServiceFactory
 
getService(Class<T>) - Method in interface org.eclipse.stardust.engine.api.runtime.ServiceFactory
Retrieves a service instance.
getService(Class<T>) - Method in class org.eclipse.stardust.engine.core.runtime.beans.EmbeddedServiceFactory
 
getService(UserContext) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryInstance
Retrieves a IRepositoryService which contains the methods for repository operations.
getSessionId() - Method in interface org.eclipse.stardust.engine.api.runtime.ServiceFactory
Gets the user session id
getSessionTokens() - Method in class org.eclipse.stardust.engine.core.spi.security.ExternalUserConfiguration
Gets the Session Tokens for the external user.
getSeverity() - Method in class org.eclipse.stardust.engine.api.model.Inconsistency
Gets the severity of the inconsistency.
getSize() - Method in class org.eclipse.stardust.engine.api.query.AbstractQueryResult
 
getSize() - Method in interface org.eclipse.stardust.engine.api.runtime.Document
Gets the size of a the document content in bytes.
getSize() - Method in interface org.eclipse.stardust.engine.api.runtime.Mail
Gets the size of the content.
getSize() - Method in class org.eclipse.stardust.engine.extensions.dms.data.DmsDocumentBean
 
getSkippedEntries() - Method in class org.eclipse.stardust.engine.api.query.SubsetPolicy
Gets the number of initial items to be skipped before putting items to the query result.
getSourceActivity(Transition) - Method in interface org.eclipse.stardust.engine.api.model.ProcessDefinition
Gets the source activity for the specified transition.
getSourceActivityId() - Method in interface org.eclipse.stardust.engine.api.model.Transition
Gets the id of the source activity ("from").
getSourceActivityInstance() - Method in interface org.eclipse.stardust.engine.api.runtime.TransitionReport
Retrieves the source activity instance from which the transition was performed.
getSourceElementId() - Method in class org.eclipse.stardust.engine.api.model.Inconsistency
Returns the ID of the inconsistent model element (activity, role etc.).
getSourceElementName() - Method in class org.eclipse.stardust.engine.api.model.Inconsistency
Returns the Name of the inconsistent model element (activity, role etc.).
getSourceElementOID() - Method in class org.eclipse.stardust.engine.api.model.Inconsistency
Returns the element OID of the inconsistent model element (activity, role etc.).
getSplitType() - Method in interface org.eclipse.stardust.engine.api.model.Activity
Gets the flow split type for this activity.
getStamp(String) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.StampAware
 
getStampDocumentId() - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.Stamp
 
getStamps() - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.StampAware
 
getStartableProcessDefinitions() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Retrieves the list of process definitions that can be started by the current user.
getStartableProcessDefinitions() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Retrieves the list of process definitions that can be started by the current user.
getStartableProcessDefinitions() - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Retrieves the list of process definitions that can be started by the current user.
getStartActivity() - Method in class org.eclipse.stardust.engine.api.runtime.SpawnOptions
Deprecated. since Stardust 3.0 / I.P.P. 9.0
getStartingActivityInstanceOID() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getStartingUser() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getStartingUser() - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstance
Gets the User object of the user that have started the process instance.
getStartPage() - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageBookmark
 
getStartTime() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getStartTime() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Gets the time of the creation of this activity instance.
getStartTime() - Method in interface org.eclipse.stardust.engine.api.runtime.Daemon
Returns the time of the last daemon start.
getStartTime() - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstance
Gets the time when this process instance was created.
getState() - Method in interface org.eclipse.stardust.engine.api.dto.HistoricalState
Gets the historic state for the corresponding activity instance.
getState() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getState() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Gets the current state of this activity instance.
getState(int) - Static method in class org.eclipse.stardust.engine.api.runtime.ActivityInstanceState
Factory method to get the ActivityInstanceState corresponding to the given code.
getState(int) - Static method in class org.eclipse.stardust.engine.api.runtime.PermissionState
Factory method to get the PermissionState corresponding to the given code.
getState() - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstance
Gets the current state of the process instance.
getState(int) - Static method in class org.eclipse.stardust.engine.api.runtime.ProcessInstanceState
Factory method to get the ProcessInstanceState corresponding to the given code.
getStates() - Method in class org.eclipse.stardust.engine.api.query.ActivityStateFilter
Returns the states the filter is defined to use for matching.
getStates() - Method in class org.eclipse.stardust.engine.api.query.ProcessStateFilter
 
getString(int) - Static method in class org.eclipse.stardust.engine.api.runtime.ActivityInstanceState
Gets the name of the ActivityInstanceState corresponding to the given code.
getString(int) - Static method in class org.eclipse.stardust.engine.api.runtime.PermissionState
Gets the name of the PermissionState corresponding to the given code.
getStringContent() - Method in interface org.eclipse.stardust.engine.api.runtime.Mail
Gets the string content of this message.
getSubDetails() - Method in class org.eclipse.stardust.engine.api.query.UserWorklist
 
getSubject() - Method in interface org.eclipse.stardust.engine.api.runtime.LogEntry
Gets the message contained by this log entry.
getSubject() - Method in interface org.eclipse.stardust.engine.api.runtime.Mail
Gets the subject of this mail message.
getSubsetPolicy() - Method in class org.eclipse.stardust.engine.api.query.AbstractQueryResult
 
getSubsetPolicy() - Method in interface org.eclipse.stardust.engine.api.query.QueryResult
Retrieves the subset policy this result set is based on.
getSubsetPolicy() - Method in class org.eclipse.stardust.engine.api.query.Worklist
Retrieves the subset policy this worklist is based on.
getSubWorklists() - Method in class org.eclipse.stardust.engine.api.query.ParticipantWorklist
 
getSubWorklists() - Method in class org.eclipse.stardust.engine.api.query.UserWorklist
 
getSubWorklists() - Method in class org.eclipse.stardust.engine.api.query.Worklist
Retrieves an iterator over all contained sub-worklists.
getSupportedRuntimeArtifactTypes() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Returns a list of supported artifact types.
getSupportedRuntimeArtifactTypes() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Returns a list of supported artifact types.
getSupportedRuntimeArtifactTypes() - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Returns a list of supported artifact types.
getTargetActivity(Transition) - Method in interface org.eclipse.stardust.engine.api.model.ProcessDefinition
Gets the target activity for the specified transition.
getTargetActivityId() - Method in interface org.eclipse.stardust.engine.api.model.Transition
Gets the id of the target activity ("to").
getTargetActivityInstance() - Method in interface org.eclipse.stardust.engine.api.runtime.TransitionReport
Retrieves the target activity instance created by the adhoc transition.
getTargetRepositoryStructureVersion() - Method in interface org.eclipse.stardust.engine.api.runtime.RepositoryMigrationReport
 
getTargetRepositoryVersion() - Method in interface org.eclipse.stardust.engine.api.runtime.RepositoryMigrationReport
 
getTeamLead() - Method in interface org.eclipse.stardust.engine.api.model.Organization
The team lead role for this organization.
getTeams() - Method in interface org.eclipse.stardust.engine.api.model.Role
Retrieves the organizations this role serves as team lead.
getTemplateType() - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PrintDocumentAnnotations
 
getTerminationTime() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
getTerminationTime() - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstance
Gets the time when this process instance was terminated.
getText() - Method in interface org.eclipse.stardust.engine.api.dto.Note
 
getText() - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.Note
 
getTextStyle() - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.Note
 
getTimeout() - Method in class org.eclipse.stardust.engine.api.query.TimeoutPolicy
Returns the number of seconds after which queries time out according to this policy.
getTimestamp() - Method in interface org.eclipse.stardust.engine.api.dto.Note
 
getTimeStamp() - Method in interface org.eclipse.stardust.engine.api.runtime.LogEntry
Gets the time when the log was created.
getToDate() - Method in class org.eclipse.stardust.engine.api.runtime.DeputyOptions
Gets the validity end date.
getToPerformer() - Method in interface org.eclipse.stardust.engine.api.runtime.HistoricalEventDescriptionDelegation
Will return the performer after delegation was performed.
getToPerformer() - Method in interface org.eclipse.stardust.engine.api.runtime.HistoricalEventDescriptionStateChange
Will return the performer after state change was performed.
getToRecipients() - Method in interface org.eclipse.stardust.engine.api.runtime.Mail
Gets the list of recipients.
getToState() - Method in interface org.eclipse.stardust.engine.api.runtime.HistoricalEventDescriptionStateChange
Will return the state after state change was performed.
getTotalCount() - Method in class org.eclipse.stardust.engine.api.query.AbstractQueryResult
 
getTotalCount() - Method in interface org.eclipse.stardust.engine.api.query.QueryResult
Gets the optionally evaluated count of all items satisfying the query this result is based on.
getTotalCount() - Method in class org.eclipse.stardust.engine.api.query.Worklist
 
getTotalCount() - Method in interface org.eclipse.stardust.engine.api.runtime.RepositoryMigrationReport
Total count of resources which need migration from the current version to the next repository structure version.
getTotalCountThreshold() - Method in class org.eclipse.stardust.engine.api.query.AbstractQueryResult
 
getTotalCountThreshold() - Method in interface org.eclipse.stardust.engine.api.query.QueryResult
This returns the configured threshold up to which total count is counted exactly.
getTotalCountThreshold() - Method in class org.eclipse.stardust.engine.api.query.Worklist
 
getToVersion() - Method in interface org.eclipse.stardust.engine.api.runtime.RepositoryMigrationJobInfo
 
getTransition(String) - Method in interface org.eclipse.stardust.engine.api.model.ProcessDefinition
Gets the specified Transition.
getTransitionSteps() - Method in class org.eclipse.stardust.engine.api.runtime.TransitionTarget
Retrieves the list of intermediate steps that must be performed during transition.
getType() - Method in interface org.eclipse.stardust.engine.api.model.Trigger
Gets the type of trigger.
getType() - Method in interface org.eclipse.stardust.engine.api.runtime.Daemon
Returns the type of the daemon.
getType() - Method in interface org.eclipse.stardust.engine.api.runtime.LogEntry
Gets the type of the log entry.
getType() - Method in class org.eclipse.stardust.engine.core.spi.extensions.runtime.Event
Gets the event type.
getTypeAttribute(String) - Method in interface org.eclipse.stardust.engine.api.model.Application
Gets a specified attribute of the application type.
getTypeAttribute(String) - Method in interface org.eclipse.stardust.engine.api.model.ApplicationContext
Gets the specified type attribute.
getTypeAttribute(String) - Method in interface org.eclipse.stardust.engine.api.model.EventAction
Gets a specific type attribute.
getTypeAttribute(String) - Method in interface org.eclipse.stardust.engine.api.model.EventHandler
Gets a specific type attribute.
getTypeAttribute(String) - Method in interface org.eclipse.stardust.engine.api.runtime.EventActionBinding
Gets an attribute of the type of the event action.
getTypeAttribute(String) - Method in interface org.eclipse.stardust.engine.api.runtime.EventHandlerBinding
Gets an attribute of the event handler type.
getTypeDeclaration(String) - Method in interface org.eclipse.stardust.engine.api.model.Model
Gets the specified type declaration.
getTypeDeclaration(DocumentType) - Method in interface org.eclipse.stardust.engine.api.model.Model
Gets the specified type declaration.
getTypeId() - Method in interface org.eclipse.stardust.engine.api.model.Data
Retrieves the type of the data as defined in the model.
getTypeId() - Method in interface org.eclipse.stardust.engine.api.model.FormalParameter
Retrieves the type of the parameter as defined in the model.
getUnbindAction(String) - Method in interface org.eclipse.stardust.engine.api.model.EventHandler
Gets the specified unbind action.
getUnbindAction(String) - Method in interface org.eclipse.stardust.engine.api.runtime.EventHandlerBinding
Gets the event binding corresponding to the specified unbind action.
getUntil() - Method in interface org.eclipse.stardust.engine.api.dto.HistoricalState
Gets the end time for the period the state was set.
getUnversionedInfoPath(String) - Static method in class org.eclipse.stardust.engine.core.runtime.beans.DocumentTypeUtils
This folder hosts version unspecific settings for all Document Types of a particular Document Type ID
getUser() - Method in interface org.eclipse.stardust.engine.api.dto.HistoricalState
Gets the workflow user who changed the state or worklist of the activity instance.
getUser() - Method in interface org.eclipse.stardust.engine.api.dto.Note
 
getUser() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Retrieves information on the current user.
getUser() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Retrieves information on the current user.
getUser(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Retrieves the user associated with the given account.
getUser(String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Retrieves the user associated with the given account.
getUser(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Retrieves the specified user.
getUser() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Retrieves information on the current user.
getUser() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Retrieves information on the current user.
getUser() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Retrieves information on the current user.
getUser(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Retrieves the user associated with the given account.
getUser(String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Retrieves the user associated with the given account.
getUser(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Retrieves the specified user.
getUser() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Retrieves information on the current user.
getUser() - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Retrieves information on the current user.
getUser() - Method in interface org.eclipse.stardust.engine.api.runtime.HistoricalEvent
Will return the user which was responsible for the event.
getUser() - Method in interface org.eclipse.stardust.engine.api.runtime.LogEntry
Gets the User object of the user that was performing an activity when the log entry was created.
getUser() - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Retrieves information on the current user.
getUser(String) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Retrieves the user associated with the given account.
getUser(String, String) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Retrieves the user associated with the given account.
getUser(long) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Retrieves the specified user.
getUser() - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Retrieves information on the current user.
getUserContribution() - Method in class org.eclipse.stardust.engine.api.query.WorklistQuery
Gets the currently configured contribution of the user's private worklist to the retrieved result.
getUserGroup(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Retrieves the user group associated with the given ID.
getUserGroup(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Retrieves the specified user group.
getUserGroup(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Retrieves the user group associated with the given ID.
getUserGroup(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Retrieves the specified user group.
getUserGroup(String) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Retrieves the user group associated with the given ID.
getUserGroup(long) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Retrieves the specified user group.
getUserGroupContributions() - Method in class org.eclipse.stardust.engine.api.query.WorklistQuery
 
getUserGroupMemberships() - Method in class org.eclipse.stardust.engine.core.spi.security.ExternalUserConfiguration
Gets the list of user groups the external user is member of.
getUserGroupPrincipalName(String) - Static method in class org.eclipse.stardust.engine.extensions.dms.data.DmsPrincipal
Builds a unique principal name for a UserGroup.
getUserGroupsCount(UserGroupQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Counts the number of user groups satisfying the criteria specified in the provided query.
getUserGroupsCount(UserGroupQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Counts the number of user groups satisfying the criteria specified in the provided query.
getUserGroupsCount(UserGroupQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Counts the number of user groups satisfying the criteria specified in the provided query.
getUserId() - Method in class org.eclipse.stardust.engine.core.preferences.Preferences
Returns the userId if valid for the PreferencesScope.
getUserId() - Method in class org.eclipse.stardust.engine.core.spi.security.ExternalLoginResult
Gets the userId which will be used for user identification / synchronization in subsequent method calls - can be null
getUsername() - Static method in class org.eclipse.stardust.engine.cli.security.authentication.ConsolePrompt
 
getUserOid() - Method in interface org.eclipse.stardust.engine.api.dto.Note
Deprecated. Use getUser().getOID()
getUserOID() - Method in class org.eclipse.stardust.engine.api.query.PerformedByUserFilter
 
getUserOID() - Method in class org.eclipse.stardust.engine.api.query.PerformingUserFilter
 
getUserOID() - Method in class org.eclipse.stardust.engine.api.query.StartingUserFilter
 
getUserOID() - Method in interface org.eclipse.stardust.engine.api.runtime.LogEntry
Gets the OID of the user that was performing an activity when the log entry was created.
getUserPerformer() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Gets the current User Object of this activity instance.
getUserPerformerName() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Gets the name of the current user performer of this activity instance.
getUserPerformerOID() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Gets the OID of the current user performer of this activity instance.
getUserPrincipalName(String, String) - Static method in class org.eclipse.stardust.engine.extensions.dms.data.DmsPrincipal
Builds a unique principal name for a User.
getUserRealms() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Retrives all existing user realms.
getUserRealms() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Retrives all existing user realms.
getUserRealms() - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Retrives all existing user realms.
getUsersBeingDeputyFor(UserInfo) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Returns a list of all users for which the given user is an deputy user.
getUsersBeingDeputyFor(UserInfo) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Returns a list of all users for which the given user is an deputy user.
getUsersBeingDeputyFor(UserInfo) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Returns a list of all users for which the given user is an deputy user.
getUsersCount(UserQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Counts the number of users satisfying the criteria specified in the provided query.
getUsersCount(UserQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Counts the number of users satisfying the criteria specified in the provided query.
getUsersCount(UserQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Counts the number of users satisfying the criteria specified in the provided query.
getUserService() - Method in interface org.eclipse.stardust.engine.api.runtime.ServiceFactory
Returns a UserService.
getValidFrom() - Method in interface org.eclipse.stardust.engine.api.model.DynamicParticipant
Retrieves the date from on which this participant is valid.
getValidFrom() - Method in interface org.eclipse.stardust.engine.api.runtime.DeployedModelDescription
Gets the validity start time for this model.
getValidFrom() - Method in interface org.eclipse.stardust.engine.api.runtime.DeployedRuntimeArtifact
 
getValidFrom() - Method in interface org.eclipse.stardust.engine.api.runtime.DeploymentInfo
Returns the validity start time for the model.
getValidFrom() - Method in class org.eclipse.stardust.engine.api.runtime.DeploymentOptions
Retrieves the moment from when the deployed models will be valid.
getValidFrom() - Method in class org.eclipse.stardust.engine.api.runtime.RuntimeArtifactInfo
 
getValidFrom() - Method in interface org.eclipse.stardust.engine.api.runtime.User
Retrieves the date from which this user is valid.
getValidTo() - Method in interface org.eclipse.stardust.engine.api.model.DynamicParticipant
Retrieves the date until this participant is valid.
getValidTo() - Method in interface org.eclipse.stardust.engine.api.runtime.User
Retrieves the date until this user is valid.
getValue() - Method in interface org.eclipse.stardust.engine.api.query.BinaryOperatorFilter
 
getValue() - Method in interface org.eclipse.stardust.engine.api.query.TernaryOperatorFilter
 
getValue() - Method in class org.eclipse.stardust.engine.core.preferences.configurationvariables.ConfigurationVariable
 
getVersion() - Method in interface org.eclipse.stardust.engine.api.runtime.DeployedModelDescription
Gets the version of the model.
getVersion() - Method in interface org.eclipse.stardust.engine.api.runtime.RuntimeEnvironmentInfo
The version of the kernel.
getVersionedInfoPath(String, String) - Static method in class org.eclipse.stardust.engine.core.runtime.beans.DocumentTypeUtils
This folder hosts version specific settings for a particular Document Type with the specified Document Type Schema Location
getVersionLabels() - Method in interface org.eclipse.stardust.engine.api.runtime.Document
Gets all labels assigned to the revision represented by this Document object.
getVersionLabels() - Method in class org.eclipse.stardust.engine.extensions.dms.data.DmsDocumentBean
 
getWarnings() - Method in interface org.eclipse.stardust.engine.api.runtime.ModelReconfigurationInfo
Gets the list of warnings issued during the model reconfiguration operation.
getWidth() - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
 
getWorkflowService() - Method in interface org.eclipse.stardust.engine.api.runtime.ServiceFactory
Returns a WorkflowService.
getWorklist(WorklistQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Retrieves (parts of) the worklist of the currently logged-in user.
getWorklist(WorklistQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Retrieves (parts of) the worklist of the currently logged-in user.
getWorklist(WorklistQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Retrieves (parts of) the worklist of the currently logged-in user.
getxCoordinate() - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
 
getXpdlType() - Method in interface org.eclipse.stardust.engine.api.model.TypeDeclaration
Gets the XPDL specific type declaration definition object.
getXsdDocumentName() - Static method in class org.eclipse.stardust.engine.core.runtime.beans.DocumentTypeUtils
The document name all xsd schemas are stored and retrieved with.
getXsdDocumentPath(String) - Static method in class org.eclipse.stardust.engine.core.runtime.beans.DocumentTypeUtils
 
getXsdFolderPath(String) - Static method in class org.eclipse.stardust.engine.core.runtime.beans.DocumentTypeUtils
 
getyCoordinate() - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
 
GLOBAL - Static variable in class org.eclipse.stardust.engine.api.dto.ContextKind
Global related context.
Global - Static variable in class org.eclipse.stardust.engine.api.dto.ContextKind
 
GLOBAL_CONTROL_PROCESS_ENGINE - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
permission to flush the cache
GLOBAL_CREATE_CASE - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
permission to create cases
GLOBAL_DEPLOY_PROCESS_MODEL - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
permission to deploy a process model to the engine
GLOBAL_DEPLOY_RUNTIME_ARTIFACT - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
permission to deploy and manage a runtime artifact.
GLOBAL_FORCE_SUSPEND - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
permission to suspend an activity of another user
GLOBAL_JOIN_PROCESS_INSTANCE - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
permission to join a process instance
GLOBAL_MANAGE_AUTHORIZATION - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
permission to change user grants
GLOBAL_MANAGE_DAEMONS - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
permission to start, stop and query the state of the daemons
GLOBAL_MANAGE_DEPUTIES - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
permission to change user deputies
GLOBAL_MODIFY_AUDIT_TRAIL - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
permission to modify the AuditTrail database
GLOBAL_MODIFY_DEPARTMENTS - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
permission to modify departments
GLOBAL_MODIFY_DMS_DATA - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
permission to modify any data via the document management service.
GLOBAL_MODIFY_USER_DATA - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
permission to modify user data such as email, account, etc.
GLOBAL_READ_AUDIT_TRAIL_STATISTICS - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
permission to query statistics on the audittrail database
GLOBAL_READ_DEPARTMENTS - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
permission to read department information
GLOBAL_READ_MODEL_DATA - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
permission to access data contained in the model
GLOBAL_READ_RUNTIME_ARTIFACT - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
permission to read a deployed runtime artifact.
GLOBAL_READ_USER_DATA - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
permission to access user data such as email, account, etc.
GLOBAL_RESET_USER_PASSWORD - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
permission to reset the password of an user
GLOBAL_RUN_RECOVERY - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
permission to run the recovery
GLOBAL_SAVE_OWN_PARTITION_SCOPE_PREFERENCES - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
permission to save preferences in own partition scope
GLOBAL_SAVE_OWN_REALM_SCOPE_PREFERENCES - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
permission to save preferences in own realm scope
GLOBAL_SAVE_OWN_USER_SCOPE_PREFERENCES - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
permission to save preferences in own user scope
GLOBAL_SPAWN_PEER_PROCESS_INSTANCE - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
permission to spawn a peer process instance
GLOBAL_SPAWN_SUB_PROCESS_INSTANCE - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
permission to spawn a sub process instance
GlobalPermissionConstants - Class in org.eclipse.stardust.engine.core.preferences.permissions
Contains all global permission ids which can be changed at runtime using the API.
globalPermissionIds - Static variable in class org.eclipse.stardust.engine.core.preferences.permissions.GlobalPermissionConstants
 
GlobalScope - Static variable in class org.eclipse.stardust.engine.api.model.ProfileScope
Global scope.
Grant - Interface in org.eclipse.stardust.engine.api.runtime
The Grant class represents a permission granted to a user to perform as a specific model participant (role or organization) of a model.
GRANTED - Static variable in class org.eclipse.stardust.engine.api.runtime.PermissionState
The permission is granted to the current user.
Granted - Static variable in class org.eclipse.stardust.engine.api.runtime.PermissionState
The permission is granted to the current user.
GREATER_OR_EQUAL - Static variable in class org.eclipse.stardust.engine.core.persistence.Operator
Resolves to true if the operand is greater than or equal the given value.
GREATER_THAN - Static variable in class org.eclipse.stardust.engine.core.persistence.Operator
Resolves to true if the operand is greater than the given value.
greaterOrEqual(String, Serializable) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching workflow data being greater than or equal the given value.
greaterOrEqual(String, String, Serializable) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching workflow data being greater than or equal the given value.
greaterOrEqual(String) - Method in interface org.eclipse.stardust.engine.api.query.FilterableAttribute
Creates a filter matching an attribute being greater than the given value.
greaterOrEqual(long) - Method in interface org.eclipse.stardust.engine.api.query.FilterableAttribute
Creates a filter matching an attribute being greater than the given value.
greaterOrEqual(double) - Method in interface org.eclipse.stardust.engine.api.query.FilterableAttribute
Creates a filter matching an attribute being greater than the given value.
greaterThan(String, Serializable) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching workflow data being greater than the given value.
greaterThan(String, String, Serializable) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching workflow data being greater than the given value.
greaterThan(String) - Method in interface org.eclipse.stardust.engine.api.query.FilterableAttribute
Creates a filter matching an attribute being greater than or equal the given value.
greaterThan(long) - Method in interface org.eclipse.stardust.engine.api.query.FilterableAttribute
Creates a filter matching an attribute being greater than or equal the given value.
greaterThan(double) - Method in interface org.eclipse.stardust.engine.api.query.FilterableAttribute
Creates a filter matching an attribute being greater than or equal the given value.
GUICallbackHandler - Class in org.eclipse.stardust.engine.core.compatibility.gui.security
A simple callback handler which shows the swing user/password LoginDialog.
GUICallbackHandler(String) - Constructor for class org.eclipse.stardust.engine.core.compatibility.gui.security.GUICallbackHandler
 

H

HALTED - Static variable in class org.eclipse.stardust.engine.api.runtime.ActivityInstanceState
The activity instance has been halted directly by a user.
Halted - Static variable in class org.eclipse.stardust.engine.api.runtime.ActivityInstanceState
 
HALTED - Static variable in class org.eclipse.stardust.engine.api.runtime.ProcessInstanceState
The process instance has been halted.
Halted - Static variable in class org.eclipse.stardust.engine.api.runtime.ProcessInstanceState
 
HALTING - Static variable in class org.eclipse.stardust.engine.api.runtime.ProcessInstanceState
The process instance is in progress of being halted directly by a user.
Halting - Static variable in class org.eclipse.stardust.engine.api.runtime.ProcessInstanceState
 
handle(Callback[]) - Method in class org.eclipse.stardust.engine.cli.security.authentication.ConsoleCallbackHandler
 
handle(Callback[]) - Method in class org.eclipse.stardust.engine.core.compatibility.gui.security.GUICallbackHandler
 
hasAllGrant(String) - Method in interface org.eclipse.stardust.engine.api.runtime.RuntimePermissions
Allows to check if the all-grant is set for the specified permissionId.
hasErrors() - Method in interface org.eclipse.stardust.engine.api.runtime.ModelReconfigurationInfo
Checks if there were errors issued during model reconfiguration.
hashCode() - Method in class org.eclipse.stardust.engine.api.query.DataFilter
 
hashCode() - Method in class org.eclipse.stardust.engine.api.runtime.Scope
 
hashCode() - Method in class org.eclipse.stardust.engine.api.runtime.TransitionInfo
 
hashCode() - Method in class org.eclipse.stardust.engine.api.runtime.TransitionTarget
 
hashCode() - Method in class org.eclipse.stardust.engine.core.spi.security.ExternalUserConfiguration.GrantInfo
 
hasMore() - Method in class org.eclipse.stardust.engine.api.query.AbstractQueryResult
 
hasMore() - Method in interface org.eclipse.stardust.engine.api.query.QueryResult
Indicates if there are more items available for this result set than allowed by its SubsetPolicy.
hasMore() - Method in class org.eclipse.stardust.engine.api.query.Worklist
Indicates if there are more worklist items available (maybe inherited from participant contributions) in either this worklist or any of its participant contributions than allowed by the contribution definition's SubsetPolicy.
hasMorePrivateItems() - Method in class org.eclipse.stardust.engine.api.query.Worklist
Indicates if there are more noninherited items available in this worklist (i.e.
hasMultipleIdentities() - Static method in class org.eclipse.stardust.engine.api.runtime.ServiceFactoryLocator
Indicates whether the currently configured CARNOT security configuration allows CARNOT services with different principals contrary to a single JVM wide principal.
hasOption(BusinessObjectQuery.Option) - Method in class org.eclipse.stardust.engine.api.query.BusinessObjectQuery.Policy
 
hasPermission(Service, String, Activity) - Method in class org.eclipse.stardust.engine.core.runtime.utils.PermissionHelper
Checks if the Activity is granting the specific permission to the user.
hasPermission(Service, String, ProcessDefinition) - Method in class org.eclipse.stardust.engine.core.runtime.utils.PermissionHelper
Checks if the ProcessDefinition is granting the specific permission to the user.
hasPermission(Service, String, DeployedModelDescription) - Method in class org.eclipse.stardust.engine.core.runtime.utils.PermissionHelper
Checks if the DeployedModelDescription is granting the specific permission to the user.
hasWarnings() - Method in interface org.eclipse.stardust.engine.api.runtime.ModelReconfigurationInfo
Checks if there were warnings issued during model reconfiguration.
hibernate(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Change the state of the specified activity instance to HIBERNATED.
hibernate(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Change the state of the specified activity instance to HIBERNATED.
hibernate(long) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Change the state of the specified activity instance to HIBERNATED.
HIBERNATED - Static variable in class org.eclipse.stardust.engine.api.runtime.ActivityInstanceState
The activity instance has an asynchronous receiving part and is hibernated to wait for an awakening event.
Hibernated - Static variable in class org.eclipse.stardust.engine.api.runtime.ActivityInstanceState
 
HIGH - Static variable in class org.eclipse.stardust.engine.api.runtime.ProcessInstancePriority
The process instance has higher priority than normal.
High - Static variable in class org.eclipse.stardust.engine.api.runtime.ProcessInstancePriority
 
Highlight - Class in org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument
 
Highlight() - Constructor for class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.Highlight
 
HighlightCapable - Interface in org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument
 
HistoricalDataPolicy - Class in org.eclipse.stardust.engine.api.query
 
HistoricalDataPolicy(boolean) - Constructor for class org.eclipse.stardust.engine.api.query.HistoricalDataPolicy
 
HistoricalEvent - Interface in org.eclipse.stardust.engine.api.runtime
The HistoricalEvent represents a single event which was recorded during lifetime of an ActivityInstance or ProcessInstance.
HistoricalEventDescription - Interface in org.eclipse.stardust.engine.api.runtime
Description object for an historical event.
HistoricalEventDescriptionDelegation - Interface in org.eclipse.stardust.engine.api.runtime
Description object for a delegation event.
HistoricalEventDescriptionStateChange - Interface in org.eclipse.stardust.engine.api.runtime
Description object for a state change event.
HistoricalEventPolicy - Class in org.eclipse.stardust.engine.api.query
Evaluation policy determining the inclusion of the given event types in process and activity instances.
HistoricalEventPolicy(int) - Constructor for class org.eclipse.stardust.engine.api.query.HistoricalEventPolicy
Creates a policy for a given event type resp.
HistoricalEventPolicy(HistoricalEventType[]) - Constructor for class org.eclipse.stardust.engine.api.query.HistoricalEventPolicy
Creates a policy for the given events.
HistoricalEventType - Class in org.eclipse.stardust.engine.api.runtime
Wrapper class for the historical event types.
HistoricalState - Interface in org.eclipse.stardust.engine.api.dto
The HistoricalState represents a snapshot of the historic states of an activity instance.
HistoricalStatesPolicy - Enum in org.eclipse.stardust.engine.api.query
Evaluation policy for specifying retrieval of historical states.
HZLC_FAILED_RETRIEVING_HAZLECAST_CONNECTION_FACTORY_FROM_JNDI - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
HZLC_FAILES_ENLISTING_HAZLECAST_CACHE_IN_CURRENT_TRANSACTION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
HZLC_FAILES_ENLISTING_HAZLECAST_OBJECTS_IN_CURRENT_TRANSACTION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 

I

IActivityInstanceMonitor - Interface in org.eclipse.stardust.engine.core.spi.monitoring
Interface to monitor activity instance state changes.
IArtifactHandler - Interface in org.eclipse.stardust.engine.core.spi.artifact
 
IArtifactHandler.Factory - Interface in org.eclipse.stardust.engine.core.spi.artifact
Factory for IArtifactHandler.
ID - Static variable in class org.eclipse.stardust.engine.api.query.DeployedModelQuery
Filters the models based on the id attribute.
ID - Static variable in class org.eclipse.stardust.engine.api.query.DocumentQuery
Allows to define a filter on the document ID.
ID - Static variable in class org.eclipse.stardust.engine.api.query.UserGroupQuery
 
ID_ATTRIBUTE - Static variable in class org.eclipse.stardust.engine.api.query.BusinessObjectQuery
 
Identifiable - Class in org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument
 
Identifiable() - Constructor for class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.Identifiable
 
IDescriptorProvider - Interface in org.eclipse.stardust.engine.api.runtime
 
IllegalOperationException - Exception in org.eclipse.stardust.engine.api.runtime
Thrown when an operation is illegal in the current context.
IllegalOperationException(ErrorCase, Throwable) - Constructor for exception org.eclipse.stardust.engine.api.runtime.IllegalOperationException
 
IllegalOperationException(String, Throwable) - Constructor for exception org.eclipse.stardust.engine.api.runtime.IllegalOperationException
Deprecated.  
IllegalOperationException(String) - Constructor for exception org.eclipse.stardust.engine.api.runtime.IllegalOperationException
Deprecated.  
IllegalOperationException(ErrorCase) - Constructor for exception org.eclipse.stardust.engine.api.runtime.IllegalOperationException
 
IllegalStateChangeException - Exception in org.eclipse.stardust.engine.api.runtime
Thrown when an activity instance is required to perform an illegal state change (i.e.
IllegalStateChangeException(ActivityInstanceState, ActivityInstanceState) - Constructor for exception org.eclipse.stardust.engine.api.runtime.IllegalStateChangeException
Creates a new exception with the original and the requested state of the activity instance.
IllegalStateChangeException(String, ActivityInstanceState, ActivityInstanceState) - Constructor for exception org.eclipse.stardust.engine.api.runtime.IllegalStateChangeException
 
IllegalStateChangeException(String, ActivityInstanceState, ActivityInstanceState, ProcessInstanceState) - Constructor for exception org.eclipse.stardust.engine.api.runtime.IllegalStateChangeException
 
ImplementationDescription - Interface in org.eclipse.stardust.engine.api.runtime
The ImplementationDescription provides information concerning a specific implementation of a Process Interface.
ImplementationType - Class in org.eclipse.stardust.engine.api.model
The implementation type of an activity.
in(String, Collection) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching workflow data being equal one of the given values.
in(String, String, Collection) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching workflow data being equal one of the given values.
in(Set<Long>) - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceFilter
 
in(Set<Long>, boolean) - Static method in class org.eclipse.stardust.engine.api.query.ProcessInstanceFilter
 
IN - Static variable in class org.eclipse.stardust.engine.core.persistence.Operator
Resolves to true if the operand is equal one of the values in the given list.
INCLUDE_CASES - Static variable in class org.eclipse.stardust.engine.api.query.CasePolicy
This policy additionally includes case process instances of which the process instances found by the query itself are members.
INCLUDE_HISTORICAL_DATA - Static variable in class org.eclipse.stardust.engine.api.query.HistoricalDataPolicy
Includes historical data values in process instance details.
includeAllRepositories() - Static method in class org.eclipse.stardust.engine.api.query.RepositoryPolicy
This creates a RepositoryPolicy that includes all available repositories into the search.
includeDescriptors() - Method in class org.eclipse.stardust.engine.api.query.DescriptorPolicy
 
includeHistStates() - Method in enum org.eclipse.stardust.engine.api.query.HistoricalStatesPolicy
Determines whether this policy can be used in order to retrieve historical states.
includeRepositories(List<String>) - Static method in class org.eclipse.stardust.engine.api.query.RepositoryPolicy
This creates a RepositoryPolicy that includes all selected repositories into the search.
Inconsistency - Class in org.eclipse.stardust.engine.api.model
The Inconsistency class provides information about a model inconsistency.
Inconsistency(String, int) - Constructor for class org.eclipse.stardust.engine.api.model.Inconsistency
Deprecated.  
Inconsistency(String, int, int) - Constructor for class org.eclipse.stardust.engine.api.model.Inconsistency
Deprecated.  
Inconsistency(String, ModelElement, int) - Constructor for class org.eclipse.stardust.engine.api.model.Inconsistency
Constructs an Inconsistency for a specific model element.
Inconsistency(ErrorCase, String, ModelElement, int) - Constructor for class org.eclipse.stardust.engine.api.model.Inconsistency
 
Inconsistency(ErrorCase, ModelElement, int) - Constructor for class org.eclipse.stardust.engine.api.model.Inconsistency
 
Inconsistency(ErrorCase, int) - Constructor for class org.eclipse.stardust.engine.api.model.Inconsistency
 
Inconsistency(int, ModelElement, String, Object...) - Constructor for class org.eclipse.stardust.engine.api.model.Inconsistency
 
inferDocumentType(IData) - Static method in class org.eclipse.stardust.engine.core.runtime.beans.DocumentTypeUtils
For internal use only.
inferDocumentTypeAndStoreDocument(IData, Document, DocumentManagementService) - Static method in class org.eclipse.stardust.engine.core.runtime.beans.DocumentTypeUtils
For internal use only.
INFO - Static variable in class org.eclipse.stardust.engine.api.runtime.LogType
The LogEntry contains information.
Info - Static variable in class org.eclipse.stardust.engine.api.runtime.LogType
 
init(ServletConfig) - Method in class org.eclipse.stardust.engine.api.web.dms.DmsContentServlet
 
initDescriptors(IProcessInstance, List<DataPath>, Map<String, Object>) - Static method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
initStartingUser(IProcessInstance, Parameters, UserDetailsLevel) - Static method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
InternallyAuthentifiedSecureSessionFactory - Class in org.eclipse.stardust.engine.api.ejb2
 
InternallyAuthentifiedSecureSessionFactory() - Constructor for class org.eclipse.stardust.engine.api.ejb2.InternallyAuthentifiedSecureSessionFactory
 
INTERRUPTED - Static variable in class org.eclipse.stardust.engine.api.query.ProcessStateFilter
Filter for finding pending process instances.
INTERRUPTED - Static variable in class org.eclipse.stardust.engine.api.runtime.ActivityInstanceState
Completion of the activity instance has caused exceptions.
Interrupted - Static variable in class org.eclipse.stardust.engine.api.runtime.ActivityInstanceState
 
INTERRUPTED - Static variable in class org.eclipse.stardust.engine.api.runtime.ProcessInstanceState
The process instance is interrupted - one of it's activity instances is interrupted.
Interrupted - Static variable in class org.eclipse.stardust.engine.api.runtime.ProcessInstanceState
 
inUserGroup(String) - Static method in class org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter
Deprecated. Superseded by ParticipantAssociationFilter.forParticipant(ParticipantInfo)
invalidate(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Deprecated. Please use LocalUserService.invalidateUser(String) instead.
invalidate(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Deprecated. Please use RemoteUserService.invalidateUser(String) instead.
invalidate(String) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Deprecated. Please use UserService.invalidateUser(String) instead.
invalidateUser(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Invalidates the user with the specified account.
invalidateUser(String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Invalidates the user with the specified account.
invalidateUser(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Invalidates the user with the specified account.
invalidateUser(String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Invalidates the user with the specified account.
invalidateUser(String) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Invalidates the user with the specified account.
invalidateUser(String, String) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Invalidates the user with the specified account.
invalidateUserGroup(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Invalidates the user group associated with the given ID.
invalidateUserGroup(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Invalidates the specified user group.
invalidateUserGroup(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Invalidates the user group associated with the given ID.
invalidateUserGroup(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Invalidates the specified user group.
invalidateUserGroup(String) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Invalidates the user group associated with the given ID.
invalidateUserGroup(long) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Invalidates the specified user group.
INVOCATION_TYPE - Static variable in class org.eclipse.stardust.engine.api.query.ProcessDefinitionQuery
 
invoke(Set) - Method in interface org.eclipse.stardust.engine.core.spi.extensions.runtime.SynchronousApplicationInstance
Callback used by the CARNOT engine when the corresponding activity instance is run.
IPartitionMonitor - Interface in org.eclipse.stardust.engine.core.spi.monitoring
SPI based monitoring for user/realm management model deployment
IPP_PARTICIPANT - Static variable in class org.eclipse.stardust.engine.extensions.dms.data.DmsPrincipal
 
IPP_USER - Static variable in class org.eclipse.stardust.engine.extensions.dms.data.DmsPrincipal
 
IPP_USERGROUP - Static variable in class org.eclipse.stardust.engine.extensions.dms.data.DmsPrincipal
 
IPPWS_DATA_VALUE_INVALID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
IPPWS_ENV_CREATION_FAILED_ALL_NULL - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
IPPWS_ENV_CREATION_FAILED_SESSION_PROPS_NULL - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
IPPWS_ENV_CREATION_FAILED_USER_NULL - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
IPPWS_FACTORY_FAILED_ADDING_SESSION_PROP_TO_NONEXISTING_SOAP_HEADER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
IPPWS_FACTORY_FAILED_ADDING_SESSION_PROP_TO_SOAP_HEADER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
IPPWS_FACTORY_FAILED_INIT_MALFORMED_URL - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
IPPWS_FACTORY_FAILED_RESOLVING_WS_PROPERTIES - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
IPPWS_FACTORY_WS_PROPERTIES_MISSING - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
IPPWS_META_DATA_TYPE_INVALID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
IPPWS_WS_SECURITY_AUTHENTICATION_REQUIRES_USERNAME - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
IProcessExecutionMonitor - Interface in org.eclipse.stardust.engine.core.spi.monitoring
Interface to monitor process execution.
IQueueConnectionProvider - Interface in org.eclipse.stardust.engine.core.spi.jms
 
IRepositoryCapabilities - Interface in org.eclipse.stardust.engine.core.spi.dms
Represents the capabilities of a repository.
IRepositoryConfiguration - Interface in org.eclipse.stardust.engine.core.spi.dms
Represents a repository configuration.
The IRepositoryConfiguration.PROVIDER_ID and IRepositoryConfiguration.REPOSITORY_ID are keys that are always required for a valid configuration.
IRepositoryInstance - Interface in org.eclipse.stardust.engine.core.spi.dms
Represents a repository instance which was initialized by a IRepositoryProvider.
IRepositoryInstanceInfo - Interface in org.eclipse.stardust.engine.core.spi.dms
Contains information about the IRepositoryInstance which are relevant to a client.
IRepositoryProvider - Interface in org.eclipse.stardust.engine.core.spi.dms
This SPI allows to implement IRepositoryProvider which provides an access layer for arbitrary repository technologies.
IRepositoryProvider.Factory - Interface in org.eclipse.stardust.engine.core.spi.dms
Factory for IRepositoryProvider.
IRepositoryProviderInfo - Interface in org.eclipse.stardust.engine.core.spi.dms
Provides information about a IRepositoryProvider.
IRepositoryService - Interface in org.eclipse.stardust.engine.core.spi.dms
The IRepositoryService provides all functionality for document management operations.
IResourceBundleProvider - Interface in org.eclipse.stardust.engine.core.spi.resources
 
IResourceBundleProvider.Factory - Interface in org.eclipse.stardust.engine.core.spi.resources
Factory for IResourceBundleProvider.
IRuntimeEnvironmentMonitor - Interface in org.eclipse.stardust.engine.core.spi.monitoring
Interface to monitor on runtime environment events.
IS_EQUAL - Static variable in class org.eclipse.stardust.engine.core.persistence.Operator
Resolves to true if the operand is equal the given value.
IS_NOT_NULL - Static variable in class org.eclipse.stardust.engine.core.persistence.Operator
Resolves to true if the operand does have a value.
IS_NULL - Static variable in class org.eclipse.stardust.engine.core.persistence.Operator
Resolves to true if the operand does not have a value.
isAbortable() - Method in interface org.eclipse.stardust.engine.api.model.Activity
Checks if this activity can be aborted.
isAbortProcessInstance() - Method in class org.eclipse.stardust.engine.api.runtime.SpawnOptions
Retrieves the processing behavior of the originating process instance.
isAccessControlPolicySupported() - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryCapabilities
Indicates if access control policies are supported.
isActivationAllowed(IActivityInstance) - Static method in class org.eclipse.stardust.engine.api.runtime.QualityAssuranceUtils
 
isActive() - Method in interface org.eclipse.stardust.engine.api.runtime.DeployedModelDescription
Gets whether the model is the active model.
isActive() - Method in interface org.eclipse.stardust.engine.api.runtime.ImplementationDescription
Indicates if this is currently considered an Implementation Alternative or not.
isAdministrator() - Method in interface org.eclipse.stardust.engine.api.runtime.User
Returns if user is admin.
isAlive() - Method in interface org.eclipse.stardust.engine.api.runtime.DeployedModel
Gets whether the model is alive.
isAllowOverwriteWithoutInitialModel() - Method in class org.eclipse.stardust.engine.api.runtime.DeploymentOptions
Retrieves if 'overwrite' operations without an initial model are allowed.
isAny(String) - Static method in class org.eclipse.stardust.engine.api.query.DocumentQuery.MetadataFilterBuilder
 
isAssignedToModelParticipant() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Gets whether the current performer of this activity instance is a model participant.
isAssignedToUser() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Gets whether the current performer of this activity instance is a user.
isAssignedToUserGroup() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Gets whether the current performer of this activity instance is a user group.
isAssignFailedInstanceToLastPerformer() - Method in interface org.eclipse.stardust.engine.api.dto.QualityAssuranceResult
Return if failed quality assurance instances should be assigned to the last activity performer of the instance who triggered the quality assurance instance
isAssignFailedInstanceToLastPerformer() - Method in class org.eclipse.stardust.engine.api.dto.QualityAssuranceResultImpl
Return if failed quality assurance instances should be assigned to the last activity performer of the instance who triggered the quality assurance instance
isBinary() - Method in class org.eclipse.stardust.engine.core.persistence.Operator.Binary
 
isBinary() - Method in class org.eclipse.stardust.engine.core.persistence.Operator
Indicates if the operator is binary, i.e.
isBinary() - Method in class org.eclipse.stardust.engine.core.persistence.Operator.Ternary
 
isBinary() - Method in class org.eclipse.stardust.engine.core.persistence.Operator.Unary
 
isBound() - Method in interface org.eclipse.stardust.engine.api.runtime.EventHandlerBinding
Gets whether the event handler is bound (activated) or not.
isCaseProcessInstance() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
isCaseProcessInstance() - Method in interface org.eclipse.stardust.engine.api.runtime.ProcessInstance
Allows to check if the process instance is a case process instance which is used to group other process instances.
isCompleteHistory() - Method in enum org.eclipse.stardust.engine.api.query.HistoricalStatesPolicy
Determines whether this policy can be used in order to retrieve complete states history.
isCopyData() - Method in class org.eclipse.stardust.engine.api.runtime.SubprocessSpawnInfo
 
isCriticalDuration(int, Date, Date, IProcessDefinition) - Method in class org.eclipse.stardust.engine.core.query.statistics.api.PerformanceCriticalityPolicy
 
isCriticalDuration(ProcessInstancePriority, Date, Date, IProcessDefinition) - Method in class org.eclipse.stardust.engine.core.query.statistics.api.PerformanceCriticalityPolicy
 
isCriticalDuration(int, Date, Date, IActivity) - Method in class org.eclipse.stardust.engine.core.query.statistics.api.PerformanceCriticalityPolicy
 
isCriticalDuration(ProcessInstancePriority, Date, Date, IActivity) - Method in class org.eclipse.stardust.engine.core.query.statistics.api.PerformanceCriticalityPolicy
 
isDefaultGrant(String) - Method in interface org.eclipse.stardust.engine.api.runtime.RuntimePermissions
Allows to check if the currently set grants are the default grants for the specified.
isDepartmentScoped() - Method in interface org.eclipse.stardust.engine.api.model.ModelParticipantInfo
Returns true if model participant is modeled to support departments, either directly or inherited from the parent.
isDescriptor() - Method in interface org.eclipse.stardust.engine.api.model.DataPath
Gets whether this data path is used as a descriptor or not.
isDirty(IUser) - Method in class org.eclipse.stardust.engine.core.spi.security.DynamicParticipantSynchronizationStrategy
Checks if this user needs to be synchronized.
isDirty(IUserGroup) - Method in class org.eclipse.stardust.engine.core.spi.security.DynamicParticipantSynchronizationStrategy
Checks if this user group needs to be synchronized.
isDirty(IDepartment) - Method in class org.eclipse.stardust.engine.core.spi.security.DynamicParticipantSynchronizationStrategy
Checks if this department needs to be synchronized.
isDirty(IUser) - Method in class org.eclipse.stardust.engine.core.spi.security.TimebasedSynchronizationStrategy
Checks if this user needs to be synchronized.
isDirty(IUserGroup) - Method in class org.eclipse.stardust.engine.core.spi.security.TimebasedSynchronizationStrategy
Checks if this user group needs to be synchronized.
isDirtyLogAware(IUser) - Method in class org.eclipse.stardust.engine.core.spi.security.DynamicParticipantSynchronizationStrategy
wrapper to catch and log possible exceptions.
isDmsDocumentData(String) - Static method in class org.eclipse.stardust.engine.core.runtime.beans.DocumentTypeUtils
 
isEmpty() - Method in class org.eclipse.stardust.engine.core.preferences.configurationvariables.ConfigurationVariables
Returns true if the List of ConfigurationVariables is empty
isEqual(String, Serializable) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching workflow data being equal with the given value.
isEqual(String, String, boolean) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching workflow data being equal with the given value.
isEqual(String, String, Serializable) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching workflow data being equal with the given value.
isEqual(String, String, String, boolean) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching workflow data being equal with the given value.
isEqual(String) - Method in interface org.eclipse.stardust.engine.api.query.FilterableAttribute
Creates a filter matching an attribute being equal with the given value.
isEqual(long) - Method in interface org.eclipse.stardust.engine.api.query.FilterableAttribute
Creates a filter matching an attribute being equal with the given value.
isEqual(double) - Method in interface org.eclipse.stardust.engine.api.query.FilterableAttribute
Creates a filter matching an attribute being equal with the given value.
isEvaluatingTotalCount() - Method in class org.eclipse.stardust.engine.api.query.SubsetPolicy
Indicates if the query result should additionally contain the total number of items available, disregarding any result set size restriction.
isExcludePredefinedModels() - Method in class org.eclipse.stardust.engine.api.query.ModelPolicy
 
isForcePasswordChange() - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
Checks if force password change flag is set.
isFullTextSearchSupported() - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryCapabilities
Indicates if queries can use filters on the content of a document.
isGenericType() - Method in class org.eclipse.stardust.engine.core.spi.extensions.model.BridgeObject
Retrieves if this bridge object is a generic type.
isHaltProcessInstance() - Method in class org.eclipse.stardust.engine.api.runtime.SpawnOptions
Retrieves the processing behavior of the originating process instance.
isIgnoreWarnings() - Method in class org.eclipse.stardust.engine.api.runtime.DeploymentOptions
Retrieves if the warnings should be ignored during deployment.
isIncluded() - Method in class org.eclipse.stardust.engine.api.query.WorklistQuery.UserContribution
Gets the flag if the user's private worklist contributes to the result.
isIncludeHistoricalData() - Method in class org.eclipse.stardust.engine.api.query.HistoricalDataPolicy
 
isIncludeOnlyActive() - Method in class org.eclipse.stardust.engine.api.query.DeployedRuntimeArtifactQuery
 
isIncludingSubProcesses() - Method in class org.eclipse.stardust.engine.api.query.ActivityFilter
State whether this filter will be applied to subprocesses as well.
isIncludingSubProcesses() - Method in class org.eclipse.stardust.engine.api.query.ProcessDefinitionFilter
Retrieves the flag indicating if subprocesses should be included or not.
isIncludingSubprocesses() - Method in class org.eclipse.stardust.engine.api.query.ProcessInstanceFilter
Flag indicating if the filter is matching the instance closure (including all subprocess instances) or just the process instance itself.
isInclusive() - Method in class org.eclipse.stardust.engine.api.query.ActivityStateFilter
Indicates if filter's state(s) are to be considered inclusive or exclusive.
isInclusive() - Method in class org.eclipse.stardust.engine.api.query.ProcessStateFilter
 
isInteractive() - Method in interface org.eclipse.stardust.engine.api.model.Activity
Checks if this activity is interactive.
isInternalAuthentication() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Checks if internal authentication is used.
isInternalAuthentication() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Checks if internal authentication is used.
isInternalAuthentication() - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Checks if internal authentication is used.
isInternalAuthentified() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Deprecated. Superseded by LocalUserService.isInternalAuthentication().
isInternalAuthentified() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Deprecated. Superseded by RemoteUserService.isInternalAuthentication().
isInternalAuthentified() - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Deprecated. Superseded by UserService.isInternalAuthentication().
isInternalAuthorization() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Checks if internal authorization is used.
isInternalAuthorization() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Checks if internal authorization is used.
isInternalAuthorization() - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Checks if internal authorization is used.
isKeyDescriptor() - Method in interface org.eclipse.stardust.engine.api.model.DataPath
 
isLoggedInOnly() - Method in class org.eclipse.stardust.engine.api.query.UserStateFilter
 
isMerged() - Method in class org.eclipse.stardust.engine.api.query.WorklistLayoutPolicy
 
isMetaDataSearchSupported() - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryCapabilities
Indicates if queries can use filters on meta data properties that are contained in the ResourceInfo.getProperties() map.
isMetaDataWriteSupported() - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryCapabilities
Indicates if the repository supports write operations for the ResourceInfo.getProperties() map.
isNamed(String) - Static method in class org.eclipse.stardust.engine.api.query.DocumentQuery.MetadataFilterBuilder
 
isNotNull() - Method in interface org.eclipse.stardust.engine.api.query.FilterableAttribute
Creates a filter matching an attribute not having a SQL NULL value.
isNull() - Method in interface org.eclipse.stardust.engine.api.query.FilterableAttribute
Creates a filter matching an attribute having a SQL NULL value.
isOrganization() - Method in interface org.eclipse.stardust.engine.api.runtime.Grant
Gets whether this participant is a role or an organization.
isOverridingProperties() - Method in class org.eclipse.stardust.engine.core.spi.security.ExternalLoginResult
Queries for the existence of overiding properties.
isPasswordExpired() - Method in interface org.eclipse.stardust.engine.api.runtime.User
Checks if user password expired.
isPrimaryImplementation() - Method in interface org.eclipse.stardust.engine.api.runtime.ImplementationDescription
Returns true if the this implementation is the primary implementation.
isQualityAssuranceEnabled() - Method in interface org.eclipse.stardust.engine.api.model.Activity
Returns true is quality assurance is enabled for this activity.
isQualityAssuranceEnabled(IActivityInstance) - Static method in class org.eclipse.stardust.engine.api.runtime.QualityAssuranceUtils
 
isQualityAssuranceInstance(IActivityInstance) - Static method in class org.eclipse.stardust.engine.api.runtime.QualityAssuranceUtils
 
isQualityAssuranceInstance(IActivity, QualityAssuranceUtils.QualityAssuranceState) - Static method in class org.eclipse.stardust.engine.api.runtime.QualityAssuranceUtils
 
isReceiving() - Method in interface org.eclipse.stardust.engine.core.spi.extensions.runtime.AsynchronousApplicationInstance
Indicates that the instance will implement RECEIVE behaviour.
isRecursive() - Method in class org.eclipse.stardust.engine.api.query.SubFolderPolicy
 
isRecursively() - Method in class org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter
Retrieves whether this filter will match a participant hierarchy or just a specific participant.
isRecursively() - Method in class org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter
 
isRecursively() - Method in class org.eclipse.stardust.engine.api.query.PerformingParticipantFilter
Returns if this filter should include all sub participants
isRestrictedToActiveModel() - Method in class org.eclipse.stardust.engine.api.query.ModelVersionPolicy
Indicates if this policy is restricting query evaluation to the active model version or not.
isRunning() - Method in interface org.eclipse.stardust.engine.api.runtime.Daemon
Returns whether the daemon is currently up and running.
isScopeProcessInstanceNoteAvailable() - Method in interface org.eclipse.stardust.engine.api.runtime.ActivityInstance
Gets whether a note for the scope process instance of this activity instance is available.
isSending() - Method in interface org.eclipse.stardust.engine.core.spi.extensions.runtime.AsynchronousApplicationInstance
Indicates that the instance will implement SEND behaviour.
isStrongPassword() - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
Checks if strong password flag is set.
isSubProcess() - Method in class org.eclipse.stardust.engine.api.model.ImplementationType
 
isSynchronous() - Method in interface org.eclipse.stardust.engine.api.model.Trigger
Gets whether the trigger is synchronous or asynchronous.
IStaticConfigurationProvider - Interface in org.eclipse.stardust.engine.core.compatibility.ui.preferences.spi
An implementor of this interface can provide default preferences for one moduleId and multiple preferenceIds scoped by the moduleId.

To publish an implementor to the engine a file named by the interface's factory has to be created in the '/META-INF/services' folder of the jar.
In this case: org.eclipse.stardust.engine.core.compatibility.ui.preferences.spi.IStaticConfigurationProvider$Factory
This file needs to contain the qualified class name of the implementor of the factory interface.

This pattern follows the concept of the JDK6 ServiceLoader.
IStaticConfigurationProvider - Interface in org.eclipse.stardust.engine.core.spi.preferences
An implementor of this interface can provide default preferences for one moduleId and multiple preferenceIds scoped by the moduleId.

To publish an implementor to the engine a file named by the interface's factory has to be created in the '/META-INF/services' folder of the jar.
In this case: org.eclipse.stardust.engine.core.spi.preferences.IStaticConfigurationProvider$Factory
This file needs to contain the qualified class name of the implementor of the factory interface.

This pattern follows the concept of the JDK6 ServiceLoader.
IStaticConfigurationProvider.Factory - Interface in org.eclipse.stardust.engine.core.compatibility.ui.preferences.spi
The factory interface for IStaticConfigurationProvider
IStaticConfigurationProvider.Factory - Interface in org.eclipse.stardust.engine.core.spi.preferences
The factory interface for IStaticConfigurationProvider
isTemplate() - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PrintDocumentAnnotations
 
isTernary() - Method in class org.eclipse.stardust.engine.core.persistence.Operator.Binary
 
isTernary() - Method in class org.eclipse.stardust.engine.core.persistence.Operator
Indicates if the operator is ternary, i.e.
isTernary() - Method in class org.eclipse.stardust.engine.core.persistence.Operator.Ternary
 
isTernary() - Method in class org.eclipse.stardust.engine.core.persistence.Operator.Unary
 
isTransactionSupported() - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryCapabilities
Indicates if the repository integrates into the container managed transaction.
isTransitionIntoSubprocessesAllowed() - Method in class org.eclipse.stardust.engine.api.runtime.TransitionOptions
Checks if transitions into sub processes should be allowed.
isTransitionOutOfSubprocessesAllowed() - Method in class org.eclipse.stardust.engine.api.runtime.TransitionOptions
Checks if transitions out of the sub process should be allowed.
isUnary() - Method in class org.eclipse.stardust.engine.core.persistence.Operator.Binary
 
isUnary() - Method in class org.eclipse.stardust.engine.core.persistence.Operator
Indicates if the operator is unary, i.e.
isUnary() - Method in class org.eclipse.stardust.engine.core.persistence.Operator.Ternary
 
isUnary() - Method in class org.eclipse.stardust.engine.core.persistence.Operator.Unary
 
isUniquePassword() - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
Checks if flag for unique password is set.
isUpwards() - Method in class org.eclipse.stardust.engine.api.runtime.TransitionStep
Retrieves the step direction.
isUserWorklist() - Method in class org.eclipse.stardust.engine.api.query.ParticipantWorklist
 
isUserWorklist() - Method in class org.eclipse.stardust.engine.api.query.UserWorklist
 
isUserWorklist() - Method in class org.eclipse.stardust.engine.api.query.Worklist
Indicates if the worklist is a user worklist or a participant worklist.
isValid() - Method in interface org.eclipse.stardust.engine.api.runtime.ModelReconfigurationInfo
Check if the model reconfiguration operation is valid.
isValid(Principal) - Method in class org.eclipse.stardust.engine.core.spi.security.AlwaysValidPrincipalValidator
 
isValid(Principal) - Method in interface org.eclipse.stardust.engine.core.spi.security.PrincipalValidator
 
isValidForDeployment(DocumentInfo) - Static method in class org.eclipse.stardust.engine.core.runtime.beans.DocumentTypeUtils
for internal use Checks if the xsd referenced by DocumentType.getSchemaLocation exists in the repository.
isValidMapping(String, Direction, AccessPoint, String, AccessPoint, String, IActivity) - Static method in class org.eclipse.stardust.engine.core.spi.extensions.model.BridgeObject
Performs a static check if the two given AccessPoint dereferences are compatible regarding possible data flow from one to the other.
isValidMapping(String, Direction, String, AccessPoint, String, AccessPoint, String, IActivity) - Static method in class org.eclipse.stardust.engine.core.spi.extensions.model.BridgeObject
 
isVersioningSupported() - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryCapabilities
Indicates if the repository supports versioning operations.
isWriteSupported() - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryCapabilities
Indicates if the repository supports write operations.
IWorklistMonitor - Interface in org.eclipse.stardust.engine.core.spi.monitoring
An implementor of this interface can provide a worklist monitor which will be informed about changes to the worklist.

Be aware that the notifications are not TX save: You will be informed even if later in TX a rollback will happen and the change is not commited to DB.

J

JDBC_ARCHIVE_AUDITTRAIL_DOES_NOT_ALLOW_CHANGES - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JDBC_CANNOT_CREATE_DATA_VALUE_FIELD_FOR_SLOT_COLUMN - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JDBC_CANNOT_WRITE_TO_FILE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JDBC_COULD_NOT_VERIFY_LOCK_TABLE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JDBC_DATA_CLUSTER_TABLE_NOT_ALLOWED_BECAUSE_NAME_PREDEFINED_BY_IPP_ENGINE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JDBC_DATABASE_DOES_NEITHER_SUPPORT_SEQUENCES_NOR_IDENTITY_COLUMNS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JDBC_DATABASE_HAS_TO_SUPPORT_SEQUENCES_OR_AUTOMATIC_IDENTITY_COLUMNS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JDBC_DERBY_SESSION_ROLLED_BACK - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JDBC_ERROR_CREATING_DATA_CLUSTER_TABLE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JDBC_FAILED_DELETING_ENRIES_FROM_DATA_CLUSTER_TABLE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JDBC_FAILED_OBTAINING_NEW_SEQUECMCE_VALUES_RESULT_SET_EMPTY - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JDBC_FAILED_TO_LOAD_JDBC_DRIVER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JDBC_INSERT_VALUES_NOT_YET_IMPLEMENTED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JDBC_INVALID_TX_ISOLATION_LEVEL - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JDBC_MAXIMUM_NUMBER_OF_CONNECTIONS_IN_CONNECTION_POOL_EXCEEDED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JDBC_PREPARATION_OF_STRING_TO_VALUE_MIGRATION_FAILED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JDBC_UNKNOWN_COLUMN_MODIFICATION_TYPE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JMS_FAILED_CLOSING_BLOB_AFTER_READING - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JMS_FAILED_CONNECTING_TO_JMS_AUDITTRAIL_QUEUE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JMS_FAILED_INITIALIZING_JMS_BLOB_BUILDER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JMS_FAILED_INITIALIZING_JMS_EXPORTQUEUE_SENDER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JMS_FAILED_PERSISTING_BLOB_AT_TABLE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JMS_FAILED_PERSISTING_PROCESS_BLOB - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JMS_FAILED_READING_PROCESS_BLOB_FROM_JMS_AUDITTRAIL_QUEUE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JMS_FAILED_SEND_EXPORTQUEUE_SENDER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JMS_FAILED_WRITING_BLOB_TO_JMS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JMS_MATCHING_AI_FOUND_BUT_IT_IS_NOT_OF_RECEIVING_NATURE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JMS_MESSAGE_TYPE_FOR_ID_NOT_SUPPORTED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JMS_NO_MESSAGE_ACCEPTORS_FOUND - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
JMS_UNEXPECTED_SECTION_MARKER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
joinCase(long, long[]) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Adds the process instances referenced by the specified memberOids to the specified case process instance.
joinCase(long, long[]) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Adds the process instances referenced by the specified memberOids to the specified case process instance.
joinCase(long, long[]) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Adds the process instances referenced by the specified memberOids to the specified case process instance.
joinGroup(String) - Method in interface org.eclipse.stardust.engine.api.runtime.User
Marks this user's desire to join the user group identified by the given id.
joinProcessInstance(long, long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Aborts the specified process instance and joins the data into the specified target process instance.
joinProcessInstance(long, long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Aborts the specified process instance and joins the data into the specified target process instance.
joinProcessInstance(long, long, String) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Aborts the specified process instance and joins the data into the specified target process instance.

L

LAST_LOGIN_TIME - Static variable in class org.eclipse.stardust.engine.api.query.UserQuery
 
LAST_MODIFICATION_TIME - Static variable in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
The Long representation of the last modification time of the activity instance.
LAST_MODIFICATION_TIME - Static variable in class org.eclipse.stardust.engine.api.query.WorklistQuery
The timestamp when the activity instance was last modified.
LAST_NAME - Static variable in class org.eclipse.stardust.engine.api.query.UserQuery
 
leaveCase(long, long[]) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Removes the process instances referenced by the specified memberOids from the specified case process instance.
leaveCase(long, long[]) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Removes the process instances referenced by the specified memberOids from the specified case process instance.
leaveCase(long, long[]) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Removes the process instances referenced by the specified memberOids from the specified case process instance.
leaveGroup(String) - Method in interface org.eclipse.stardust.engine.api.runtime.User
Marks this user's desire to leave the user group identified by the given id.
LESS_OR_EQUAL - Static variable in class org.eclipse.stardust.engine.core.persistence.Operator
Resolves to true if the operand less than or equal the given value.
LESS_THAN - Static variable in class org.eclipse.stardust.engine.core.persistence.Operator
Resolves to true if the operand is less than the given value.
lessOrEqual(String, Serializable) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching workflow data being less than or equal the given value.
lessOrEqual(String, String, Serializable) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching workflow data being less than or equal the given value.
lessOrEqual(String) - Method in interface org.eclipse.stardust.engine.api.query.FilterableAttribute
Creates a filter matching an attribute being less than or equal the given value.
lessOrEqual(long) - Method in interface org.eclipse.stardust.engine.api.query.FilterableAttribute
Creates a filter matching an attribute being less than or equal the given value.
lessOrEqual(double) - Method in interface org.eclipse.stardust.engine.api.query.FilterableAttribute
Creates a filter matching an attribute being less than or equal the given value.
lessThan(String, Serializable) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching workflow data being less than the given value.
lessThan(String, String, Serializable) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching workflow data being less than the given value.
lessThan(String) - Method in interface org.eclipse.stardust.engine.api.query.FilterableAttribute
Creates a filter matching an attribute being less than the given value.
lessThan(long) - Method in interface org.eclipse.stardust.engine.api.query.FilterableAttribute
Creates a filter matching an attribute being less than the given value.
lessThan(double) - Method in interface org.eclipse.stardust.engine.api.query.FilterableAttribute
Creates a filter matching an attribute being less than the given value.
like(String, String) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching text workflow data according to the pattern given by value.
like(String, String, boolean) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching text workflow data according to the pattern given by value.
like(String, String, String) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching text workflow data according to the pattern given by value.
like(String, String, String, boolean) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching text workflow data according to the pattern given by value.
like(String) - Method in interface org.eclipse.stardust.engine.api.query.FilterableAttribute
Creates a filter matching a text attribute according to the pattern given by value.
LIKE - Static variable in class org.eclipse.stardust.engine.core.persistence.Operator
Resolves to true if the value of the operand is matched by the given pattern.
likeCaseDescriptor(String, Object) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching case descriptor using the like function with the given value.
LinkDirection - Enum in org.eclipse.stardust.engine.api.query
Specifies how to search for linked process instances.
loadFromZipFile(String, InputStream, DocumentManagementService, boolean) - Static method in class org.eclipse.stardust.engine.api.runtime.DmsUtils
Load a folder from an inputStream
LocalAdministrationService - Interface in org.eclipse.stardust.engine.api.ejb2
Provides administration services for the CARNOT runtime environment.
LocalAdministrationServiceHome - Interface in org.eclipse.stardust.engine.api.ejb2
 
LocalDocumentManagementService - Interface in org.eclipse.stardust.engine.api.ejb2
The DocumentManagementService provides all functionality for DMS operations in a CARNOT runtime environment.
LocalDocumentManagementServiceHome - Interface in org.eclipse.stardust.engine.api.ejb2
 
LocalQueryService - Interface in org.eclipse.stardust.engine.api.ejb2
to set SessionProperties.DS_NAME_READ_ONLY used in DataValueBean
LocalQueryServiceHome - Interface in org.eclipse.stardust.engine.api.ejb2
 
LocalUserService - Interface in org.eclipse.stardust.engine.api.ejb2
The UserService provides functionality for operating on CARNOT users.
LocalUserServiceHome - Interface in org.eclipse.stardust.engine.api.ejb2
 
LocalWorkflowService - Interface in org.eclipse.stardust.engine.api.ejb2
The WorkflowService provides all functionality for workflow operations in a CARNOT runtime environment.
LocalWorkflowServiceHome - Interface in org.eclipse.stardust.engine.api.ejb2
 
LOD_LIST_MEMBERS - Static variable in interface org.eclipse.stardust.engine.api.runtime.Folder
level depth 1 - folder with documents and bare sub folders.
Use this if you want to get the documents in a folder and the folder objects contained in the requested folder.
LOD_LIST_MEMBERS_OF_MEMBERS - Static variable in interface org.eclipse.stardust.engine.api.runtime.Folder
level depth 2 - folder with documents and subfolders with contents, but sub folders NOT recursively.
Use this if you to have the contained folders and documents of the sub folders.
LOD_NO_MEMBERS - Static variable in interface org.eclipse.stardust.engine.api.runtime.Folder
level depth 0 - empty sub folder and no documents, just the bare folder object.
Use this for best performance if the folder itself is required not its contained documents or subfolders.
LogCode - Class in org.eclipse.stardust.engine.api.runtime
Wrapper class for LogEntry codes.
LogEntries - Class in org.eclipse.stardust.engine.api.query
Result of an LogEntryQuery execution.
LogEntry - Interface in org.eclipse.stardust.engine.api.runtime
The LogEntry class provides information about the various messages the Carnot engine is logging into AuditTrail.
LogEntryQuery - Class in org.eclipse.stardust.engine.api.query
 
LogEntryQuery() - Constructor for class org.eclipse.stardust.engine.api.query.LogEntryQuery
 
LogEntryQuery.Attribute - Class in org.eclipse.stardust.engine.api.query
Log entry attribute supporting filter operations.
login(String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
 
login(String, String, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
 
login(String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
 
login(String, String, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
 
login(String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
 
login(String, String, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
 
login(String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
 
login(String, String, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
 
login(String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
 
login(String, String, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
 
login(String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
 
login(String, String, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
 
login(String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
 
login(String, String, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
 
login(String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
 
login(String, String, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
 
login(String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
 
login(String, String, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
 
login(String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
 
login(String, String, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
 
login(String, String, Map) - Method in interface org.eclipse.stardust.engine.core.spi.security.ExternalLoginProvider
Performs a login-based authentication request.
login(String, String) - Method in interface org.eclipse.stardust.engine.core.spi.security.LoginProvider
Deprecated. Performs a login-based authentication request.
LOGIN_LDAP_INVALID_USER_PASSWORD - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
LOGIN_LDAP_NAMING_EXCEPTION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
LOGIN_LDAP_UNABLE_TO_CONNECT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
LoginDialog - Class in org.eclipse.stardust.engine.core.compatibility.gui.security
A swing simple login dialog gathering user name and password.
LoginProvider - Interface in org.eclipse.stardust.engine.core.spi.security
Deprecated. Use ExternalLoginProvider instead.
LoginResult - Class in org.eclipse.stardust.engine.core.spi.security
Data value object wrapping the result of an authentication request.
logout() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
 
logout() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
 
logout() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
 
logout() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
 
logout() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
 
logout() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
 
logout() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
 
logout() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
 
logout() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
 
logout() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
 
LogType - Class in org.eclipse.stardust.engine.api.runtime
Wrapper class for the log entry types.
LOW - Static variable in class org.eclipse.stardust.engine.api.runtime.ProcessInstancePriority
The process instance has lower priority than normal.
Low - Static variable in class org.eclipse.stardust.engine.api.runtime.ProcessInstancePriority
 

M

Mail - Interface in org.eclipse.stardust.engine.api.runtime
A lightweight representation of a mail message.
Manual - Static variable in class org.eclipse.stardust.engine.api.model.ImplementationType
An interactive activity which does not execute any application.
MDL_ACTIVITY_PERFORMING_NON_INTERACTIVE_APPLICATION_CANNOT_HAVE_PERFORMER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_ACTIVITY_WITH_ID_ALREADY_EXISTS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_ANNOTATION_CANNOT_REFER_TO_ITSELF - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_APPLICATION_WITH_ID_ALREADY_EXISTS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_BOTH_CONNECTED_SYMBOLS_MUST_BE_ACTIVITIES - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_CANNOT_CREATE_MODEL_FROM_FILE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_CANNOT_RETRIEVE_CONDITIONAL_PARTICIPANT_PERFORMER_FOR_HANDLE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_CANNOT_SEND_NOTIFICATION_MESSAGE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_CANNOT_WRITE_TO_FILE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_CONDITIONAL_PERFORMER_WAS_RESOLVED_AS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_CONNECTION_BETWEEN_SYMBOLS_ALREADY_EXIST - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_CONTEXT_ELEMENT_NOT_INITIALIZED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_CONTEXT_WITH_ID_ALREADY_EXISTS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_DANGLING_DATA_PATH - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_DANGLING_IN_DATA_PATH - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_DANGLING_OUT_DATA_PATH - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_DEPARTMENT_HIERARCHY_ENTRY_ALREADY_EXISTS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_DTD_VALIDATION_FAILED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_DUPLICATE_QA_CODE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_EXCEPTION_DURING_CONSISTENCY_CHECK_OF_CONDITIONAL_PERFORMER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_FAILED_EVALUATING_XPATH_EXPRESSION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_FAILED_RESOLVING_CONDITIONAL_PERFORMER_IDENTITY - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_FROM_ACTIVITY_DOES_NOT_BELONG_TO - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_INCONSISTENT_OPERATOR_USE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_INVALID_DOCUMENT_ROOT_TYPE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_INVALID_IPP_MODEL_FILE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_INVALID_IPP_MODEL_FILE_GENERAL_PARSE_ERROR - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_INVALID_QA_CODE_ID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_INVALID_SYMBOL - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_INVALID_XML_ACCESS_POINT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_MODEL_MANAGER_UNAVAILABLE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_MULTIPLE_INCOMING_TRANSITIONS_ARE_ONLY_ALLOWED_FOR_AND_OR_XOR_ACTIVITY_JOINS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_MULTIPLE_OUTGOING_TRANSITIONS_ARE_ONLY_ALLOWED_FOR_AND_OR_XOR_ACTIVITY_SPLITS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_NO_ACTIVE_MODEL - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_NO_ACTIVE_MODEL_WITH_ID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_NO_IMPLEMENTATION_PROCESS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_NO_JAVA_APPLICATION_CLASS_PATH - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_NO_JAVA_APPLICATION_METHOD - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_NO_MATCHING_ACTIVITY_DEFINITION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_NO_MATCHING_MODEL_WITH_ID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_NO_MATCHING_PROCESS_DEFINITION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_NO_MODEL - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_NO_PROPERTY_SPECIFIED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_NO_WORKFLOW_DATA_DEFINED_WITH_ID_IN_THIS_MODEL_VERSION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_NULL_VALUES_ARE_NOT_SUPPORTED_WITH_OPERATOR - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_ONE_OF_THE_CONNECTED_SYMBOLS_MUST_BE_AN_ANNOTATION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_ORGANIZATION_CANNOT_BE_IST_OWN_SUB_SUPERORGANIZATION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_ORGANIZATION_IS_ALREADY_SUBORGANIZATION_OF_ORGANIZATION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_PARTITION_NOT_INITIALIZED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_PROCESS_DEFINITION_WITH_ID_ALREADY_EXISTS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_RELOCATION_TRANSITION_MUST_NOT_HAVE_ANY_SOURCE_OR_TARGET_ACTIVITY_ATTACHED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_ROOT_MODEL_WITH_ID_ALREADY_EXISTS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_ROUTE_ACTIVITY_CANNOT_HAVE_A_PERFORMER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_ROUTE_ACTIVITY_DOES_NOT_PARTICIPATE_IN_DATA_FLOW - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_SELECTED_SYMBOL_DOES_NOT_REPRESENT_A_PROCESS_DEFINITION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_SELECTED_SYMBOL_DOES_NOT_REPRESENT_AN_ORGANIZATION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_SUBPROCESS_ACTIVITY_CANNOT_HAVE_A_PERFORMER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_THE_SELECTED_SYMBOL_DOES_NOT_REPRESENT_AN_ACTIVITY - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_TO_ACTIVITY_DOES_NOT_BELONG_TO - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_TRANSITION_WITH_ID_ALREADY_EXISTS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_TYPEDECLARATION_WITH_ID_ALREADY_EXISTS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNABLE_TO_DELETE_MODEL_IT_IS_REFERENCED_BY_AT_LEAST_ONE_OTHER_MODEL - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNABLE_TO_DELETE_MODEL_IT_PROVIDES_A_PRIMARY_IMPLEMENTATION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_ACTIVITY_DEFINITION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_ACTIVITY_FOR_AI - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_ACTIVITY_FOR_WORK_ITEM - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_ACTIVITY_IN_MODEL - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_APP_CONTEXT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_DATA_FOR_FORMAL_PARAMETER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_DATA_ID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_DATA_MAPPING - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_DATA_PATH - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_DATA_TYPE_ID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_EVENT_HANDLER_ID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_EVENT_TYPE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_IN_DATA_MAPPING - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_IN_DATA_PATH - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_IPP_VERSION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_MODEL_ELEMENT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_MODEL_OID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_OUT_DATA_MAPPING - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_OUT_DATA_PATH - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_PARTICIPANT_ID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_PARTICIPANT_ID_FOR_MODEL - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_PARTICIPANT_RUNTIME_OID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_PROCESS_DEFINITION_ID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_PROCESS_FOR_PI - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_TYPE_DECLARATION_ID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_XPATH - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNKNOWN_XPATH_FOR_DATA_ID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNSUPPORTED_CONDITIONAL_PERFORMER_KIND - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_UNSUPPORTED_IPP_VERSION - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_USER_DOES_NOT_EXIST_OR_PASSWORD_INCORRECT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_USEROBJECT_OF_THE_FIRST_SYMBOL_IS_NOT_VALID_FOR_THE_LINKTYPE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_WORKFLOW_DATA_WITH_ID_ALREADY_EXISTS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_XPATH_EXPRESSION_EVALUATED_TO_A_NON_NODE_VALUE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_XPATH_EXPRESSION_EVALUATED_TO_MULTIPLE_NODES - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_XPATH_EXPRESSION_UNABLE_TO_FIND_ANY_SUITABLE_NODE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
MDL_XSD_VALIDATION_FAILED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
mergeCases(long, long[], String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Merges the specified source case process instances into the target case process instance by adding all case members of the source case process instances as members of the target case process instance.
mergeCases(long, long[], String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Merges the specified source case process instances into the target case process instance by adding all case members of the source case process instances as members of the target case process instance.
mergeCases(long, long[], String) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Merges the specified source case process instances into the target case process instance by adding all case members of the source case process instances as members of the target case process instance.
MERGED_DEPUTY - Static variable in class org.eclipse.stardust.engine.api.query.WorklistLayoutPolicy
Predefined policy indicating layout which merges deputy relates AIs into standard layout.
META_DATA - Static variable in class org.eclipse.stardust.engine.api.query.DocumentQuery
Allows to define a filter on the document's metadata attributes.
migrateRepository(int, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Migrates resources in the repository.
migrateRepository(int, boolean, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
 
migrateRepository(int, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Migrates resources in the repository.
migrateRepository(int, boolean, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
 
migrateRepository(int, boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Migrates resources in the repository.
migrateRepository(int, boolean, String) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
 
migrateRepository(int, boolean) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Migrates resources in the repository.
MIME_TYPE - Static variable in class org.eclipse.stardust.engine.core.spi.artifact.impl.BenchmarkDefinitionArtifactHandler
 
MINIMAL - Static variable in class org.eclipse.stardust.engine.api.dto.UserDetailsLevel
The user details only contain first level attributes of UserBean.
Minimal - Static variable in class org.eclipse.stardust.engine.api.dto.UserDetailsLevel
 
Model - Interface in org.eclipse.stardust.engine.api.model
A client side view of a workflow model.
MODEL_ID_ATTRIBUTE - Static variable in class org.eclipse.stardust.engine.api.query.BusinessObjectQuery
 
MODEL_OID - Static variable in class org.eclipse.stardust.engine.api.query.DataQuery
Attribute to filter for a specific model.
modelDeleted(IModel) - Method in interface org.eclipse.stardust.engine.core.spi.monitoring.IPartitionMonitor
Client can check if arguments are valid and otherwise throw an DeploymentException.
modelDeployed(IModel, boolean) - Method in interface org.eclipse.stardust.engine.core.spi.monitoring.IPartitionMonitor
Deprecated. 
ModelElement - Interface in org.eclipse.stardust.engine.api.model
A client side view of a model element.
modelLoaded(IModel) - Method in interface org.eclipse.stardust.engine.core.spi.monitoring.IPartitionMonitor
Client can analyze and monitor argument and method call.
ModelParsingException - Exception in org.eclipse.stardust.engine.api.model
 
ModelParsingException(ErrorCase) - Constructor for exception org.eclipse.stardust.engine.api.model.ModelParsingException
 
ModelParticipant - Interface in org.eclipse.stardust.engine.api.model
A client side view of a workflow participant defined in a workflow model.
ModelParticipant - Static variable in class org.eclipse.stardust.engine.api.model.ParticipantType
 
ModelParticipantInfo - Interface in org.eclipse.stardust.engine.api.model
A client side view with base information only of a workflow participant defined in a workflow model.
ModelParticipantOrUserGroup - Static variable in class org.eclipse.stardust.engine.api.model.ParticipantType
 
ModelPolicy - Class in org.eclipse.stardust.engine.api.query
The ModelPolicy can be used to enforce DeployedModelQueries to exclude the deployed predefined model
ModelReconfigurationInfo - Interface in org.eclipse.stardust.engine.api.runtime
The ModelReconfigurationInfo class is used to receive information about a model reconfiguration operation.
Models - Class in org.eclipse.stardust.engine.api.runtime
Result of an DeployedModelQuery execution.
Models(Query, List<DeployedModelDescription>) - Constructor for class org.eclipse.stardust.engine.api.runtime.Models
Creates a new Models object.
ModelVersionPolicy - Class in org.eclipse.stardust.engine.api.query
Evaluation policy affecting query execution in a multi-version model environment.
ModelVersionPolicy(boolean) - Constructor for class org.eclipse.stardust.engine.api.query.ModelVersionPolicy
Initializes a policy to either restrict query evaluation to only the active model version or not.
modifyDepartment(long, String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Change the description of a department.
modifyDepartment(long, String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Change the description of a department.
modifyDepartment(long, String, String) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Change the description of a department.
modifyDeputy(UserInfo, UserInfo, DeputyOptions) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Modifies an existing deputy user for a given user.
modifyDeputy(UserInfo, UserInfo, DeputyOptions) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Modifies an existing deputy user for a given user.
modifyDeputy(UserInfo, UserInfo, DeputyOptions) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Modifies an existing deputy user for a given user.
modifyLoginUser(String, String, String, String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Modifies the current user.
modifyLoginUser(String, String, String, String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Modifies the current user.
modifyLoginUser(String, String, String, String, String) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Modifies the current user.
modifyUser(User) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Modifies the specified user.
modifyUser(User, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Modifies the specified user.
modifyUser(User) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Modifies the specified user.
modifyUser(User, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Modifies the specified user.
modifyUser(User) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Modifies the specified user.
modifyUser(User, boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Modifies the specified user.
modifyUserGroup(UserGroup) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Modifies the specified user group.
modifyUserGroup(UserGroup) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Modifies the specified user group.
modifyUserGroup(UserGroup) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Modifies the specified user group.
MODULE_ID - Static variable in class org.eclipse.stardust.engine.api.query.PreferenceQuery
Allows to define a filter on the moduleId.
MONITORED_INSTANCE_OID - Static variable in interface org.eclipse.stardust.engine.api.dto.QualityAssuranceInfo
 
MONTAUK_SCHEMA_XSD - Static variable in class org.eclipse.stardust.engine.extensions.dms.data.DmsConstants
 
moveBookmark(int, int) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageBookmarkable
 
moveDocument(String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Moves the document to the target path.
moveDocument(String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Moves the document to the target path.
moveDocument(String, String) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Moves the document to the target path.
moveDocument(String, String) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Moves the document to the target path.
movePage(int, int) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageSequenceAware
 
movePages(int, int, int) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageSequenceAware
 

N

NAME - Static variable in class org.eclipse.stardust.engine.api.query.DocumentQuery
Allows to define a filter on the document name.
NAME - Static variable in class org.eclipse.stardust.engine.api.query.UserGroupQuery
 
newArgs(String) - Static method in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
newArgs0(String) - Static method in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
Static factory to prepare for future generification.
newArgs0(String, String) - Static method in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
Static factory to prepare for future generification.
newArgs1(String) - Static method in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
Static factory to prepare for future generification.
newArgs1(String, String) - Static method in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
Static factory to prepare for future generification.
newArgs2(String) - Static method in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
Static factory to prepare for future generification.
newArgs2(String, String) - Static method in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
Static factory to prepare for future generification.
newArgs3(String, String) - Static method in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
Static factory to prepare for future generification.
newArgs4(String, String) - Static method in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
Static factory to prepare for future generification.
newArgs5(String, String) - Static method in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
Static factory to prepare for future generification.
newModelParticipantInfo(String) - Static method in class org.eclipse.stardust.engine.core.runtime.utils.ParticipantInfoUtil
Creates a new ModelParticipantInfo object from the qualified id of a participant.
newModelParticipantInfo(String, DepartmentInfo) - Static method in class org.eclipse.stardust.engine.core.runtime.utils.ParticipantInfoUtil
Creates a new ModelParticipantInfo object from the qualified id of a participant.
newModelParticipantInfo(String, String) - Static method in class org.eclipse.stardust.engine.core.runtime.utils.ParticipantInfoUtil
Creates a new ModelParticipantInfo object from the model id and the id of a participant.
newModelParticipantInfo(String, String, DepartmentInfo) - Static method in class org.eclipse.stardust.engine.core.runtime.utils.ParticipantInfoUtil
Creates a new ModelParticipantInfo object from the model id and the id of a participant.
nextChunk(SubsetPolicy) - Static method in class org.eclipse.stardust.engine.api.query.SubsetPolicy
Creates a new subset policy for retrieving the chunk of data following the one specified by the given subset.
NO_DESCRIPTORS - Static variable in class org.eclipse.stardust.engine.api.query.DescriptorPolicy
Does not ship descriptor values with process instance details.
NO_HISTORICAL_DATA - Static variable in class org.eclipse.stardust.engine.api.query.HistoricalDataPolicy
Does not include historical data values with process instance details.
NORMAL - Static variable in class org.eclipse.stardust.engine.api.runtime.ProcessInstancePriority
The process instance has normal priority (default).
Normal - Static variable in class org.eclipse.stardust.engine.api.runtime.ProcessInstancePriority
 
NOT_ANY_OF - Static variable in class org.eclipse.stardust.engine.core.persistence.Operator
Resolves to true if the operand does not match any of the values in the given list.
NOT_EQUAL - Static variable in class org.eclipse.stardust.engine.core.persistence.Operator
Resolves to true if the operand is not equal the given value.
NOT_IN - Static variable in class org.eclipse.stardust.engine.core.persistence.Operator
Resolves to true if the operand is not equal any of the values in the given list.
notAnyOf(String, String, Collection) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter excluding PIs / AIs if any of workflow data matches one of the given values list.
Note - Interface in org.eclipse.stardust.engine.api.dto
 
NOTE - Static variable in class org.eclipse.stardust.engine.api.runtime.HistoricalEventType
The HistoricalEvent describes a note event.
Note - Static variable in class org.eclipse.stardust.engine.api.runtime.HistoricalEventType
 
Note - Class in org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument
 
Note() - Constructor for class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.Note
 
NoteCapable - Interface in org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument
 
notEqual(String, Serializable) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching workflow data being not equal with the given value.
notEqual(String, String, Serializable) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching workflow data being not equal with the given value.
notEqual(String) - Method in interface org.eclipse.stardust.engine.api.query.FilterableAttribute
Creates a filter matching an attribute being not equal with the given value.
notEqual(long) - Method in interface org.eclipse.stardust.engine.api.query.FilterableAttribute
Creates a filter matching an attribute being not equal with the given value.
notEqual(double) - Method in interface org.eclipse.stardust.engine.api.query.FilterableAttribute
Creates a filter matching an attribute being equal with the given value.
notIn(String, Collection) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching workflow data being not equal one of the given values.
notIn(String, String, Collection) - Static method in class org.eclipse.stardust.engine.api.query.DataFilter
Creates a filter matching workflow data being not equal one of the given values.

O

OID - Static variable in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
The OID of the activity instance.
OID - Static variable in class org.eclipse.stardust.engine.api.query.DeployedModelQuery
Filters the models based on the oid attribute.
OID - Static variable in class org.eclipse.stardust.engine.api.query.DeployedRuntimeArtifactQuery
 
OID - Static variable in class org.eclipse.stardust.engine.api.query.LogEntryQuery
 
OID - Static variable in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
 
OID - Static variable in class org.eclipse.stardust.engine.api.query.UserGroupQuery
 
OID - Static variable in class org.eclipse.stardust.engine.api.query.UserQuery
 
OID_UNDEFINED - Static variable in class org.eclipse.stardust.engine.core.spi.extensions.runtime.Event
Used to mark field Event.handlerOID or Event.handlerModelElementOID as undefined
OK - Static variable in class org.eclipse.stardust.engine.api.runtime.DaemonExecutionState
Daemon run shows no problems.
OP_DOWNLOAD - Static variable in class org.eclipse.stardust.engine.api.web.dms.DmsContentServlet
 
OP_UPLOAD - Static variable in class org.eclipse.stardust.engine.api.web.dms.DmsContentServlet
 
Operator - Class in org.eclipse.stardust.engine.core.persistence
Enum class listing all currently supported comparison operators.
Operator.Binary - Class in org.eclipse.stardust.engine.core.persistence
Enum class listing all currently supported binary comparison operators.
Operator.Ternary - Class in org.eclipse.stardust.engine.core.persistence
Enum class listing all currently supported ternary comparison operators.
Operator.Unary - Class in org.eclipse.stardust.engine.core.persistence
Enum class listing all currently supported unary comparison operators.
or(FilterCriterion) - Method in class org.eclipse.stardust.engine.api.query.FilterOrTerm
Convenience method for adding another filter criterion to this OR term, especially useful for chained calls like term.or(A).or(B).
OR - Static variable in class org.eclipse.stardust.engine.api.query.FilterTerm
Constant marking OR-terms.
orderBy(OrderCriterion) - Method in class org.eclipse.stardust.engine.api.query.Query
Adds a new order criterion.
orderBy(FilterableAttribute) - Method in class org.eclipse.stardust.engine.api.query.Query
Orders the resulting elements by ascending values of the given attribute.
orderBy(FilterableAttribute, boolean) - Method in class org.eclipse.stardust.engine.api.query.Query
Orders the resulting elements by either ascending or descending values of the given attribute.
OrderCriteria - Class in org.eclipse.stardust.engine.api.query
A group of order criteria.
OrderCriteria() - Constructor for class org.eclipse.stardust.engine.api.query.OrderCriteria
Creates an empty group of order criteria.
OrderCriteria(OrderCriterion[]) - Constructor for class org.eclipse.stardust.engine.api.query.OrderCriteria
Groups the given order criteria.
OrderCriterion - Interface in org.eclipse.stardust.engine.api.query
Interface to be implemented by custom order criteria.
OrderEvaluationVisitor - Interface in org.eclipse.stardust.engine.api.query
Interface to be implemented when evaluating a query's order criteria using the visitor pattern approach.
org.eclipse.stardust.engine.api.dto - package org.eclipse.stardust.engine.api.dto
 
org.eclipse.stardust.engine.api.ejb2 - package org.eclipse.stardust.engine.api.ejb2
 
org.eclipse.stardust.engine.api.model - package org.eclipse.stardust.engine.api.model
 
org.eclipse.stardust.engine.api.pojo - package org.eclipse.stardust.engine.api.pojo
 
org.eclipse.stardust.engine.api.query - package org.eclipse.stardust.engine.api.query
 
org.eclipse.stardust.engine.api.runtime - package org.eclipse.stardust.engine.api.runtime
 
org.eclipse.stardust.engine.api.web - package org.eclipse.stardust.engine.api.web
 
org.eclipse.stardust.engine.api.web.dms - package org.eclipse.stardust.engine.api.web.dms
 
org.eclipse.stardust.engine.cli.security.authentication - package org.eclipse.stardust.engine.cli.security.authentication
 
org.eclipse.stardust.engine.core.compatibility.gui.security - package org.eclipse.stardust.engine.core.compatibility.gui.security
 
org.eclipse.stardust.engine.core.compatibility.spi.security - package org.eclipse.stardust.engine.core.compatibility.spi.security
 
org.eclipse.stardust.engine.core.compatibility.ui.preferences.spi - package org.eclipse.stardust.engine.core.compatibility.ui.preferences.spi
 
org.eclipse.stardust.engine.core.persistence - package org.eclipse.stardust.engine.core.persistence
 
org.eclipse.stardust.engine.core.preferences - package org.eclipse.stardust.engine.core.preferences
 
org.eclipse.stardust.engine.core.preferences.configurationvariables - package org.eclipse.stardust.engine.core.preferences.configurationvariables
 
org.eclipse.stardust.engine.core.preferences.permissions - package org.eclipse.stardust.engine.core.preferences.permissions
 
org.eclipse.stardust.engine.core.query.statistics.api - package org.eclipse.stardust.engine.core.query.statistics.api
 
org.eclipse.stardust.engine.core.runtime.beans - package org.eclipse.stardust.engine.core.runtime.beans
 
org.eclipse.stardust.engine.core.runtime.command - package org.eclipse.stardust.engine.core.runtime.command
 
org.eclipse.stardust.engine.core.runtime.command.impl - package org.eclipse.stardust.engine.core.runtime.command.impl
 
org.eclipse.stardust.engine.core.runtime.utils - package org.eclipse.stardust.engine.core.runtime.utils
 
org.eclipse.stardust.engine.core.spi.artifact - package org.eclipse.stardust.engine.core.spi.artifact
 
org.eclipse.stardust.engine.core.spi.artifact.impl - package org.eclipse.stardust.engine.core.spi.artifact.impl
 
org.eclipse.stardust.engine.core.spi.cluster - package org.eclipse.stardust.engine.core.spi.cluster
 
org.eclipse.stardust.engine.core.spi.dms - package org.eclipse.stardust.engine.core.spi.dms
 
org.eclipse.stardust.engine.core.spi.extensions.model - package org.eclipse.stardust.engine.core.spi.extensions.model
 
org.eclipse.stardust.engine.core.spi.extensions.runtime - package org.eclipse.stardust.engine.core.spi.extensions.runtime
 
org.eclipse.stardust.engine.core.spi.jms - package org.eclipse.stardust.engine.core.spi.jms
 
org.eclipse.stardust.engine.core.spi.monitoring - package org.eclipse.stardust.engine.core.spi.monitoring
 
org.eclipse.stardust.engine.core.spi.preferences - package org.eclipse.stardust.engine.core.spi.preferences
 
org.eclipse.stardust.engine.core.spi.resources - package org.eclipse.stardust.engine.core.spi.resources
 
org.eclipse.stardust.engine.core.spi.security - package org.eclipse.stardust.engine.core.spi.security
 
org.eclipse.stardust.engine.extensions.dms.data - package org.eclipse.stardust.engine.extensions.dms.data
 
org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument - package org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument
 
Organization - Interface in org.eclipse.stardust.engine.api.model
A client view of a workflow organizational unit.
Organization - Static variable in class org.eclipse.stardust.engine.api.model.ParticipantType
 
OrganizationInfo - Interface in org.eclipse.stardust.engine.api.model
A client view of a workflow organizational unit with base information only.
ORNOT - Static variable in class org.eclipse.stardust.engine.api.query.FilterTerm
Constant marking OR NOT-terms.
overwriteModel(String, int) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Deprecated. since 6.0
overwriteModel(String, String, int, Date, Date, String, boolean, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Deprecated. since 6.0, configuration, validFrom, validTo and disabled are ignored.
overwriteModel(DeploymentElement, int, DeploymentOptions) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Overwrites the specified model.
overwriteModel(String, int) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Deprecated. since 6.0
overwriteModel(String, String, int, Date, Date, String, boolean, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Deprecated. since 6.0, configuration, validFrom, validTo and disabled are ignored.
overwriteModel(DeploymentElement, int, DeploymentOptions) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Overwrites the specified model.
overwriteModel(String, int) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Deprecated. since 6.0
overwriteModel(String, String, int, Date, Date, String, boolean, boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Deprecated. since 6.0, configuration, validFrom, validTo and disabled are ignored.
overwriteModel(DeploymentElement, int, DeploymentOptions) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Overwrites the specified model.
overwriteRuntimeArtifact(long, RuntimeArtifact) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Overwrites only content of a specified already deployed artifact.
overwriteRuntimeArtifact(long, RuntimeArtifact) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Overwrites only content of a specified already deployed artifact.
overwriteRuntimeArtifact(long, RuntimeArtifact) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Overwrites only content of a specified already deployed artifact.
OWNER - Static variable in class org.eclipse.stardust.engine.api.query.DocumentQuery
Allows to define a filter on the document owner.

P

PageAnnotation - Class in org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument
 
PageAnnotation() - Constructor for class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
 
PageBookmark - Class in org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument
 
PageBookmark() - Constructor for class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageBookmark
 
PageBookmarkable - Interface in org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument
 
PageOrientation - Class in org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument
 
PageOrientation() - Constructor for class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageOrientation
 
PageOrientationAware - Interface in org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument
 
PageSequenceAware - Interface in org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument
 
ParameterMapping - Interface in org.eclipse.stardust.engine.api.model
The ParameterMapping class represents a mapping between a trigger access point and a workflow data.
Participant - Interface in org.eclipse.stardust.engine.api.model
A client side view of a workflow participant.
ParticipantAssociationFilter - Class in org.eclipse.stardust.engine.api.query
Filter criterion for restricting UserQuerys producing users having granted specific roles/organizations or being members of specific user groups.
ParticipantAssociationFilter.Kind - Class in org.eclipse.stardust.engine.api.query
Enumeration for participant grant filter kind definitions.
ParticipantGrantFilter - Class in org.eclipse.stardust.engine.api.query
Deprecated. Superseded by ParticipantAssociationFilter.
ParticipantGrantFilter(String) - Constructor for class org.eclipse.stardust.engine.api.query.ParticipantGrantFilter
Deprecated. Use ParticipantAssociationFilter.forModelParticipant(String) instead.
ParticipantGrantFilter(String, boolean) - Constructor for class org.eclipse.stardust.engine.api.query.ParticipantGrantFilter
Deprecated. Use ParticipantAssociationFilter.forModelParticipant(String, boolean) instead.
ParticipantInfo - Interface in org.eclipse.stardust.engine.api.model
A client side view of a workflow participant with base information only.
ParticipantInfoUtil - Class in org.eclipse.stardust.engine.core.runtime.utils
 
ParticipantType - Class in org.eclipse.stardust.engine.api.model
Indicates all supported concrete types of participants as well as some meta-types like model participants or kinds of conditional performers.
ParticipantWorklist - Class in org.eclipse.stardust.engine.api.query
Specialization of a Worklist being owned by either an Organization or a Role.
ParticipantWorklist(ParticipantInfo, WorklistQuery, SubsetPolicy, List, boolean, Long, long) - Constructor for class org.eclipse.stardust.engine.api.query.ParticipantWorklist
 
partitionCreated(IAuditTrailPartition) - Method in interface org.eclipse.stardust.engine.core.spi.monitoring.IRuntimeEnvironmentMonitor
Propagate creation of a new audittrail partition.
partitionDropped(IAuditTrailPartition) - Method in interface org.eclipse.stardust.engine.core.spi.monitoring.IRuntimeEnvironmentMonitor
Propagate deletion of an audittrail partition.
PartitionScope - Static variable in class org.eclipse.stardust.engine.api.model.ProfileScope
Partition scope.
PasswordRules - Interface in org.eclipse.stardust.engine.api.runtime
 
PATH_ID_ATTACHMENTS - Static variable in class org.eclipse.stardust.engine.extensions.dms.data.DmsConstants
 
PATH_SEPARATOR - Static variable in class org.eclipse.stardust.engine.core.spi.dms.RepositoryConstants
The character that is used to separate folders and document in path strings.
PENDING - Static variable in class org.eclipse.stardust.engine.api.query.ActivityStateFilter
Predefined filter matching activity instance being in states ActivityInstanceState.Application, ActivityInstanceState.Interrupted, ActivityInstanceState.Suspended or ActivityInstanceState.Hibernated.
performAdHocTransition(long, TransitionTarget, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Deprecated. replaced with performAdHocTransition(TransitionTarget, boolean)
performAdHocTransition(TransitionTarget, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Performs the transition from the specified activity instance to the specified target.
performAdHocTransition(long, TransitionTarget, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Deprecated. replaced with performAdHocTransition(TransitionTarget, boolean)
performAdHocTransition(TransitionTarget, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Performs the transition from the specified activity instance to the specified target.
performAdHocTransition(long, TransitionTarget, boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Deprecated. replaced with performAdHocTransition(TransitionTarget, boolean)
performAdHocTransition(TransitionTarget, boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Performs the transition from the specified activity instance to the specified target.
PerformanceCriticalityPolicy - Class in org.eclipse.stardust.engine.core.query.statistics.api
Policy that determines if process instances are considered critical if their duration exceeds a certain limit.
PerformanceCriticalityPolicy(float, float, float) - Constructor for class org.eclipse.stardust.engine.core.query.statistics.api.PerformanceCriticalityPolicy
 
PERFORMED_BY_OID - Static variable in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
The OID of the activity instance's completing user.
PerformedByUserFilter - Class in org.eclipse.stardust.engine.api.query
 
PerformedByUserFilter(long) - Constructor for class org.eclipse.stardust.engine.api.query.PerformedByUserFilter
 
PerformedByUserFilter(int, long) - Constructor for class org.eclipse.stardust.engine.api.query.PerformedByUserFilter
 
PerformingOnBehalfOfFilter - Class in org.eclipse.stardust.engine.api.query
 
PerformingOnBehalfOfFilter.Kind - Class in org.eclipse.stardust.engine.api.query
Enumeration for participant filter kind definitions.
PerformingParticipantFilter - Class in org.eclipse.stardust.engine.api.query
Class for filtering participants
PerformingParticipantFilter(String) - Constructor for class org.eclipse.stardust.engine.api.query.PerformingParticipantFilter
Deprecated. Use PerformingParticipantFilter.forModelParticipant(String) instead.
PerformingParticipantFilter(String, boolean) - Constructor for class org.eclipse.stardust.engine.api.query.PerformingParticipantFilter
Deprecated. Use PerformingParticipantFilter.forModelParticipant(String, boolean) instead.
PerformingParticipantFilter.Kind - Class in org.eclipse.stardust.engine.api.query
Enumeration for participant filter kind definitions.
PerformingUserFilter - Class in org.eclipse.stardust.engine.api.query
 
PerformingUserFilter(long) - Constructor for class org.eclipse.stardust.engine.api.query.PerformingUserFilter
 
Permission - Class in org.eclipse.stardust.engine.api.runtime
 
Permission(String, List<Scope>) - Constructor for class org.eclipse.stardust.engine.api.runtime.Permission
 
PermissionHelper - Class in org.eclipse.stardust.engine.core.runtime.utils
Client side utility class that computes the permissions the user has to invoke the service methods.
PermissionHelper() - Constructor for class org.eclipse.stardust.engine.core.runtime.utils.PermissionHelper
Default constructor.
PermissionHelper(boolean) - Constructor for class org.eclipse.stardust.engine.core.runtime.utils.PermissionHelper
Constructor used when caching should be disabled.
PermissionHelper(User, Set<String>) - Constructor for class org.eclipse.stardust.engine.core.runtime.utils.PermissionHelper
Constructor that enable caching and optionally provides an already fetched User or the set of startable process IDs.
PermissionState - Class in org.eclipse.stardust.engine.api.runtime
A representation of the state of a permission.
PK_ATTRIBUTE - Static variable in class org.eclipse.stardust.engine.api.query.BusinessObjectQuery
 
POJO_ACCESS_POINT_DOES_NOT_EXIST - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
POJO_CANNOT_CONVERT_VALUT_TO_TYPE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
POJO_CANNOT_CREATE_OBJECT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
POJO_FAILED_READING_BEAN_ATTRIBUTE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
POJO_FAILED_READING_JAVA_VALUE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
POJO_FAILED_SETTING_BEAN_ATTRIBUTE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
POJO_FAILED_SETTING_JAVA_VALUE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
POJO_FINAL_SETTER_FOR_IN_PATH_DOES_NOT_ACCEPT_SINGLE_PARAMETER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
POJO_ILLEGAL_ARGUMENT_FOR_METHOD_IN_CLASS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
POJO_INVALID_JAVA_BEAN_ACCESS_PATH_TYPE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
POJO_METHOD_FROM_CLASS_DOES_NOT_EXIST_OR_IS_NOT_ACCESSIBLE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
POJO_METHOD_NOT_ACCESSIBLE_IN_CLASS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
POJO_NOT_A_JAVA_DATA_TYPE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
POJO_SETTER_FOR_IN_PATH_DOES_NOT_ACCEPT_SINGLE_PARAMETER - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
PREF_AUDITTRAIL_PERSISTENCE_NOT_SUPPORTED_FOR_PREFERENCESSCOPE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
PREF_EMPTY_PREF_STORE_READONLY - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
PREF_NO_CURRENT_PARTITION_FOUND - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
PREF_NO_CURRENT_USER_FOUND - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
PREF_NO_USER_SPECIFIED_PREFSCOPE_USER_AND_REALM_NOT_AVAILABLE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
PREF_NOT_A_VALID_PREFERENCES_PATH - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
PREF_PREF_STORE_READONLY - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
PREF_PREFERENCESSCOPE_DEFAULT_IS_READ_ONLY - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
PREF_PREFERENCESSCOPE_NOT_SUPPORTED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
PREF_QUERYING_NOT_SUPPORTED_FOR_SCOPE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
PREF_UNKNOWN_VALUE_FOR_PROPERTY_INFINITY_PREFERENCE_STORE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
PreferenceQuery - Class in org.eclipse.stardust.engine.api.query
 
Preferences - Class in org.eclipse.stardust.engine.core.preferences
A runtime object holding a map of preferences in form of a Map.
Preferences(PreferenceScope, String, String, Map<String, Serializable>) - Constructor for class org.eclipse.stardust.engine.core.preferences.Preferences
 
PREFERENCES_ID - Static variable in class org.eclipse.stardust.engine.api.query.PreferenceQuery
Allows to define a filter on the preferencesId.
PreferenceScope - Enum in org.eclipse.stardust.engine.core.preferences
A PreferenceScope defines scoping of preferences.
prepareForSave(ActivityInstanceAttributes) - Static method in class org.eclipse.stardust.engine.api.runtime.QualityAssuranceUtils
 
preProcess(RuntimeArtifact) - Method in interface org.eclipse.stardust.engine.core.spi.artifact.IArtifactHandler
This method is called before deploy and overwrite.
preProcess(RuntimeArtifact) - Method in class org.eclipse.stardust.engine.core.spi.artifact.impl.BenchmarkDefinitionArtifactHandler
 
previousChunk(SubsetPolicy) - Static method in class org.eclipse.stardust.engine.api.query.SubsetPolicy
Creates a new subset policy for retrieving the chunk of data before the one specified by the given subset.
PrincipalNameProvider - Interface in org.eclipse.stardust.engine.core.compatibility.spi.security
 
PrincipalValidator - Interface in org.eclipse.stardust.engine.core.spi.security
An SPI allowing to validate the given principal.
PrintDocumentAnnotations - Interface in org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument
Facade aggregating annotation types available for print documents.
PRIORITY - Static variable in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
 
PROC_DEF_ID - Static variable in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Orders the resulting activity instances by their starting process instances definition id.
PROC_DEF_ID - Static variable in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Orders the resulting process instances by their process definition id.
PROC_DEF_NAME - Static variable in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Orders the resulting activity instances by their starting process instances definition name.
PROC_DEF_NAME - Static variable in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Orders the resulting process instances by their process definition name.
PROCESS_DEFINITION_OID - Static variable in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
 
PROCESS_ID - Static variable in class org.eclipse.stardust.engine.api.query.DataQuery
Attribute to filter for the process id.
PROCESS_INSTANCE - Static variable in class org.eclipse.stardust.engine.api.dto.ContextKind
Context is process instance.
PROCESS_INSTANCE - Static variable in class org.eclipse.stardust.engine.core.spi.extensions.runtime.Event
Indicates the event source to be a process instance.
PROCESS_INSTANCE_OID - Static variable in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
The OID of the process instance the activity instance belongs to.
PROCESS_INSTANCE_OID - Static variable in class org.eclipse.stardust.engine.api.query.LogEntryQuery
 
PROCESS_INSTANCE_OID - Static variable in class org.eclipse.stardust.engine.api.query.WorklistQuery
The OID of the process instance the worklist item belongs to.
PROCESS_INSTANCE_PRIORITY - Static variable in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
The priority of the process instance the activity instance belongs to.
PROCESS_INSTANCE_PRIORITY - Static variable in class org.eclipse.stardust.engine.api.query.WorklistQuery
The priority of the process instance the activity instance belongs to.
processAborted(IProcessInstance) - Method in interface org.eclipse.stardust.engine.core.spi.monitoring.IProcessExecutionMonitor
Propagate that the Process has been aborted.
processCompleted(IProcessInstance) - Method in interface org.eclipse.stardust.engine.core.spi.monitoring.IProcessExecutionMonitor
Propagate that the Process has been completed.
ProcessCumulationPolicy - Class in org.eclipse.stardust.engine.core.query.statistics.api
Policy to retrieve root/scope process for cumulation.
ProcessDefinition - Interface in org.eclipse.stardust.engine.api.model
The client view of a workflow process.
ProcessDefinitionDetailsLevel - Enum in org.eclipse.stardust.engine.api.dto
Represents the level of detail in which the ProcessDefinition object is initialized.
ProcessDefinitionDetailsPolicy - Class in org.eclipse.stardust.engine.api.query
Evaluation policy affecting the level of detail for process definitions.
ProcessDefinitionDetailsPolicy(ProcessDefinitionDetailsLevel) - Constructor for class org.eclipse.stardust.engine.api.query.ProcessDefinitionDetailsPolicy
 
ProcessDefinitionFilter - Class in org.eclipse.stardust.engine.api.query
Restricts the resulting items to the ones related to a specific process definition.
ProcessDefinitionFilter(String) - Constructor for class org.eclipse.stardust.engine.api.query.ProcessDefinitionFilter
Creates a filter matching the process definition identified by processID and all of its subprocesses.
ProcessDefinitionFilter(String, boolean) - Constructor for class org.eclipse.stardust.engine.api.query.ProcessDefinitionFilter
Creates a filter matching the process definition identified by processID.
ProcessDefinitionQuery - Class in org.eclipse.stardust.engine.api.query
 
ProcessDefinitions - Class in org.eclipse.stardust.engine.api.runtime
 
ProcessDefinitions(Query, List<ProcessDefinition>) - Constructor for class org.eclipse.stardust.engine.api.runtime.ProcessDefinitions
 
processHalted(IProcessInstance) - Method in interface org.eclipse.stardust.engine.core.spi.monitoring.IProcessExecutionMonitor
Propagate that the Process has been halted.
ProcessInstance - Static variable in class org.eclipse.stardust.engine.api.dto.ContextKind
 
ProcessInstance - Interface in org.eclipse.stardust.engine.api.runtime
The ProcessInstance represents a snapshot of the execution state of an process instance.
ProcessInstanceAttributes - Interface in org.eclipse.stardust.engine.api.dto
This class contains attributes for a process instance.
ProcessInstanceDetails - Class in org.eclipse.stardust.engine.api.dto

Many methods of the CARNOT EJBs return detail objects.

ProcessInstanceDetailsLevel - Class in org.eclipse.stardust.engine.api.dto
Represents the level of detail for a ProcessInstance.
ProcessInstanceDetailsOptions - Enum in org.eclipse.stardust.engine.api.dto
Represents options of detail for a ProcessInstance.
ProcessInstanceDetailsPolicy - Class in org.eclipse.stardust.engine.api.query
Evaluation policy affecting the level of details for process instances.
ProcessInstanceDetailsPolicy(ProcessInstanceDetailsLevel) - Constructor for class org.eclipse.stardust.engine.api.query.ProcessInstanceDetailsPolicy
 
ProcessInstanceDetailsPolicy(ProcessInstanceDetailsLevel, EnumSet<ProcessInstanceDetailsOptions>) - Constructor for class org.eclipse.stardust.engine.api.query.ProcessInstanceDetailsPolicy
 
ProcessInstanceFilter - Class in org.eclipse.stardust.engine.api.query
Filter criterion for matching specific process instances.
ProcessInstanceFilter(long) - Constructor for class org.eclipse.stardust.engine.api.query.ProcessInstanceFilter
Creates a filter matching the closure of the process instance identified by processInstanceOID.
ProcessInstanceFilter(long, boolean) - Constructor for class org.eclipse.stardust.engine.api.query.ProcessInstanceFilter
Creates a filter matching either the closure of the process instance identified by processInstanceOID or just the process instance itself.
ProcessInstanceHierarchyFilter - Class in org.eclipse.stardust.engine.api.query
Filter criterion for matching specific process instances.
ProcessInstanceHierarchyFilter.HierarchyMode - Enum in org.eclipse.stardust.engine.api.query
 
ProcessInstanceLinkType - Interface in org.eclipse.stardust.engine.api.runtime
Specifies the type of link that associates one process instance to another.
ProcessInstancePriority - Class in org.eclipse.stardust.engine.api.runtime
A representation of the priority of an process instance.
ProcessInstanceQuery - Class in org.eclipse.stardust.engine.api.query
Query container for building complex queries for process instances.
ProcessInstanceQuery() - Constructor for class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
 
ProcessInstanceQuery.Attribute - Class in org.eclipse.stardust.engine.api.query
Process instance attribute supporting filter operations.
ProcessInstances - Class in org.eclipse.stardust.engine.api.query
Result of an ProcessInstanceQuery execution.
ProcessInstanceState - Class in org.eclipse.stardust.engine.api.runtime
A representation of the state of an process instance.
ProcessInterface - Interface in org.eclipse.stardust.engine.api.model
Interface used to separate a process definition from its interface.
processInterrupted(IProcessInstance) - Method in interface org.eclipse.stardust.engine.core.spi.monitoring.IProcessExecutionMonitor
Propagate that the Process has been interrupted.
processResumed(IProcessInstance) - Method in interface org.eclipse.stardust.engine.core.spi.monitoring.IProcessExecutionMonitor
Propagate that the Process has been resumed from Interrupted or Halted.
processStarted(IProcessInstance) - Method in interface org.eclipse.stardust.engine.core.spi.monitoring.IProcessExecutionMonitor
Propagate that the Process has been started.
ProcessStateFilter - Class in org.eclipse.stardust.engine.api.query
 
ProcessStateFilter(ProcessInstanceState) - Constructor for class org.eclipse.stardust.engine.api.query.ProcessStateFilter
 
ProcessStateFilter(boolean, ProcessInstanceState) - Constructor for class org.eclipse.stardust.engine.api.query.ProcessStateFilter
 
ProcessStateFilter(ProcessInstanceState[]) - Constructor for class org.eclipse.stardust.engine.api.query.ProcessStateFilter
 
ProcessStateFilter(boolean, ProcessInstanceState[]) - Constructor for class org.eclipse.stardust.engine.api.query.ProcessStateFilter
 
ProfileScope - Class in org.eclipse.stardust.engine.api.model
Represents the profile scope.
PROPERTY_KEY - Static variable in enum org.eclipse.stardust.engine.api.runtime.QualityAssuranceUtils.QualityAssuranceState
the key under which the state will be stored in the activity instance properties
provideDepartmentConfiguration(String, List<String>) - Method in class org.eclipse.stardust.engine.core.spi.security.DynamicParticipantSynchronizationProvider
Resolves a department in the external registry for given partition and provides its attributes.
provideDepartmentConfiguration(String, List<String>, Map<String, ?>) - Method in class org.eclipse.stardust.engine.core.spi.security.DynamicParticipantSynchronizationProvider
Resolves a department in the external registry for given partition and provides its attributes.
PROVIDER - Static variable in class org.eclipse.stardust.engine.api.query.DeployedModelQuery
Filters the models based on references to a specific model.
PROVIDER_ID - Static variable in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryConfiguration
The id of the IRepositoryProvider which should be configured.
provideUserConfiguration(String) - Method in class org.eclipse.stardust.engine.core.spi.security.DynamicParticipantSynchronizationProvider
Resolves a user in the external registry and provides its attributes.
provideUserConfiguration(String, String, Map) - Method in class org.eclipse.stardust.engine.core.spi.security.DynamicParticipantSynchronizationProvider
Resolves a user in the external registry and provides its attributes.
provideUserConfigurationLogAware(String) - Method in class org.eclipse.stardust.engine.core.spi.security.DynamicParticipantSynchronizationProvider
wrapper to catch and log possible exceptions.
provideUserGroupConfiguration(String) - Method in class org.eclipse.stardust.engine.core.spi.security.DynamicParticipantSynchronizationProvider
Resolves a user group in the external registry for current partition and provides its attributes.
provideUserGroupConfiguration(String, Map) - Method in class org.eclipse.stardust.engine.core.spi.security.DynamicParticipantSynchronizationProvider
Resolves a user group in the external registry for given partition and provides its attributes.
provideValidDepartmentConfiguration(String, List<String>, Map<String, ?>) - Method in class org.eclipse.stardust.engine.core.spi.security.DynamicParticipantSynchronizationProvider
Resolves a department in the external registry for given partition and provides its attributes.
provideValidUserConfiguration(String, String, Map) - Method in class org.eclipse.stardust.engine.core.spi.security.DynamicParticipantSynchronizationProvider
Resolves a user in the external registry and provides its attributes.
provideValidUserGroupConfiguration(String, Map) - Method in class org.eclipse.stardust.engine.core.spi.security.DynamicParticipantSynchronizationProvider
Resolves a user group in the external registry for given partition and provides its attributes.
PRP_DESCRIPTOR_IDS - Static variable in interface org.eclipse.stardust.engine.api.runtime.IDescriptorProvider
 
PRP_DMS_ID_SOURCE - Static variable in class org.eclipse.stardust.engine.extensions.dms.data.DmsConstants
 
PRP_OPERATION_DMS_ID - Static variable in class org.eclipse.stardust.engine.extensions.dms.data.DmsConstants
 
PRP_OPERATION_NAME - Static variable in class org.eclipse.stardust.engine.extensions.dms.data.DmsConstants
 
PRP_PI_DETAILS_LEVEL - Static variable in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetailsLevel
 
PRP_PI_DETAILS_OPTIONS - Static variable in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
 
PRP_PROPVIDE_DESCRIPTORS - Static variable in interface org.eclipse.stardust.engine.api.runtime.IDescriptorProvider
 
PRP_PROPVIDE_EVENT_TYPES - Static variable in class org.eclipse.stardust.engine.api.query.HistoricalEventPolicy
 
PRP_PROPVIDE_HIST_STATES - Static variable in enum org.eclipse.stardust.engine.api.query.HistoricalStatesPolicy
 
PRP_RUNTIME_DEFINED_TARGET_FOLDER - Static variable in class org.eclipse.stardust.engine.extensions.dms.data.DmsConstants
 
PRP_RUNTIME_DEFINED_VERSIONING - Static variable in class org.eclipse.stardust.engine.extensions.dms.data.DmsConstants
 
PRP_USER_DETAILS_LEVEL - Static variable in class org.eclipse.stardust.engine.api.dto.UserDetailsLevel
 
PRP_USER_DETAILS_PREFERENCES - Static variable in class org.eclipse.stardust.engine.api.dto.UserDetailsLevel
 
PULL_EVENT - Static variable in class org.eclipse.stardust.engine.core.spi.extensions.runtime.Event
Indicates an arbitrary, pull-type event.
PUSH_EVENT - Static variable in class org.eclipse.stardust.engine.core.spi.extensions.runtime.Event
Indicates an arbitrary, push-type event.
PWH - Static variable in class org.eclipse.stardust.engine.api.runtime.LogCode
The LogEntry was created in the Process Warehouse context.

Q

QUALITY_ASSURANCE_USER_DEFAULT_PROBABILITY - Static variable in class org.eclipse.stardust.engine.api.runtime.QualityAssuranceUtils
key under which the user default probability will be stored in the preference store
QUALITY_ASSURANCE_USER_PROBABILITY - Static variable in class org.eclipse.stardust.engine.api.runtime.QualityAssuranceUtils
key under which the user probability will be stored in the user properties
QualityAssuranceAdminServiceFacade - Class in org.eclipse.stardust.engine.api.dto
Client side class for decorating the AdministrationService, specific to the quality control feature
QualityAssuranceAdminServiceFacade(ServiceFactory) - Constructor for class org.eclipse.stardust.engine.api.dto.QualityAssuranceAdminServiceFacade
 
QualityAssuranceCode - Interface in org.eclipse.stardust.engine.api.model
Client side view of an IQualityAssuranceCode
QualityAssuranceCompleteCommand - Class in org.eclipse.stardust.engine.core.runtime.command.impl
Client side command class for using the quality assurance feature
QualityAssuranceCompleteCommand(ActivityInstanceAttributes, ContextData) - Constructor for class org.eclipse.stardust.engine.core.runtime.command.impl.QualityAssuranceCompleteCommand
Creates the complete command
QualityAssuranceInfo - Interface in org.eclipse.stardust.engine.api.dto
Class containing information considering the qa workflow
QualityAssuranceResult - Interface in org.eclipse.stardust.engine.api.dto
Represents the result of a quality assurance instance resolution
QualityAssuranceResult.ResultState - Enum in org.eclipse.stardust.engine.api.dto
 
QualityAssuranceResultImpl - Class in org.eclipse.stardust.engine.api.dto
Default implementation for QualityAssuranceResult
QualityAssuranceResultImpl() - Constructor for class org.eclipse.stardust.engine.api.dto.QualityAssuranceResultImpl
 
QualityAssuranceUtils - Class in org.eclipse.stardust.engine.api.runtime
Utility class for Quality Assurance
QualityAssuranceUtils() - Constructor for class org.eclipse.stardust.engine.api.runtime.QualityAssuranceUtils
 
QualityAssuranceUtils.QualityAssuranceState - Enum in org.eclipse.stardust.engine.api.runtime
Describes the state an activity instance is in - regarding quality assurance
Query - Class in org.eclipse.stardust.engine.api.query
Basic functionality for creating query containers for complex queries.
Query(FilterVerifier) - Constructor for class org.eclipse.stardust.engine.api.query.Query
 
QUERY_ATTRIBUTE_METADATA_ANY_ONLY_SUPPORTS_LIKE_OPERATOR - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
QUERY_ATTRIBUTE_NOT_SUPPORTED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
QUERY_ATTRIBUTE_NOT_SUPPORTED_FOR_ORDER_TERM - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
QUERY_DATA_FILTER_EMPTY_VALUE_LIST_FOR_XXX_OPERATOR - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
QUERY_DATA_FILTER_VALUE_TYPES_ARE_INHOMOGENEOUS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
QUERY_DOCUMENTQUERY_METADATA_ANY_ONLY_SUPPORTS_LIKE_OPERATOR - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
QUERY_FAILED_EVALUATING_PROCESS_INSTANCE_CLOSURE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
QUERY_FAILED_EVALUATING_PROCESS_INSTANCE_CLOSURE_RESULTSET - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
QUERY_FAILED_EXECUTING_QUERY - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
QUERY_FILTER_IS_NOT_AVAILABLE_WITH_DISABLED_AI_HISTORY - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
QUERY_FILTER_IS_XXX_FOR_QUERY - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
QUERY_INCONSISTENT_OPERATOR_USE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
QUERY_MISSING_XPATH_ON_NON_STRUCT_DATA - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
QUERY_NULL_VALUES_NOT_SUPPORTED_WITH_OPERATOR - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
QUERY_ONLY_LONG_OR_STRING_REPRESENTATION_OF_DATE_SUPPORTED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
QUERY_OPERATOR_NOT_SUPPORTED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
QUERY_TYPES_OF_LOWER_AND_UPPER_BOUND_ARE_INHOMOGENEOUS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
QUERY_UNSUPPORTED_DATAFILTER_OPERATOR_FOR_BIG_DATA_VALUE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
QUERY_VALUE_OF_SKIPPEDENTRIES_MUST_NOT_BE_LESS_THAN_ZERO - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
QUERY_XPATH_ON_NON_STRUCT_DATA - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
QUERY_XPATH_ON_STRUCT_DATA_MUST_POINT_TO_PRIMITIVE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
QUERY_XPATH_ON_STRUCT_DATA_ORDER_BY_MUST_POINT_TO_PRIMITIVE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
QueryResult<T> - Interface in org.eclipse.stardust.engine.api.query
Result of a Query execution.
QueryService - Interface in org.eclipse.stardust.engine.api.runtime
to set SessionProperties.DS_NAME_READ_ONLY used in DataValueBean

R

raise(Object...) - Method in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError.Args
 
raise() - Method in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError.Args0
 
raise(Object) - Method in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError.Args1
 
raise(long) - Method in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError.Args1
 
raise(Object, Object) - Method in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError.Args2
 
raise(long, long) - Method in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError.Args2
 
raise(Object, Object, Object) - Method in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError.Args3
 
raise(long, long, long) - Method in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError.Args3
 
raise(Object, Object, Object, Object) - Method in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError.Args4
 
raise(long, long, long, long) - Method in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError.Args4
 
raise(Object, Object, Object, Object, Object) - Method in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError.Args5
 
raise(long, long, long, long, long) - Method in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError.Args5
 
readTrimmedLine(BufferedReader) - Static method in class org.eclipse.stardust.engine.cli.security.authentication.ConsolePrompt
Reads a single trimmed-line from the reader.
REALM_ID - Static variable in class org.eclipse.stardust.engine.api.query.PreferenceQuery
Allows to define a filter on the user realm id.
REALM_ID - Static variable in class org.eclipse.stardust.engine.api.query.UserQuery
 
receive(Map, Iterator) - Method in interface org.eclipse.stardust.engine.core.spi.extensions.runtime.AsynchronousApplicationInstance
Callback when the corresponding activity instance is awakened from the HIBERNATED state.
ReconfigurationInfo - Interface in org.eclipse.stardust.engine.api.runtime
The ReconfigurationInfo class is used to receive information about a reconfiguration operation.
recoverProcessInstance(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Recovers the process instance identified by the given OID and all of its subprocess instances, executed in a separate transaction.
recoverProcessInstance(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Recovers the process instance identified by the given OID and all of its subprocess instances, executed in a separate transaction.
recoverProcessInstance(long) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Recovers the process instance identified by the given OID and all of its subprocess instances, executed in a separate transaction.
recoverProcessInstances(List) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Recovers the process instances identified by the given list of OIDs and all associated subprocess instances.Executed in a separate transaction.
recoverProcessInstances(List) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Recovers the process instances identified by the given list of OIDs and all associated subprocess instances.Executed in a separate transaction.
recoverProcessInstances(List<Long>) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Recovers the process instances identified by the given list of OIDs and all associated subprocess instances.Executed in a separate transaction.
recoverRuntimeEnvironment() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Recovers the complete CARNOT runtime environment.Executed in a separate transaction.
recoverRuntimeEnvironment() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Recovers the complete CARNOT runtime environment.Executed in a separate transaction.
recoverRuntimeEnvironment() - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Recovers the complete CARNOT runtime environment.Executed in a separate transaction.
RECOVERY - Static variable in class org.eclipse.stardust.engine.api.runtime.LogCode
The LogEntry was created during recovery.
release(Service) - Method in interface org.eclipse.stardust.engine.api.runtime.ServiceFactory
Provides explicit service resource management.
RELEVANCE - Static variable in class org.eclipse.stardust.engine.api.query.DocumentQuery
 
RemoteAdministrationService - Interface in org.eclipse.stardust.engine.api.ejb2
Provides administration services for the CARNOT runtime environment.
RemoteAdministrationServiceHome - Interface in org.eclipse.stardust.engine.api.ejb2
 
RemoteDocumentManagementService - Interface in org.eclipse.stardust.engine.api.ejb2
The DocumentManagementService provides all functionality for DMS operations in a CARNOT runtime environment.
RemoteDocumentManagementServiceHome - Interface in org.eclipse.stardust.engine.api.ejb2
 
RemoteQueryService - Interface in org.eclipse.stardust.engine.api.ejb2
to set SessionProperties.DS_NAME_READ_ONLY used in DataValueBean
RemoteQueryServiceHome - Interface in org.eclipse.stardust.engine.api.ejb2
 
RemoteUserService - Interface in org.eclipse.stardust.engine.api.ejb2
The UserService provides functionality for operating on CARNOT users.
RemoteUserServiceHome - Interface in org.eclipse.stardust.engine.api.ejb2
 
RemoteWorkflowService - Interface in org.eclipse.stardust.engine.api.ejb2
The WorkflowService provides all functionality for workflow operations in a CARNOT runtime environment.
RemoteWorkflowServiceHome - Interface in org.eclipse.stardust.engine.api.ejb2
 
removeAllBookmarks() - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageBookmarkable
Removes all bookmarks.
removeAllGrants() - Method in interface org.eclipse.stardust.engine.api.runtime.User
Removes all user grants.
removeAllHighlights() - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.HighlightCapable
Removes all highlights.
removeAllNotes() - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.NoteCapable
Removes all notes.
removeAllPageOrientations() - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageOrientationAware
Removes all page orientations.
removeAllStamps() - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.StampAware
Removes all stamps.
removeAttribute(String) - Method in interface org.eclipse.stardust.engine.api.runtime.EventActionBinding
Removes an attribute.
removeAttribute(String) - Method in interface org.eclipse.stardust.engine.api.runtime.EventHandlerBinding
Removes an attribute.
removeBookmark(String) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageBookmarkable
 
removeDepartment(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Removes the department having the specified oid, all his children and all user grants associated with the department.
removeDepartment(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Removes the department having the specified oid, all his children and all user grants associated with the department.
removeDepartment(long) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Removes the department having the specified oid, all his children and all user grants associated with the department.
removeDeputy(UserInfo, UserInfo) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Removes an existing deputy user for a given user.
removeDeputy(UserInfo, UserInfo) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Removes an existing deputy user for a given user.
removeDeputy(UserInfo, UserInfo) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Removes an existing deputy user for a given user.
removedFromWorklist(IParticipant, IActivityInstance) - Method in interface org.eclipse.stardust.engine.core.spi.monitoring.IWorklistMonitor
Will be called at the end of transaction when previousPerformer of activity instance has changed and is not null.
removeDocument(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Removes document.
removeDocument(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Removes document.
removeDocument(List, String) - Static method in class org.eclipse.stardust.engine.api.runtime.DmsUtils
 
removeDocument(String) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Removes document.
removeDocument(String) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Removes document.
removeDocument(String) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryAuditTrailUtils
Deletes the entry from the AuditTrail if it exists.
removeDocumentVersion(String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Removes a version of a document.
removeDocumentVersion(String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Removes a version of a document.
removeDocumentVersion(String, String) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Removes a version of a document.
removeDocumentVersion(String, String) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Removes a version of a document.
removeFolder(String, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Removes folder.
removeFolder(String, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Removes folder.
removeFolder(String, boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Removes folder.
removeFolder(String, boolean) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Removes folder.
removeFolder(String) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryAuditTrailUtils
Deletes the entry from the AuditTrail if it exists.
removeGrant(String) - Method in interface org.eclipse.stardust.engine.api.runtime.User
Deprecated. Please use User.removeGrant(ModelParticipantInfo participant) instead
removeGrant(ModelParticipantInfo) - Method in interface org.eclipse.stardust.engine.api.runtime.User
Marks the grants for this participant to be removed from all model versions.
removeHighlight(String) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.HighlightCapable
 
removeImportDocumentMetaData(List<String>) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryAuditTrailUtils
 
removeNote(String) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.NoteCapable
 
removePageOrientation(int) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageOrientationAware
 
removePolicy(Class) - Method in class org.eclipse.stardust.engine.api.query.Query
Removes any set policy of the given kind.
removeStamp(String) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.StampAware
 
replaceRepositoryId(String, String) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryIdUtils
 
REPOSITORY_ID - Static variable in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryConfiguration
A choosable id for the IRepositoryInstance.
REPOSITORY_ID_PREFIX - Static variable in class org.eclipse.stardust.engine.core.spi.dms.RepositoryIdUtils
The prefix that is used to identify a repositoryId.
RepositoryAuditTrailUtils - Class in org.eclipse.stardust.engine.core.spi.dms
This utility allows to store, retrieve and delete Document and Folder beans as ClobDataBean in the AuditTrail using a json format.
RepositoryConstants - Class in org.eclipse.stardust.engine.core.spi.dms
Contains constants that are used by all repositories.
RepositoryConstants() - Constructor for class org.eclipse.stardust.engine.core.spi.dms.RepositoryConstants
 
repositoryIdEquals(String, String) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryIdUtils
Compares repositoryIds considering legacy id null which defaults to RepositoryManager.SYSTEM_REPOSITORY_ID.
RepositoryIdUtils - Class in org.eclipse.stardust.engine.core.spi.dms
Utility to handle the repositoryId prefix of Resource.getId() and Resource.getId().
RepositoryMigrationJobInfo - Interface in org.eclipse.stardust.engine.api.runtime
Holds information about a repository migration job.
RepositoryMigrationReport - Interface in org.eclipse.stardust.engine.api.runtime
Reports information about the last migration batch and the migration jobs in general.
RepositoryPolicy - Class in org.eclipse.stardust.engine.api.query
By adding this policy multiple repositories can be target of a query.
RepositoryPolicy() - Constructor for class org.eclipse.stardust.engine.api.query.RepositoryPolicy
 
RepositoryPolicy(List<String>) - Constructor for class org.eclipse.stardust.engine.api.query.RepositoryPolicy
 
RepositoryResourceUtils - Class in org.eclipse.stardust.engine.core.spi.dms
Factory that should be used to create Document and Folder instances.
requestDocumentContentDownload(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Initiates document content download via DmsContentServlet.
requestDocumentContentDownload(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Initiates document content download via DmsContentServlet.
requestDocumentContentDownload(String) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Initiates document content download via DmsContentServlet.
requestDocumentContentUpload(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Initiates document content upload via DmsContentServlet.
requestDocumentContentUpload(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Initiates document content upload via DmsContentServlet.
requestDocumentContentUpload(String) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Initiates document content upload via DmsContentServlet.
Requested - Static variable in class org.eclipse.stardust.engine.api.runtime.AcknowledgementState
Request was sent, no response received.
reset() - Method in interface org.eclipse.stardust.engine.core.spi.cluster.ClusterSafeObjectProvider
Resets the ClusterSafeObjectProvider to the uninitialized state such that a subsequent call other than ClusterSafeObjectProvider.reset() causes a reinitialization of this ClusterSafeObjectProvider.
resetPageSequence() - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageSequenceAware
Resets the page sequence to the natural order.
resetPassword(String, Map, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Resets the password of specified user by generated password according to configured password rules.
resetPassword(String, Map, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Resets the password of specified user by generated password according to configured password rules.
resetPassword(String, Map, String) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Resets the password of specified user by generated password according to configured password rules.
Resource - Interface in org.eclipse.stardust.engine.api.runtime
The Resource interface keeps information exising JCR resource (document or folder).
RESOURCE_METADATA_SCHEMA_ATT - Static variable in class org.eclipse.stardust.engine.extensions.dms.data.DmsConstants
 
ResourceBundle - Interface in org.eclipse.stardust.engine.api.runtime
This serializable object contains resources in form of a map and its related locale.
resourceIdEquals(String, String) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryIdUtils
Compares Resource Ids considering legacy Ids without repositoryId prefix.
The prefix pointing to the repositoryId RepositoryManager.SYSTEM_REPOSITORY_ID is optional.
ResourceInfo - Interface in org.eclipse.stardust.engine.api.runtime
The ResourceInfo interface keeps information common to both existing and not yet existing JCR resources (document or folder).
RespondedFailure - Static variable in class org.eclipse.stardust.engine.api.runtime.AcknowledgementState
Request was sent, daemon reported a problem.
RespondedOK - Static variable in class org.eclipse.stardust.engine.api.runtime.AcknowledgementState
Request was sent, positive response received.
REST_INVOCATION - Static variable in class org.eclipse.stardust.engine.api.query.ProcessDefinitionQuery
Predefined filter matching process definition interfaces defining the invocation type REST
retrieveDocument(String) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryAuditTrailUtils
Fetches the document from the AuditTrail.
retrieveDocumentContent(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Retrieves the content of the document identified by documentId.
retrieveDocumentContent(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Retrieves the content of the document identified by documentId.
retrieveDocumentContent(String) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Retrieves the content of the document identified by documentId.
retrieveDocumentContent(String) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Retrieves the content of the document identified by documentId.
retrieveDocumentContentStream(String, OutputStream) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Retrieves an OutputStream for the document.
retrieveFolder(String) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryAuditTrailUtils
Fetches the folder from the AuditTrail.
Role - Static variable in class org.eclipse.stardust.engine.api.model.ParticipantType
 
Role - Interface in org.eclipse.stardust.engine.api.model
A client view of a workflow role.
RoleInfo - Interface in org.eclipse.stardust.engine.api.model
A client view of a workflow role with base information only.
ROOT_FOLDER_PATH - Static variable in class org.eclipse.stardust.engine.core.spi.dms.RepositoryConstants
The path of the root folder.
ROOT_HIERARCHY - Static variable in class org.eclipse.stardust.engine.core.runtime.beans.AbortScope
 
ROOT_PROC_DEF_ID - Static variable in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Orders the resulting process instances by their root process definition id.
ROOT_PROC_DEF_NAME - Static variable in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Orders the resulting process instances by their root process definition name.
ROOT_PROCESS - Static variable in class org.eclipse.stardust.engine.api.query.ProcessInstanceHierarchyFilter
Filter to limit results to root process instances only.
ROOT_PROCESS_INSTANCE_OID - Static variable in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
 
RootHierarchy - Static variable in class org.eclipse.stardust.engine.core.runtime.beans.AbortScope
The process abort is performed starting from the root process instance.
Route - Static variable in class org.eclipse.stardust.engine.api.model.ImplementationType
An activity which is used for routing to other activities via the transitions.
RuntimeArtifact - Class in org.eclipse.stardust.engine.api.runtime
An artifact which can be deployed and is valid from a specified date at runtime.
RuntimeArtifact() - Constructor for class org.eclipse.stardust.engine.api.runtime.RuntimeArtifact
 
RuntimeArtifact(String, String, String, byte[], Date) - Constructor for class org.eclipse.stardust.engine.api.runtime.RuntimeArtifact
 
RuntimeArtifactInfo - Class in org.eclipse.stardust.engine.api.runtime
Abstract base type containing common fields for runtime artifacts.
RuntimeArtifactInfo() - Constructor for class org.eclipse.stardust.engine.api.runtime.RuntimeArtifactInfo
 
RuntimeArtifactInfo(String, String, String, Date) - Constructor for class org.eclipse.stardust.engine.api.runtime.RuntimeArtifactInfo
 
RuntimeEnvironmentInfo - Interface in org.eclipse.stardust.engine.api.runtime
The RuntimeEnvironmentInfo represents a snapshot about information for the runtime environment.
RuntimeObject - Interface in org.eclipse.stardust.engine.api.runtime
The RuntimeObject class is the base class for all snapshots of runtime objects.
RuntimePermissions - Interface in org.eclipse.stardust.engine.api.runtime
RuntimePermissions present permissions that are changeable at runtime.

S

saveConfigurationVariables(ConfigurationVariables, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Saves changes to configuration variables values.
saveConfigurationVariables(ConfigurationVariables, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Saves changes to configuration variables values.
saveConfigurationVariables(ConfigurationVariables, boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Saves changes to configuration variables values.
savePreferences(Preferences) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Saves the changed preferences to the preference store.
savePreferences(List) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Saves a complete list of preferences to the preference store.
savePreferences(Preferences) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Saves the changed preferences to the preference store.
savePreferences(List) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Saves a complete list of preferences to the preference store.
savePreferences(Preferences) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Saves the changed preferences to the preference store.
savePreferences(List<Preferences>) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Saves a complete list of preferences to the preference store.
ScanDirection - Enum in org.eclipse.stardust.engine.api.runtime
Specifies the direction to search potential target activities from an activity instance for relocation.
SCOPE - Static variable in class org.eclipse.stardust.engine.api.query.PreferenceQuery
Allows to define a filter on the preference scope.
Scope - Class in org.eclipse.stardust.engine.api.runtime
The Scope for a Permission.
Scope(Scope, String) - Constructor for class org.eclipse.stardust.engine.api.runtime.Scope
 
SCOPE_VFS_OPERATION - Static variable in class org.eclipse.stardust.engine.extensions.dms.data.DmsConstants
 
ScopedFilter - Interface in org.eclipse.stardust.engine.api.query
IMPORTANT: This interface is not intended to be implemented.
SDT_ATTRIBUTE_MUST_BE_DETACHED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SDT_BIGDATA_TYPE_IS_NOT_SUPPORTED_YET - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SDT_BOOLEAN_VALUE_MUST_BE_TRUE_OR_FALSE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SDT_CANNOT_CONVERT_VALUT_TO_NUMBER_TYPE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SDT_CANNOT_DETERMINE_BRIDGEOBJECT_FROM_ACCESSPOINT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SDT_COULD_NOT_ANALYSE_STRUCTURED_DATA_FOR_XPATH_OID - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SDT_COULD_NOT_CREATE_QUALIFIED_XPATH_FROM_XPATH - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SDT_COULD_NOT_FIND_XSD_IN_CLASSPATH - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SDT_COULD_NOT_PARSE_DATE_TIME_USING_STANDARD_XSD_FORMATS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SDT_ENUM_VALUE_IS_NOT_ALLOWED_FOR_ELEMENT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SDT_EXPRESSION_WAS_EXPECTED_TO_RETURN_0_OR_1_HITS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SDT_FAILED_GENERATING_XML - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SDT_FAILED_PARSING_XML_DOCUMENT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SDT_FAILED_READING_XML_INPUT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SDT_INPATH_CANNOT_BE_USED_TO_SET_DATA_VALUE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SDT_INVALID_CHILD_ELEMENT - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SDT_NO_DATA_FOUND_FOR_XPATH - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SDT_NO_SUCH_ATTRIBUTE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SDT_NO_SUCH_CHILD - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SDT_NODE_MUST_NOT_BE_DETACHED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SDT_NULL_VALUES_NOT_SUPPORTED_WITH_OPERATOR - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SDT_XPATH_CANNOT_BE_ASSIGNED_MULTIPLE_VALUES - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SDT_XPATH_CANNOT_BE_USED_FOR_IN_DATA_MAPPING_SINCE_IT_CAN_RETURN_SEVERAL_ITEMS_FROM_DIFFERENT_LEVELS - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SDT_XPATH_CANNOT_BE_USED_TO_SET_DATA_VALUE - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SDT_XPATH_CANNOT_BE_USED_TO_SET_DATA_VALUE_SINCE_IT_RETURNS_NODES_FROM_DIFFERENT_ORIGIN - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SDT_XPATH_IS_NOT_DEFINED - Static variable in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
SecureSessionFactory - Interface in org.eclipse.stardust.engine.api.ejb2
 
SECURITY - Static variable in class org.eclipse.stardust.engine.api.runtime.LogCode
The LogEntry was created in the security context.
send() - Method in interface org.eclipse.stardust.engine.core.spi.extensions.runtime.AsynchronousApplicationInstance
Callback to make an asynchronous call.
SEPARATE_DEPUTY - Static variable in class org.eclipse.stardust.engine.api.query.WorklistLayoutPolicy
Predefined policy indicating layout which adds separate userWorklist deputy relates AIs.
serialize(Map) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryAuditTrailUtils
 
ServiceCommand - Interface in org.eclipse.stardust.engine.core.runtime.command
Client side wrapper around a series of service invocations that have to be performed in a single server side transaction.
ServiceFactory - Interface in org.eclipse.stardust.engine.api.runtime
The ServiceFactory is the central point to retrieve CARNOT services.
ServiceFactoryLocator - Class in org.eclipse.stardust.engine.api.ejb2
Provides an abstraction to retrieve ServiceFactory instances in an EJB container environment.
ServiceFactoryLocator - Class in org.eclipse.stardust.engine.api.runtime
Provides an abstraction to retrieve ServiceFactory instances in plain Java or client container environments.
ServiceFactoryLocator - Class in org.eclipse.stardust.engine.api.web
Provides an abstraction to retrieve ServiceFactory instances in a Web container environment.
ServiceNotAvailableException - Exception in org.eclipse.stardust.engine.api.runtime
Thrown if the (remote) service could not be reached.
ServiceNotAvailableException(String, Throwable) - Constructor for exception org.eclipse.stardust.engine.api.runtime.ServiceNotAvailableException
 
ServiceNotAvailableException(String) - Constructor for exception org.eclipse.stardust.engine.api.runtime.ServiceNotAvailableException
 
setAccount(String) - Method in interface org.eclipse.stardust.engine.api.runtime.User
Sets the account name of the user.
setActivityInstanceAttributes(ActivityInstanceAttributes) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Sets attributes for an activity instance
setActivityInstanceAttributes(ActivityInstanceAttributes) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Sets attributes for an activity instance
setActivityInstanceAttributes(ActivityInstanceAttributes, IActivityInstance) - Static method in class org.eclipse.stardust.engine.api.runtime.QualityAssuranceUtils
 
setActivityInstanceAttributes(ActivityInstanceAttributes) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Sets attributes for an activity instance
setAllGrant(String) - Method in interface org.eclipse.stardust.engine.api.runtime.RuntimePermissions
Sets the all-grant to the specified Permission.
setAllowOverwriteWithoutInitialModel(boolean) - Method in class org.eclipse.stardust.engine.api.runtime.DeploymentOptions
Sets whether 'overwrite' operations without an initial model should be allowed.
setAllProperties(Map<String, Object>) - Method in interface org.eclipse.stardust.engine.api.runtime.User
Sets all the custom properties of the user.
setAssignFailedInstanceToLastPerformer(boolean) - Method in interface org.eclipse.stardust.engine.api.dto.QualityAssuranceResult
When set to true and the QualityAssuranceResult.ResultState is set to QualityAssuranceResult.ResultState.FAILED, the activity instance will be assigned to the performer of the activity instance which triggered the quality assurance instance
setAssignFailedInstanceToLastPerformer(boolean) - Method in class org.eclipse.stardust.engine.api.dto.QualityAssuranceResultImpl
When set to true and the QualityAssuranceResult.ResultState is set to QualityAssuranceResult.ResultState.FAILED, the activity instance will be assigned to the performer of the activity instance which triggered the quality assurance instance
setAttribute(String, Object) - Method in interface org.eclipse.stardust.engine.api.runtime.EventActionBinding
Sets the value of an attribute.
setAttribute(String, Object) - Method in interface org.eclipse.stardust.engine.api.runtime.EventHandlerBinding
Sets the value of an attribute.
setAttribute(String, Serializable) - Method in interface org.eclipse.stardust.engine.api.runtime.UserGroup
 
setAttribute(String, Object) - Method in class org.eclipse.stardust.engine.core.spi.extensions.runtime.Event
Sets an event specific attribute.
setAttributes(Map) - Method in class org.eclipse.stardust.engine.core.spi.extensions.runtime.Event
Sets event specific attributes.
setBookmarks(Set<PageBookmark>) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageBookmarkable
Replaces the stored bookmarks with the given set.
setColor(String) - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
 
setComment(String) - Method in class org.eclipse.stardust.engine.api.runtime.DeploymentOptions
Set the deployment comment.
setConfigurationVariables(List<ConfigurationVariable>) - Method in class org.eclipse.stardust.engine.core.preferences.configurationvariables.ConfigurationVariables
Sets a List of ConfigurationVariable.
setContent(byte[]) - Method in class org.eclipse.stardust.engine.api.runtime.RuntimeArtifact
 
setContentType(String) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentInfo
Sets the content type of the JCR document.
setContentType(String) - Method in class org.eclipse.stardust.engine.extensions.dms.data.DmsDocumentBean
 
setCreateDate(Date) - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
 
setCreatedByAuthor(String) - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
 
setCredentials(Map) - Method in class org.eclipse.stardust.engine.api.ejb2.EjbEnvServiceFactory
Retrieves username and password credentials, if available, for later use.
setCredentials(Map) - Method in interface org.eclipse.stardust.engine.api.runtime.ServiceFactory
 
setCredentials(Map) - Method in class org.eclipse.stardust.engine.core.runtime.beans.EmbeddedServiceFactory
 
setDefaultBookmark(String) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageBookmarkable
 
setDefaultRepository(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Allows to set a bound repository as default repository.
setDefaultRepository(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Allows to set a bound repository as default repository.
setDefaultRepository(String) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Allows to set a bound repository as default repository.
setDeniedGrants(String, Set<ModelParticipantInfo>) - Method in interface org.eclipse.stardust.engine.api.runtime.RuntimePermissions
Allows setting a set of ModelParticipantInfo corresponding to a denied grant to the specified Permission for certain Roles or Organizations.
setDescription(String) - Method in interface org.eclipse.stardust.engine.api.runtime.ResourceInfo
Sets the description of the JCR resource.
setDescription(String) - Method in interface org.eclipse.stardust.engine.api.runtime.User
Sets the description of the user.
setDescription(String) - Method in interface org.eclipse.stardust.engine.api.runtime.UserGroup
Sets the description of the user group.
setDifferentCharacters(int) - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
Sets the number of minimum different characters in the new password compared to previous passwords.
setDigits(int) - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
Sets the minimum number of Digits in new password.
setDisableUserTime(int) - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
Sets the days after the user will be disabled (after password expired).
setDocumentAnnotations(DocumentAnnotations) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentInfo
 
setDocumentAnnotations(DocumentAnnotations) - Method in class org.eclipse.stardust.engine.extensions.dms.data.DmsDocumentBean
 
setDocumentType(DocumentType) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentInfo
Sets the meta data structure of a document
setDocumentType(DocumentType) - Method in class org.eclipse.stardust.engine.extensions.dms.data.DmsDocumentBean
 
setDocumentTypeId(String) - Method in class org.eclipse.stardust.engine.extensions.dms.data.DocumentType
sets the unique qualified Id of particular document type within the repository
setEMail(String) - Method in interface org.eclipse.stardust.engine.api.runtime.User
Sets the email address of the user.
setEncoding(String) - Method in class org.eclipse.stardust.engine.extensions.dms.data.DmsDocumentBean
 
setEndPage(Integer) - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageBookmark
 
setExpirationTime(int) - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
Sets the days a new password will be valid.
setFirstName(String) - Method in interface org.eclipse.stardust.engine.api.runtime.User
Sets the first name of the user.
setFontSize(Integer) - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.Note
 
setForcePasswordChange(boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
Set force password change flag.
setFromDate(Date) - Method in class org.eclipse.stardust.engine.api.runtime.DeputyOptions
Sets the validity start date.
setGlobalPermissions(RuntimePermissions) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Saves the changed Permissions.
setGlobalPermissions(RuntimePermissions) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Saves the changed Permissions.
setGlobalPermissions(RuntimePermissions) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Saves the changed Permissions.
setGrants(String, Set<ModelParticipantInfo>) - Method in interface org.eclipse.stardust.engine.api.runtime.RuntimePermissions
Allows setting a set of ModelParticipantInfo.
setHandlerModelElementOID(long) - Method in class org.eclipse.stardust.engine.core.spi.extensions.runtime.Event
Sets the model element OID of the event handler this event is targeting.
setHandlerOID(long) - Method in class org.eclipse.stardust.engine.core.spi.extensions.runtime.Event
Sets the runtime OID of the event handler this event is targeting.
setHeight(Integer) - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
 
setHighlights(Set<Highlight>) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.HighlightCapable
Replaces the stored highlights with the given set.
setId(String) - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.Identifiable
 
setIgnoreWarnings(boolean) - Method in class org.eclipse.stardust.engine.api.runtime.DeploymentOptions
Sets that warnings should be ignored during deployment.
setInAccessPointValue(String, Object) - Method in interface org.eclipse.stardust.engine.core.spi.extensions.runtime.ApplicationInstance
Callback used by the CARNOT engine when the corresponding activity instance processes it's in data mappings.
setIntendedState(ActivityInstanceState) - Method in class org.eclipse.stardust.engine.core.spi.extensions.runtime.Event
Sets the intended target state of activity event sources, allowing event actions to trigger safe state changes.
setLastName(String) - Method in interface org.eclipse.stardust.engine.api.runtime.User
Sets the last name (family name) of the user.
setLetters(int) - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
Sets the minimum number of Letters in new password.
setMinimalPasswordLength(int) - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
Sets the minimum password length.
setMixedCase(int) - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
The password needs to include at least n lowercase (a-z) and n uppercase (A-Z) characters.
setModificationDate(Date) - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
 
setModifiedByAuthor(String) - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
 
setModuleId(String) - Method in class org.eclipse.stardust.engine.core.preferences.Preferences
The moduleId used as a first identifier for the preferences.
setName(String) - Method in interface org.eclipse.stardust.engine.api.runtime.ResourceInfo
Sets the name of the JCR resource.
setName(String) - Method in interface org.eclipse.stardust.engine.api.runtime.UserGroup
Sets the name of the user group.
setNotes(List<Note>) - Method in interface org.eclipse.stardust.engine.api.dto.ActivityInstanceAttributes
Sets notes to this instance
setNotes(List<Note>) - Method in class org.eclipse.stardust.engine.api.dto.ActivityInstanceAttributesImpl
Sets notes to this instance
setNotes(Set<Note>) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.NoteCapable
Replaces the stored notes with the given set.
setNotificationMails(int) - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
Enables when notification mail should be send out before password expires.
setOutDataPath(long, String, Object) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Sets an OUT data path on a process instance as specified in the corresponding process definition.
setOutDataPath(long, String, Object) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Sets an OUT data path on a process instance as specified in the corresponding process definition.
setOutDataPath(long, String, Object) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Sets an OUT data path on a process instance as specified in the corresponding process definition.
setOutDataPaths(long, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Sets multiple OUT data paths on a process instance as specified in the corresponding process definition.
setOutDataPaths(long, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Sets multiple OUT data paths on a process instance as specified in the corresponding process definition.
setOutDataPaths(long, Map<String, ?>) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Sets multiple OUT data paths on a process instance as specified in the corresponding process definition.
setOwner(String) - Method in interface org.eclipse.stardust.engine.api.runtime.ResourceInfo
Sets the owner of the JCR resource.
setPageNumber(int) - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
 
setPageNumber(int) - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageOrientation
 
setPageOrientations(Set<PageOrientation>) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageOrientationAware
Replaces the stored page orientations with the given set.
setPageRelativeRotation(int) - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
 
setPageSequence(List<Integer>) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageSequenceAware
Replaces the stored page sequence with the given one.
setParent(JFrame) - Static method in class org.eclipse.stardust.engine.core.compatibility.gui.security.LoginDialog
 
setParticipantContribution(PerformingParticipantFilter) - Method in class org.eclipse.stardust.engine.api.query.WorklistQuery
Configures the worklist(s) resulting from the given participant filter to be included in the result.
setParticipantContribution(PerformingParticipantFilter, SubsetPolicy) - Method in class org.eclipse.stardust.engine.api.query.WorklistQuery
Configures the worklist(s) resulting from the given participant filter to be included in the result, restricting the size of these worklist according to the given
setParticipants(Set<ModelParticipantInfo>) - Method in class org.eclipse.stardust.engine.api.runtime.DeputyOptions
Sets the participant grants.
setPartitionId(String) - Method in class org.eclipse.stardust.engine.core.preferences.Preferences
This value cannot be changed from client-side, it is only set on server-side.
setPassword(String) - Method in interface org.eclipse.stardust.engine.api.runtime.User
Sets the password of the user.
setPasswordRules(PasswordRules) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Set password rule.
setPasswordRules(PasswordRules) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Set password rule.
setPasswordRules(PasswordRules) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Set password rule.
setPasswordTracking(int) - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
Enables password tracking if value is > 0.
setPolicy(String, AccessControlPolicy) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Binds the policy to the resource denoted by resourceId (overwrites the old version of the policy) If the policy does not contain any IAccessControlEntry then this policy is removed from the resource.
setPolicy(String, AccessControlPolicy) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Binds the policy to the resource denoted by resourceId (overwrites the old version of the policy) If the policy does not contain any IAccessControlEntry then this policy is removed from the resource.
setPolicy(EvaluationPolicy) - Method in class org.eclipse.stardust.engine.api.query.Query
Sets the given policy.
setPolicy(String, AccessControlPolicy) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Binds the policy to the resource denoted by resourceId (overwrites the old version of the policy) If the policy does not contain any IAccessControlEntry then this policy is removed from the resource.
setPolicy(String, AccessControlPolicy) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Binds the policy to the resource denoted by resourceId (overwrites the old version of the policy)
setPreferenceCacheHint(PreferenceCacheHint) - Method in class org.eclipse.stardust.engine.core.preferences.Preferences
Internally used.
setPreferenceModules(String...) - Method in class org.eclipse.stardust.engine.api.query.UserDetailsPolicy
Instruct the engine to include preferences from the specified modules.
setPreferences(Map<String, Serializable>) - Method in class org.eclipse.stardust.engine.core.preferences.Preferences
Sets the map of preferences.
setPreferencesId(String) - Method in class org.eclipse.stardust.engine.core.preferences.Preferences
The preferencesId is used as second identifier for the preferences.
setPrimaryImplementation(long, String, String, LinkingOptions) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Specifies which implementation alternative ( identified by implementationModelId) will be considered the primary implementation of the process interface declared by a specific process definition (identified by interfaceModelOid and processId).
setPrimaryImplementation(long, String, String, LinkingOptions) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Specifies which implementation alternative ( identified by implementationModelId) will be considered the primary implementation of the process interface declared by a specific process definition (identified by interfaceModelOid and processId).
setPrimaryImplementation(long, String, String, LinkingOptions) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Specifies which implementation alternative (identified by implementationModelId) will be considered the primary implementation of the process interface declared by a specific process definition (identified by interfaceModelOid and processId).
setProcessInstanceAttributes(ProcessInstanceAttributes) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Sets specific attributes of a process instance.
setProcessInstanceAttributes(ProcessInstanceAttributes) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Sets specific attributes of a process instance.
setProcessInstanceAttributes(ProcessInstanceAttributes) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Sets specific attributes of a process instance.
setProcessInstancePriority(long, int) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Changes the process instance priority.
setProcessInstancePriority(long, int, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Changes the process instance priority.
setProcessInstancePriority(long, int) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Changes the process instance priority.
setProcessInstancePriority(long, int, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Changes the process instance priority.
setProcessInstancePriority(long, int) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Changes the process instance priority.
setProcessInstancePriority(long, int, boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Changes the process instance priority.
setProfile(ProfileScope, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Sets the profile for the specified scope.
setProfile(ProfileScope, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Sets the profile for the specified scope.
setProfile(ProfileScope, Map<String, ?>) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Sets the profile for the specified scope.
setProperties(Map) - Method in interface org.eclipse.stardust.engine.api.runtime.ResourceInfo
Sets all custom properties of the JCR resource.
setProperties(Map) - Method in interface org.eclipse.stardust.engine.api.runtime.ServiceFactory
 
setProperty(String, Serializable) - Method in interface org.eclipse.stardust.engine.api.runtime.ResourceInfo
Sets a single custom property of the JCR resource.
setProperty(String, Serializable) - Method in interface org.eclipse.stardust.engine.api.runtime.User
Sets a custom property.
setPunctuation(int) - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
Sets the minimum number of punctuation characters ('!"$%&#()=?+/*) in new password.
setQualityAssuranceCodes(Set<QualityAssuranceCode>) - Method in interface org.eclipse.stardust.engine.api.dto.QualityAssuranceResult
Sets the QualityAssuranceCode for this result
setQualityAssuranceCodes(Set<QualityAssuranceCode>) - Method in class org.eclipse.stardust.engine.api.dto.QualityAssuranceResultImpl
Sets the QualityAssuranceCode for this result
setQualityAssuranceParticipantProbability(Activity, DepartmentInfo, Integer) - Method in class org.eclipse.stardust.engine.api.dto.QualityAssuranceAdminServiceFacade
Set the probability for a specific participant / department combination.
setQualityAssuranceProbability(Integer) - Method in interface org.eclipse.stardust.engine.api.runtime.User
Set the probability for quality assurance.
setQualityAssuranceResult(QualityAssuranceResult) - Method in interface org.eclipse.stardust.engine.api.dto.ActivityInstanceAttributes
Sets the QualityAssuranceResult for a specific activity instance.
setQualityAssuranceResult(QualityAssuranceResult) - Method in class org.eclipse.stardust.engine.api.dto.ActivityInstanceAttributesImpl
Sets the QualityAssuranceResult for a specific activity instance.
setQualityAssuranceState(QualityAssuranceResult.ResultState) - Method in interface org.eclipse.stardust.engine.api.dto.QualityAssuranceResult
Set the QualityAssuranceResult.ResultState for this resul
setQualityAssuranceState(QualityAssuranceResult.ResultState) - Method in class org.eclipse.stardust.engine.api.dto.QualityAssuranceResultImpl
Set the QualityAssuranceResult.ResultState for this resul
setQualityAssuranceUserDefaultProbability(Integer) - Method in class org.eclipse.stardust.engine.api.dto.QualityAssuranceAdminServiceFacade
Set the probability set for all user This value will be taken when new user are created.
setRealmId(String) - Method in class org.eclipse.stardust.engine.core.preferences.Preferences
Sets the realmId.
setRevisionComment(String) - Method in class org.eclipse.stardust.engine.extensions.dms.data.DmsDocumentBean
 
setRevisionId(String) - Method in class org.eclipse.stardust.engine.extensions.dms.data.DmsDocumentBean
 
setRevisionName(String) - Method in class org.eclipse.stardust.engine.extensions.dms.data.DmsDocumentBean
 
setRotation(int) - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageOrientation
 
setSchemaLocation(String) - Method in class org.eclipse.stardust.engine.extensions.dms.data.DocumentType
Sets the identifier for exactly one XSD schema location in the repository
setScope(PreferenceScope) - Method in class org.eclipse.stardust.engine.core.preferences.Preferences
The scope the preferences are stored in.
setSize(long) - Method in class org.eclipse.stardust.engine.extensions.dms.data.DmsDocumentBean
 
setStampDocumentId(String) - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.Stamp
 
setStamps(Set<Stamp>) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.StampAware
Replaces the stored stamps with the given set.
setStartPage(Integer) - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageBookmark
 
setStrongPassword(boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
Set strong password flag.
setSynchronized(IUser) - Method in class org.eclipse.stardust.engine.core.spi.security.DynamicParticipantSynchronizationStrategy
Callback method to inform the SynchronizationStrategy that the user have been successfully synchronized.
setSynchronized(IUserGroup) - Method in class org.eclipse.stardust.engine.core.spi.security.DynamicParticipantSynchronizationStrategy
Callback method to inform the SynchronizationStrategy that the user group has been successfully synchronized.
setSynchronized(IDepartment) - Method in class org.eclipse.stardust.engine.core.spi.security.DynamicParticipantSynchronizationStrategy
Callback method to inform the SynchronizationStrategy that the department has been successfully synchronized.
setSynchronized(IUser) - Method in class org.eclipse.stardust.engine.core.spi.security.TimebasedSynchronizationStrategy
Callback method to inform the SynchronizationStrategy that the user have been successfuly synchronized.
This call will update the synchronization timestamp associated with this user.
setSynchronized(IUserGroup) - Method in class org.eclipse.stardust.engine.core.spi.security.TimebasedSynchronizationStrategy
Callback method to inform the SynchronizationStrategy that the user group has been successfully synchronized.
This call will update the synchronization timestamp associated with this user group.
setSynchronizedLogAware(IUser) - Method in class org.eclipse.stardust.engine.core.spi.security.DynamicParticipantSynchronizationStrategy
wrapper to catch and log possible exceptions.
setTemplateType(String) - Method in interface org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PrintDocumentAnnotations
 
setText(String) - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.Note
 
setTextStyle(Set<TextStyle>) - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.Note
 
setToDate(Date) - Method in class org.eclipse.stardust.engine.api.runtime.DeputyOptions
Sets the validity end date.
setUniquePassword(boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.PasswordRules
Set unique password flag.
setUserContribution(boolean) - Method in class org.eclipse.stardust.engine.api.query.WorklistQuery
Configures the user's private worklist to be either included or ommitted from the result.
setUserContribution(SubsetPolicy) - Method in class org.eclipse.stardust.engine.api.query.WorklistQuery
Configures the user's private worklist to be partially included in the result.
setUserId(String) - Method in class org.eclipse.stardust.engine.core.preferences.Preferences
Sets the userId.
setValidFrom(Date) - Method in class org.eclipse.stardust.engine.api.runtime.DeploymentOptions
Sets the validity start time.
setValidFrom(Date) - Method in interface org.eclipse.stardust.engine.api.runtime.User
Sets the validity start date of the account.
setValidFrom(Date) - Method in interface org.eclipse.stardust.engine.api.runtime.UserGroup
Sets the validity start date of the user group.
setValidTo(Date) - Method in interface org.eclipse.stardust.engine.api.runtime.User
Sets the validity end date of the account.
setValidTo(Date) - Method in interface org.eclipse.stardust.engine.api.runtime.UserGroup
Sets the validity end date of the user group.
setValue(String) - Method in class org.eclipse.stardust.engine.core.preferences.configurationvariables.ConfigurationVariable
Changes the value of the configuration-variable.
setVersionLabels(List<String>) - Method in class org.eclipse.stardust.engine.extensions.dms.data.DmsDocumentBean
 
setWidth(Integer) - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
 
setxCoordinate(Integer) - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
 
setyCoordinate(Integer) - Method in class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.PageAnnotation
 
shouldQualityAssuranceBePerformed(IActivityInstance) - Static method in class org.eclipse.stardust.engine.api.runtime.QualityAssuranceUtils
Performs an Algorithm to decide if an activity instance should go under quality assurance
show() - Static method in class org.eclipse.stardust.engine.cli.security.authentication.ConsolePrompt
Prompts for credentials and reads them from console (System.out).
showDialog(String) - Static method in class org.eclipse.stardust.engine.core.compatibility.gui.security.LoginDialog
 
showDialog(String, JFrame) - Static method in class org.eclipse.stardust.engine.core.compatibility.gui.security.LoginDialog
 
size() - Method in class org.eclipse.stardust.engine.api.query.AbstractQueryResult
 
size() - Method in class org.eclipse.stardust.engine.api.query.Worklist
Retrieves the number of items belonging directly to this worklist.
SOAP_INVOCATION - Static variable in class org.eclipse.stardust.engine.api.query.ProcessDefinitionQuery
Predefined filter matching process definition interfaces defining the invocation type SOAP
SpawnOptions - Class in org.eclipse.stardust.engine.api.runtime
Container class for options that controls how the spawning operation has to be performed.
SpawnOptions(String) - Constructor for class org.eclipse.stardust.engine.api.runtime.SpawnOptions
Creates a default spawn options which aborts the source process instance and starts the spawned process with the default start activity and copies all data from the source process instance to the spawned process instance.
SpawnOptions(String, boolean, String, DataCopyOptions) - Constructor for class org.eclipse.stardust.engine.api.runtime.SpawnOptions
Deprecated. use SpawnOptions.SpawnOptions(String, SpawnMode, String, DataCopyOptions)
SpawnOptions(String, SpawnOptions.SpawnMode, String, DataCopyOptions) - Constructor for class org.eclipse.stardust.engine.api.runtime.SpawnOptions
Creates a new SpawnOptions that allows to specify the starting activity and detailed data copy options.
SpawnOptions.SpawnMode - Enum in org.eclipse.stardust.engine.api.runtime
Specifies what action to take with the originating process instance.
spawnPeerProcessInstance(long, String, boolean, Map, boolean, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Deprecated. use spawnPeerProcessInstance(long, String, SpawnOptions)
spawnPeerProcessInstance(long, String, SpawnOptions) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Spawns a new root process and creates a link of type PredefinedProcessInstanceLinkTypes.SWITCH to the specified process instance.
Optionally existing data from the specified process instance can be copied to the newly spawned process.
spawnPeerProcessInstance(long, String, boolean, Map, boolean, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Deprecated. use spawnPeerProcessInstance(long, String, SpawnOptions)
spawnPeerProcessInstance(long, String, SpawnOptions) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Spawns a new root process and creates a link of type PredefinedProcessInstanceLinkTypes.SWITCH to the specified process instance.
Optionally existing data from the specified process instance can be copied to the newly spawned process.
spawnPeerProcessInstance(long, String, boolean, Map<String, ? extends Serializable>, boolean, String) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Deprecated. use spawnPeerProcessInstance(long, String, SpawnOptions)
spawnPeerProcessInstance(long, String, SpawnOptions) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Spawns a new root process and creates a link of type PredefinedProcessInstanceLinkTypes.SWITCH to the specified process instance.
Optionally existing data from the specified process instance can be copied to the newly spawned process.
spawnSubprocessInstance(long, String, boolean, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Spawns a process as subprocess of the specified process instance.
spawnSubprocessInstance(long, String, boolean, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Spawns a process as subprocess of the specified process instance.
spawnSubprocessInstance(long, String, boolean, Map<String, ?>) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Spawns a process as subprocess of the specified process instance.
spawnSubprocessInstances(long, List) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Spawns multiple processes as subprocesses of the specified process instance.
spawnSubprocessInstances(long, List) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Spawns multiple processes as subprocesses of the specified process instance.
spawnSubprocessInstances(long, List<SubprocessSpawnInfo>) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Spawns multiple processes as subprocesses of the specified process instance.
STAMP - Static variable in class org.eclipse.stardust.engine.api.query.LogEntryQuery
 
Stamp - Class in org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument
 
Stamp() - Constructor for class org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument.Stamp
 
StampAware - Interface in org.eclipse.stardust.engine.extensions.dms.data.annotations.printdocument
 
START_TIME - Static variable in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
The Long representation of the start time of the activity instance.
START_TIME - Static variable in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
 
START_TIME - Static variable in class org.eclipse.stardust.engine.api.query.WorklistQuery
The timestamp when the activity instance was created.
startDaemon(String, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Starts the specified daemon.
startDaemon(String, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Starts the specified daemon.
startDaemon(String, boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Starts the specified daemon.
STARTING_ACTIVITY_INSTANCE_OID - Static variable in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
 
STARTING_DOMAIN_OID - Static variable in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Deprecated. This attribute existed in AuditTrail.
STARTING_USER_OID - Static variable in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
 
StartingUserFilter - Class in org.eclipse.stardust.engine.api.query
Filter for finding processes started by a specific user.
StartingUserFilter(long) - Constructor for class org.eclipse.stardust.engine.api.query.StartingUserFilter
 
startProcess(long, String, Map, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Starts a process from a specified model.The startProcess method is executed asynchronously if the synchronously parameter is set to false.However, even if the synchronously parameter is true, the execution of activities is performed in the calling thread only up to the first transition marked with "Fork on Traversal", from that point on execution is asynchronous.
startProcess(String, Map, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Starts the process specified by the given ID using the provided data and returns the OID of the newly created process instance.
startProcess(String, StartOptions) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
 
startProcess(long, String, Map, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Starts a process from a specified model.The startProcess method is executed asynchronously if the synchronously parameter is set to false.However, even if the synchronously parameter is true, the execution of activities is performed in the calling thread only up to the first transition marked with "Fork on Traversal", from that point on execution is asynchronous.
startProcess(String, Map, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Starts the process specified by the given ID using the provided data and returns the OID of the newly created process instance.
startProcess(String, StartOptions) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
 
startProcess(long, String, Map<String, ?>, boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Starts a process from a specified model.The startProcess method is executed asynchronously if the synchronously parameter is set to false.However, even if the synchronously parameter is true, the execution of activities is performed in the calling thread only up to the first transition marked with "Fork on Traversal", from that point on execution is asynchronous.
startProcess(String, Map<String, ?>, boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Starts the process specified by the given ID using the provided data and returns the OID of the newly created process instance.
startProcess(String, StartOptions) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
 
startSession(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalUserService
Tracks the starting of a new user session.
startSession(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
Tracks the starting of a new user session.
startSession(String) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
Tracks the starting of a new user session.
STATE - Static variable in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
The state of the activity instance.
STATE - Static variable in class org.eclipse.stardust.engine.api.query.DeployedModelQuery
Filters the models based on the state attribute.
STATE - Static variable in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
 
STATE_CHANGE - Static variable in class org.eclipse.stardust.engine.api.runtime.HistoricalEventType
The HistoricalEvent describes a state change event.
StateChange - Static variable in class org.eclipse.stardust.engine.api.runtime.HistoricalEventType
 
StatisticsDateRangePolicy - Class in org.eclipse.stardust.engine.core.query.statistics.api
Allows to specify a list of date ranges to select multiple intervals for query evaluation.
StatisticsDateRangePolicy() - Constructor for class org.eclipse.stardust.engine.core.query.statistics.api.StatisticsDateRangePolicy
Defaults to DateRange.TODAY
StatisticsDateRangePolicy(List<DateRange>) - Constructor for class org.eclipse.stardust.engine.core.query.statistics.api.StatisticsDateRangePolicy
 
stopDaemon(String, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Stops the specified daemon.
stopDaemon(String, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Stops the specified daemon.
stopDaemon(String, boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Stops the specified daemon.
storeDocument(Document) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryAuditTrailUtils
Stores a document in the AuditTrail by Resource.getId() and Document.getRevisionId() if a revesionId exists and is not RepositoryConstants.VERSION_UNVERSIONED.
storeFolder(Folder) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryAuditTrailUtils
Stores a folder in the AuditTrail by Resource.getId()
storeImportDocument(Document) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryAuditTrailUtils
 
stripRepositoryId(String) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryIdUtils
 
stripRepositoryId(List<String>) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryIdUtils
 
stripRepositoryId(T) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryIdUtils
 
SUB_HIERARCHY - Static variable in class org.eclipse.stardust.engine.core.runtime.beans.AbortScope
 
SUB_PROCESS - Static variable in class org.eclipse.stardust.engine.api.query.ProcessInstanceHierarchyFilter
Filter to limit results to sub process instances only.
SubFolderPolicy - Class in org.eclipse.stardust.engine.api.query
Allows to limit a DocumentQuery to a specified subfolder.
SubFolderPolicy(String) - Constructor for class org.eclipse.stardust.engine.api.query.SubFolderPolicy
Limits the search to the specified subfolder and its subfolders.
SubFolderPolicy(String, boolean) - Constructor for class org.eclipse.stardust.engine.api.query.SubFolderPolicy
Limits the search to the specified subfolder and optionally its subfolders.
SubHierarchy - Static variable in class org.eclipse.stardust.engine.core.runtime.beans.AbortScope
The process abort is performed starting from the sub process.
SUBJECT - Static variable in class org.eclipse.stardust.engine.api.query.LogEntryQuery
 
SubProcess - Static variable in class org.eclipse.stardust.engine.api.model.ImplementationType
An activity which contains a sub process.
SubProcessModeKey - Class in org.eclipse.stardust.engine.api.model
Enumeration of possible subprocess execution modes.
SubprocessSpawnInfo - Class in org.eclipse.stardust.engine.api.runtime
Contains information needed to spawn a process instance.
SubprocessSpawnInfo(String, boolean, Map<String, ?>) - Constructor for class org.eclipse.stardust.engine.api.runtime.SubprocessSpawnInfo
 
SubsetPolicy - Class in org.eclipse.stardust.engine.api.query
Evaluation Policy for specifying retrieval of only a subset of found data.
SubsetPolicy(int) - Constructor for class org.eclipse.stardust.engine.api.query.SubsetPolicy
Same as SubsetPolicy.SubsetPolicy(int, boolean) with evaluateTotalCount set to false.
SubsetPolicy(int, boolean) - Constructor for class org.eclipse.stardust.engine.api.query.SubsetPolicy
Same as SubsetPolicy.SubsetPolicy(int, int, boolean) with skippedEntries set to 0.
SubsetPolicy(int, int) - Constructor for class org.eclipse.stardust.engine.api.query.SubsetPolicy
Same as SubsetPolicy.SubsetPolicy(int, int, boolean) with evaluateTotalCount set to false.
SubsetPolicy(int, int, boolean) - Constructor for class org.eclipse.stardust.engine.api.query.SubsetPolicy
Initializes a new subset policy with the explicit values given.
success() - Method in interface org.eclipse.stardust.engine.api.runtime.ReconfigurationInfo
Checks if the reconfiguration operation was performed.
suspend(long, ContextData) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Suspends the specified activity instance.
suspend(long, ContextData) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Suspends the specified activity instance.
suspend(long, ContextData) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Suspends the specified activity instance.
SUSPENDED - Static variable in class org.eclipse.stardust.engine.api.runtime.ActivityInstanceState
The (interactive) activity instance has been suspended to the worklist of a user, a role or an organization.
Suspended - Static variable in class org.eclipse.stardust.engine.api.runtime.ActivityInstanceState
 
suspendToDefaultPerformer(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Suspends the specified activity instance.
suspendToDefaultPerformer(long, String, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Suspends the specified activity instance.
suspendToDefaultPerformer(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Suspends the specified activity instance.
suspendToDefaultPerformer(long, String, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Suspends the specified activity instance.
suspendToDefaultPerformer(long) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Suspends the specified activity instance.
suspendToDefaultPerformer(long, String, Map<String, ?>) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Suspends the specified activity instance.
suspendToParticipant(long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Suspends the specified activity instance.
suspendToParticipant(long, String, String, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Suspends the specified activity instance.
suspendToParticipant(long, ParticipantInfo, ContextData) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Suspends the activity instance and, if the participant is not null, delegates it to the specified participant.
suspendToParticipant(long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Suspends the specified activity instance.
suspendToParticipant(long, String, String, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Suspends the specified activity instance.
suspendToParticipant(long, ParticipantInfo, ContextData) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Suspends the activity instance and, if the participant is not null, delegates it to the specified participant.
suspendToParticipant(long, String) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Suspends the specified activity instance.
suspendToParticipant(long, String, String, Map<String, ?>) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Suspends the specified activity instance.
suspendToParticipant(long, ParticipantInfo, ContextData) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Suspends the activity instance and, if the participant is not null, delegates it to the specified participant.
suspendToUser(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Suspends the specified activity instance.
suspendToUser(long, String, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Suspends the specified activity instance.
suspendToUser(long, long) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Suspends the specified activity instance.
suspendToUser(long, long, String, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Suspends the specified activity instance.
suspendToUser(long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Suspends the specified activity instance.
suspendToUser(long, String, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Suspends the specified activity instance.
suspendToUser(long, long) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Suspends the specified activity instance.
suspendToUser(long, long, String, Map) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Suspends the specified activity instance.
suspendToUser(long) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Suspends the specified activity instance.
suspendToUser(long, String, Map<String, ?>) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Suspends the specified activity instance.
suspendToUser(long, long) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Suspends the specified activity instance.
suspendToUser(long, long, String, Map<String, ?>) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Suspends the specified activity instance.
SYNC_SEPARATE - Static variable in class org.eclipse.stardust.engine.api.model.SubProcessModeKey
Subprocesses will be executed synchronously, means the calling activity will wait for subprocess completion.
SYNC_SHARED - Static variable in class org.eclipse.stardust.engine.api.model.SubProcessModeKey
Subprocesses will be executed synchronously, means the calling activity will wait for subprocess completion.
SynchronousApplicationInstance - Interface in org.eclipse.stardust.engine.core.spi.extensions.runtime
Describes the contract to implement the runtime behaviour of a synchronous application type.
SYSTEM_DAEMON - Static variable in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
The predefined notification daemon type.

T

TERMINATION_TIME - Static variable in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
 
TernaryOperatorFilter - Interface in org.eclipse.stardust.engine.api.query
Ternary filter operator to be applied directly to attributes of items queried for.
testifyFailure(LoginFailedException) - Static method in class org.eclipse.stardust.engine.core.spi.security.ExternalLoginResult
Testifies a failed authentification.
testifyFailure(String, LoginFailedException) - Static method in class org.eclipse.stardust.engine.core.spi.security.ExternalLoginResult
Testifies a failed authentification.
testifyFailure(LoginFailedException) - Static method in class org.eclipse.stardust.engine.core.spi.security.LoginResult
Testifies a failed authentification.
testifySuccess() - Static method in class org.eclipse.stardust.engine.core.spi.security.ExternalLoginResult
Testifies a successful authentication.
testifySuccess(String) - Static method in class org.eclipse.stardust.engine.core.spi.security.ExternalLoginResult
Testifies a successful authentication.
testifySuccess(Map) - Static method in class org.eclipse.stardust.engine.core.spi.security.ExternalLoginResult
Testifies a successful authentication.
testifySuccess(String, Map) - Static method in class org.eclipse.stardust.engine.core.spi.security.ExternalLoginResult
Testifies a successful authentication.
testifySuccess() - Static method in class org.eclipse.stardust.engine.core.spi.security.LoginResult
Testifies a successful authentication.
TimebasedSynchronizationStrategy - Class in org.eclipse.stardust.engine.core.spi.security
Concrete implementation of the DynamicParticipantSynchronizationStrategy based on the time lapsed since the last synchronization.
TimebasedSynchronizationStrategy() - Constructor for class org.eclipse.stardust.engine.core.spi.security.TimebasedSynchronizationStrategy
 
TimeoutPolicy - Class in org.eclipse.stardust.engine.api.query
Supports specification of a runtime constraint on query execution.
TimeoutPolicy(int) - Constructor for class org.eclipse.stardust.engine.api.query.TimeoutPolicy
Initializes a new timeout policy.
TO_PERFORMER_IDX - Static variable in interface org.eclipse.stardust.engine.api.runtime.HistoricalEventDescriptionDelegation
Valid index value for HistoricalEventDescription.getItem(int).
TO_PERFORMER_IDX - Static variable in interface org.eclipse.stardust.engine.api.runtime.HistoricalEventDescriptionStateChange
Valid index value for HistoricalEventDescription.getItem(int).
TO_STATE_IDX - Static variable in interface org.eclipse.stardust.engine.api.runtime.HistoricalEventDescriptionStateChange
Valid index value for HistoricalEventDescription.getItem(int).
toString() - Method in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetails
A human readable representation of basic aspects of this activity instance.
toString() - Method in class org.eclipse.stardust.engine.api.model.Inconsistency
 
toString() - Method in class org.eclipse.stardust.engine.api.query.DataOrder
 
toString() - Method in class org.eclipse.stardust.engine.api.query.FilterTerm
 
toString() - Method in class org.eclipse.stardust.engine.api.query.ProcessDefinitionFilter
 
toString() - Method in class org.eclipse.stardust.engine.api.query.ProcessInstanceFilter
 
toString() - Method in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
 
toString() - Method in class org.eclipse.stardust.engine.api.query.ProcessStateFilter
 
toString() - Method in class org.eclipse.stardust.engine.api.query.Query
 
toString() - Method in class org.eclipse.stardust.engine.api.runtime.BpmRuntimeError
 
toString() - Method in class org.eclipse.stardust.engine.api.runtime.Permission
Returns a string representation of the object.
toString() - Method in class org.eclipse.stardust.engine.api.runtime.TransitionStep
 
toString() - Method in class org.eclipse.stardust.engine.api.runtime.TransitionTarget
 
toString() - Method in class org.eclipse.stardust.engine.core.preferences.configurationvariables.ConfigurationVariable
 
toString() - Method in class org.eclipse.stardust.engine.core.spi.extensions.runtime.Event
Produces a human readable representation of this event.
toString() - Method in class org.eclipse.stardust.engine.core.spi.security.ExternalUserConfiguration.GrantInfo
 
toString() - Method in class org.eclipse.stardust.engine.extensions.dms.data.DmsDocumentBean
 
trace - Static variable in class org.eclipse.stardust.engine.core.spi.security.DynamicParticipantSynchronizationProvider
 
trace - Static variable in class org.eclipse.stardust.engine.core.spi.security.DynamicParticipantSynchronizationStrategy
 
Transition - Interface in org.eclipse.stardust.engine.api.model
The client view of a workflow transition.
Transition.ConditionType - Enum in org.eclipse.stardust.engine.api.model
Enumeration of possible condition types.
TransitionInfo - Class in org.eclipse.stardust.engine.api.runtime
Base class containing common information of transition steps and targets.
TransitionOptions - Class in org.eclipse.stardust.engine.api.runtime
Specifies options for searching possible targets for relocation transitions.
TransitionOptions(boolean, boolean, boolean) - Constructor for class org.eclipse.stardust.engine.api.runtime.TransitionOptions
Constructs a new instance of transition options.
TransitionOptions(boolean, boolean, boolean, String, String) - Constructor for class org.eclipse.stardust.engine.api.runtime.TransitionOptions
Constructs a new instance of transition options.
TransitionReport - Interface in org.eclipse.stardust.engine.api.runtime
Class holding the results of an ad hoc transition.
TransitionStep - Class in org.eclipse.stardust.engine.api.runtime
Descriptor of a transition step.
TransitionTarget - Class in org.eclipse.stardust.engine.api.runtime
Descriptor of a transition target.
Trigger - Interface in org.eclipse.stardust.engine.api.model
A client side view of a process trigger.
TRIGGER_TYPE - Static variable in class org.eclipse.stardust.engine.api.query.ProcessDefinitionQuery
 
tunneledContext - Variable in class org.eclipse.stardust.engine.api.ejb2.TunnelingAwareSecureSessionFactory.SecureSession
 
TunnelingAwareSecureSessionFactory - Interface in org.eclipse.stardust.engine.api.ejb2
 
TunnelingAwareSecureSessionFactory.SecureSession - Class in org.eclipse.stardust.engine.api.ejb2
 
TunnelingAwareSecureSessionFactory.SecureSession(Object, TunneledContext) - Constructor for class org.eclipse.stardust.engine.api.ejb2.TunnelingAwareSecureSessionFactory.SecureSession
 
TunnelingSessionFactory - Class in org.eclipse.stardust.engine.api.ejb2
 
TunnelingSessionFactory() - Constructor for class org.eclipse.stardust.engine.api.ejb2.TunnelingSessionFactory
 
TYPE - Static variable in class org.eclipse.stardust.engine.api.query.LogEntryQuery
 
TYPE_ID - Static variable in class org.eclipse.stardust.engine.core.spi.artifact.impl.BenchmarkDefinitionArtifactType
 
TypeDeclaration - Interface in org.eclipse.stardust.engine.api.model
A client side view of a type declaration.

U

UnaryOperatorFilter - Interface in org.eclipse.stardust.engine.api.query
Unary filter operator to be applied directly to attributes of items queried for.
unbindActivityEventHandler(long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Unbinds an event handler from the specified activity instance.
unbindActivityEventHandler(long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Unbinds an event handler from the specified activity instance.
unbindActivityEventHandler(long, String) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Unbinds an event handler from the specified activity instance.
unbindProcessEventHandler(long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Unbinds an event handler from the specified process instance.
unbindProcessEventHandler(long, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Unbinds an event handler from the specified process instance.
unbindProcessEventHandler(long, String) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Unbinds an event handler from the specified process instance.
unbindRepository(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Unbinds a previously bound repository.
unbindRepository(String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Unbinds a previously bound repository.
unbindRepository(String) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Unbinds a previously bound repository.
UNKNOWN - Static variable in class org.eclipse.stardust.engine.api.runtime.LogCode
Unknown context.
UNKNOWN - Static variable in class org.eclipse.stardust.engine.api.runtime.LogType
The LogEntry contains unknown information.
UNKNOWN - Static variable in class org.eclipse.stardust.engine.api.runtime.PermissionState
The permission state is unknown.
Unknown - Static variable in class org.eclipse.stardust.engine.api.runtime.PermissionState
The permission state is unknown.
UNKNOWN_OID - Static variable in interface org.eclipse.stardust.engine.api.runtime.ProcessInstance
This will be returned if the OID is not known.
Unknwon - Static variable in class org.eclipse.stardust.engine.api.runtime.LogType
 
UNMODIFIED_HANDLE - Static variable in interface org.eclipse.stardust.engine.core.spi.extensions.runtime.AccessPathEvaluator
Pseudo value indicating an unmodified access point handle.
UnrecoverableExecutionException - Exception in org.eclipse.stardust.engine.core.spi.extensions.runtime
Indicates abrupt termination of event action execution due to severe errors.
UnrecoverableExecutionException(String) - Constructor for exception org.eclipse.stardust.engine.core.spi.extensions.runtime.UnrecoverableExecutionException
 
UnrecoverableExecutionException(String, Throwable) - Constructor for exception org.eclipse.stardust.engine.core.spi.extensions.runtime.UnrecoverableExecutionException
 
UNRESTRICTED - Static variable in class org.eclipse.stardust.engine.api.query.SubsetPolicy
Predefined policy indicating an unrestricted subset.
UnsupportedFilterException - Exception in org.eclipse.stardust.engine.api.query
Will be thrown if filter criteria are not supported in the envisioned context.
UnsupportedFilterException(String) - Constructor for exception org.eclipse.stardust.engine.api.query.UnsupportedFilterException
Deprecated.  
UnsupportedFilterException(ErrorCase) - Constructor for exception org.eclipse.stardust.engine.api.query.UnsupportedFilterException
Creates the exception with the provided message.
UnsupportedFilterException(String, FilterCriterion) - Constructor for exception org.eclipse.stardust.engine.api.query.UnsupportedFilterException
Deprecated.  
UnsupportedFilterException(ErrorCase, FilterCriterion) - Constructor for exception org.eclipse.stardust.engine.api.query.UnsupportedFilterException
Creates the exception with the provided message and invalid filter criterion.
updateBusinessObjectInstance(String, Object) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Updates the value of a business object instance.
updateBusinessObjectInstance(String, Object) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Updates the value of a business object instance.
updateBusinessObjectInstance(String, Object) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Updates the value of a business object instance.
updateDocument(Document, boolean, String, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Deprecated. since 7.0 use updateDocument(Document, boolean, String, String, boolean)
updateDocument(Document, boolean, String, String, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Updates document (except document content).
updateDocument(Document, byte[], String, boolean, String, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Deprecated. since 7.0 use updateDocument(Document, byte[], String, boolean, String, String, boolean)
updateDocument(Document, byte[], String, boolean, String, String, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Updates document.
updateDocument(Document, boolean, String, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Deprecated. since 7.0 use updateDocument(Document, boolean, String, String, boolean)
updateDocument(Document, boolean, String, String, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Updates document (except document content).
updateDocument(Document, byte[], String, boolean, String, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Deprecated. since 7.0 use updateDocument(Document, byte[], String, boolean, String, String, boolean)
updateDocument(Document, byte[], String, boolean, String, String, boolean) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Updates document.
updateDocument(Document, boolean, String, boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Deprecated. since 7.0 use updateDocument(Document, boolean, String, String, boolean)
updateDocument(Document, boolean, String, String, boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Updates document (except document content).
updateDocument(Document, byte[], String, boolean, String, boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Deprecated. since 7.0 use updateDocument(Document, byte[], String, boolean, String, String, boolean)
updateDocument(Document, byte[], String, boolean, String, String, boolean) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Updates document.
updateDocument(Document, boolean, String, String, boolean) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Updates document (except document content).
updateDocument(Document, byte[], String, boolean, String, String, boolean) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Updates document.
updateFolder(Folder) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Updates folder.
updateFolder(Folder) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Updates folder.
updateFolder(Folder) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Updates folder.
updateFolder(Folder) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Updates folder.
uploadDocumentContentStream(String, InputStream, String, String) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Allows to set a InputStream for content upload.
useHeuristics() - Method in class org.eclipse.stardust.engine.api.runtime.DataCopyOptions
Checks if heuristics should be applied to determine which data should be copied.
User - Static variable in class org.eclipse.stardust.engine.api.model.ParticipantType
 
User - Interface in org.eclipse.stardust.engine.api.runtime
The User represents a snapshot of the user state.
USER_ACCOUNT - Static variable in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Orders the resulting activity instances by their current user performer account.
USER_ACCOUNT - Static variable in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Orders the resulting process instances by their starting user account.
USER_FIRST_NAME - Static variable in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Orders the resulting activity instances by their current user performer first name.
USER_FIRST_NAME - Static variable in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Orders the resulting process instances by their starting user first name.
USER_ID - Static variable in class org.eclipse.stardust.engine.api.query.PreferenceQuery
Allows to define a filter on the user user id.
USER_LAST_NAME - Static variable in class org.eclipse.stardust.engine.api.query.ActivityInstanceQuery
Orders the resulting activity instances by their current user performer last name.
USER_LAST_NAME - Static variable in class org.eclipse.stardust.engine.api.query.ProcessInstanceQuery
Orders the resulting process instances by their starting user last name.
USER_ROLES_AND_ORGANIZATIONS - Static variable in class org.eclipse.stardust.engine.api.query.PerformingParticipantFilter
Deprecated. Replaced by PerformingParticipantFilter.ANY_FOR_USER.
userCreated(IUser) - Method in interface org.eclipse.stardust.engine.core.spi.monitoring.IPartitionMonitor
Client can analyze and monitor argument and method call.
UserDetailsLevel - Class in org.eclipse.stardust.engine.api.dto
 
UserDetailsPolicy - Class in org.eclipse.stardust.engine.api.query
Policy for specifying the level of detail for user details.
UserDetailsPolicy(UserDetailsLevel) - Constructor for class org.eclipse.stardust.engine.api.query.UserDetailsPolicy
 
userDisabled(IUser) - Method in interface org.eclipse.stardust.engine.core.spi.monitoring.IPartitionMonitor
Client can analyze and monitor argument and method call.
userEnabled(IUser) - Method in interface org.eclipse.stardust.engine.core.spi.monitoring.IPartitionMonitor
Client can analyze and monitor argument and method call.
UserExistsException - Exception in org.eclipse.stardust.engine.api.runtime
Thrown if another user with the specified account already exists.
UserExistsException(String, String) - Constructor for exception org.eclipse.stardust.engine.api.runtime.UserExistsException
 
UserGroup - Static variable in class org.eclipse.stardust.engine.api.model.ParticipantType
 
UserGroup - Interface in org.eclipse.stardust.engine.api.runtime
A client side view of an user group participant defined at runtime.
UserGroupExistsException - Exception in org.eclipse.stardust.engine.api.runtime
Thrown if another user group with the specified id already exists.
UserGroupExistsException(String) - Constructor for exception org.eclipse.stardust.engine.api.runtime.UserGroupExistsException
 
UserGroupInfo - Interface in org.eclipse.stardust.engine.api.runtime
A client side view of an user group participant defined at runtime with base information only.
UserGroupQuery - Class in org.eclipse.stardust.engine.api.query
Query for fetching workflow user groups matching specific criteria.
UserGroupQuery() - Constructor for class org.eclipse.stardust.engine.api.query.UserGroupQuery
Initializes the query to find all users.
UserGroupQuery.Attribute - Class in org.eclipse.stardust.engine.api.query
Deprecated. Use FilterableAttribute instead.
UserGroups - Class in org.eclipse.stardust.engine.api.query
Result of a UserGroupQuery execution.
UserInfo - Interface in org.eclipse.stardust.engine.api.runtime
The UserInfo represents a snapshot of the user's base information.
UserQuery - Class in org.eclipse.stardust.engine.api.query
Query for fetching workflow users matching specific criteria.
UserQuery() - Constructor for class org.eclipse.stardust.engine.api.query.UserQuery
Initializes the query to find all users.
UserQuery.Attribute - Class in org.eclipse.stardust.engine.api.query
User attribute supporting filter operations.
UserRealm - Interface in org.eclipse.stardust.engine.api.runtime
Provides a client view on user realms.
userRealmCreated(IUserRealm) - Method in interface org.eclipse.stardust.engine.core.spi.monitoring.IPartitionMonitor
Client can analyze and monitor argument and method call.
userRealmDropped(IUserRealm) - Method in interface org.eclipse.stardust.engine.core.spi.monitoring.IPartitionMonitor
Client can analyze and monitor argument and method call.
UserRealmExistsException - Exception in org.eclipse.stardust.engine.api.runtime
Thrown if another user realm with the specified id already exists.
UserRealmExistsException(String) - Constructor for exception org.eclipse.stardust.engine.api.runtime.UserRealmExistsException
 
Users - Class in org.eclipse.stardust.engine.api.query
Result of an UserQuery execution.
UserScope - Static variable in class org.eclipse.stardust.engine.api.model.ProfileScope
User scope.
UserService - Interface in org.eclipse.stardust.engine.api.runtime
The UserService provides functionality for operating on CARNOT users.
UserStateFilter - Class in org.eclipse.stardust.engine.api.query
Filter that reduces the query result to users with the given status.
UserWorklist - Class in org.eclipse.stardust.engine.api.query
Specialization of a Worklist being owned by a User.

V

VALID_FROM - Static variable in class org.eclipse.stardust.engine.api.query.DeployedRuntimeArtifactQuery
 
VALID_FROM - Static variable in class org.eclipse.stardust.engine.api.query.UserGroupQuery
 
VALID_FROM - Static variable in class org.eclipse.stardust.engine.api.query.UserQuery
 
VALID_TO - Static variable in class org.eclipse.stardust.engine.api.query.UserGroupQuery
 
VALID_TO - Static variable in class org.eclipse.stardust.engine.api.query.UserQuery
 
validate(Map, Iterator) - Method in interface org.eclipse.stardust.engine.core.spi.extensions.model.ApplicationContextValidator
Performs static application context validation.
validate(Map, Map, Iterator) - Method in interface org.eclipse.stardust.engine.core.spi.extensions.model.ApplicationValidator
Performs static application validation.
validate(Map) - Method in interface org.eclipse.stardust.engine.core.spi.extensions.model.DataValidator
Performs static Data validation.
validateActivityInstanceAttributes(ActivityInstanceAttributes, IActivityInstance) - Static method in class org.eclipse.stardust.engine.api.runtime.QualityAssuranceUtils
 
validateSettings() - Method in class org.eclipse.stardust.engine.core.compatibility.gui.security.LoginDialog
 
valueOf(String) - Static method in enum org.eclipse.stardust.engine.api.dto.ProcessDefinitionDetailsLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.stardust.engine.api.dto.ProcessInstanceDetailsOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.stardust.engine.api.dto.QualityAssuranceResult.ResultState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.stardust.engine.api.model.Activity.GatewayType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.stardust.engine.api.model.Transition.ConditionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.stardust.engine.api.query.BusinessObjectQuery.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.stardust.engine.api.query.DeployedModelQuery.DeployedModelState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.stardust.engine.api.query.HistoricalStatesPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.stardust.engine.api.query.LinkDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.stardust.engine.api.query.ProcessInstanceHierarchyFilter.HierarchyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.stardust.engine.api.runtime.QualityAssuranceUtils.QualityAssuranceState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.stardust.engine.api.runtime.ScanDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.stardust.engine.api.runtime.SpawnOptions.SpawnMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.stardust.engine.core.preferences.PreferenceScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.stardust.engine.core.runtime.utils.ExecutionPermission.Default
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.stardust.engine.core.runtime.utils.ExecutionPermission.Id
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.stardust.engine.core.runtime.utils.ExecutionPermission.Scope
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.stardust.engine.api.dto.ProcessDefinitionDetailsLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.stardust.engine.api.dto.ProcessInstanceDetailsOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.stardust.engine.api.dto.QualityAssuranceResult.ResultState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.stardust.engine.api.model.Activity.GatewayType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.stardust.engine.api.model.Transition.ConditionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.stardust.engine.api.query.BusinessObjectQuery.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.stardust.engine.api.query.DeployedModelQuery.DeployedModelState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.stardust.engine.api.query.HistoricalStatesPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.stardust.engine.api.query.LinkDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.stardust.engine.api.query.ProcessInstanceHierarchyFilter.HierarchyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.stardust.engine.api.runtime.QualityAssuranceUtils.QualityAssuranceState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.stardust.engine.api.runtime.ScanDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.stardust.engine.api.runtime.SpawnOptions.SpawnMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.stardust.engine.core.preferences.PreferenceScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.stardust.engine.core.runtime.utils.ExecutionPermission.Default
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.stardust.engine.core.runtime.utils.ExecutionPermission.Id
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.stardust.engine.core.runtime.utils.ExecutionPermission.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
verifyFilter(FilterCriterion) - Method in interface org.eclipse.stardust.engine.api.query.FilterVerifier
Template method for customization of the set of valid filter conditions.
VERSION_UNVERSIONED - Static variable in class org.eclipse.stardust.engine.core.spi.dms.RepositoryConstants
The revision name and revision id of a non versioned Document working copy.
VERSION_VERSIONED - Static variable in class org.eclipse.stardust.engine.core.spi.dms.RepositoryConstants
The revision name and revision id of a versioned Document working copy.
versionDocument(String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Deprecated. since 7.0 use LocalDocumentManagementService.versionDocument(String, String, String)
versionDocument(String, String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService
Creates a new version of the document.
versionDocument(String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Deprecated. since 7.0 use RemoteDocumentManagementService.versionDocument(String, String, String)
versionDocument(String, String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService
Creates a new version of the document.
versionDocument(String, String) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Deprecated. since 7.0 use DocumentManagementService.versionDocument(String, String, String)
versionDocument(String, String, String) - Method in interface org.eclipse.stardust.engine.api.runtime.DocumentManagementService
Creates a new version of the document.
versionDocument(String, String, String) - Method in interface org.eclipse.stardust.engine.core.spi.dms.IRepositoryService
Creates a new version of the document.
visit(FilterTerm, Object) - Method in interface org.eclipse.stardust.engine.api.query.FilterEvaluationVisitor
 
visit(UnaryOperatorFilter, Object) - Method in interface org.eclipse.stardust.engine.api.query.FilterEvaluationVisitor
 
visit(BinaryOperatorFilter, Object) - Method in interface org.eclipse.stardust.engine.api.query.FilterEvaluationVisitor
 
visit(TernaryOperatorFilter, Object) - Method in interface org.eclipse.stardust.engine.api.query.FilterEvaluationVisitor
 
visit(ProcessDefinitionFilter, Object) - Method in interface org.eclipse.stardust.engine.api.query.FilterEvaluationVisitor
 
visit(RootProcessInstanceFilter, Object) - Method in interface org.eclipse.stardust.engine.api.query.FilterEvaluationVisitor
 
visit(ProcessStateFilter, Object) - Method in interface org.eclipse.stardust.engine.api.query.FilterEvaluationVisitor
 
visit(ProcessInstanceFilter, Object) - Method in interface org.eclipse.stardust.engine.api.query.FilterEvaluationVisitor
 
visit(StartingUserFilter, Object) - Method in interface org.eclipse.stardust.engine.api.query.FilterEvaluationVisitor
 
visit(ActivityFilter, Object) - Method in interface org.eclipse.stardust.engine.api.query.FilterEvaluationVisitor
 
visit(ActivityInstanceFilter, Object) - Method in interface org.eclipse.stardust.engine.api.query.FilterEvaluationVisitor
 
visit(ActivityStateFilter, Object) - Method in interface org.eclipse.stardust.engine.api.query.FilterEvaluationVisitor
 
visit(PerformingUserFilter, Object) - Method in interface org.eclipse.stardust.engine.api.query.FilterEvaluationVisitor
 
visit(PerformingParticipantFilter, Object) - Method in interface org.eclipse.stardust.engine.api.query.FilterEvaluationVisitor
 
visit(PerformingOnBehalfOfFilter, Object) - Method in interface org.eclipse.stardust.engine.api.query.FilterEvaluationVisitor
 
visit(PerformedByUserFilter, Object) - Method in interface org.eclipse.stardust.engine.api.query.FilterEvaluationVisitor
 
visit(AbstractDataFilter, Object) - Method in interface org.eclipse.stardust.engine.api.query.FilterEvaluationVisitor
 
visit(ParticipantAssociationFilter, Object) - Method in interface org.eclipse.stardust.engine.api.query.FilterEvaluationVisitor
 
visit(CurrentPartitionFilter, Object) - Method in interface org.eclipse.stardust.engine.api.query.FilterEvaluationVisitor
 
visit(UserStateFilter, Object) - Method in interface org.eclipse.stardust.engine.api.query.FilterEvaluationVisitor
 
visit(ProcessInstanceLinkFilter, Object) - Method in interface org.eclipse.stardust.engine.api.query.FilterEvaluationVisitor
 
visit(ProcessInstanceHierarchyFilter, Object) - Method in interface org.eclipse.stardust.engine.api.query.FilterEvaluationVisitor
 
visit(DocumentFilter, Object) - Method in interface org.eclipse.stardust.engine.api.query.FilterEvaluationVisitor
 
visit(DescriptorFilter, Object) - Method in interface org.eclipse.stardust.engine.api.query.FilterEvaluationVisitor
 
visit(OrderCriteria, Object) - Method in interface org.eclipse.stardust.engine.api.query.OrderEvaluationVisitor
 
visit(AttributeOrder, Object) - Method in interface org.eclipse.stardust.engine.api.query.OrderEvaluationVisitor
 
visit(DataOrder, Object) - Method in interface org.eclipse.stardust.engine.api.query.OrderEvaluationVisitor
 
visit(DescriptorOrder, Object) - Method in interface org.eclipse.stardust.engine.api.query.OrderEvaluationVisitor
 
visit(CustomOrderCriterion, Object) - Method in interface org.eclipse.stardust.engine.api.query.OrderEvaluationVisitor
 
visit(RootProcessDefinitionDescriptor, Object) - Method in interface org.eclipse.stardust.engine.api.query.OrderEvaluationVisitor
 

W

WARN - Static variable in class org.eclipse.stardust.engine.api.runtime.LogType
The LogEntry contains a warning.
Warn - Static variable in class org.eclipse.stardust.engine.api.runtime.LogType
 
WARNING - Static variable in class org.eclipse.stardust.engine.api.model.Inconsistency
Specifies a warning inconsistency.
Warning - Static variable in class org.eclipse.stardust.engine.api.runtime.DaemonExecutionState
A problem occured during daemon run but daemon could continue to run.
wasRedeployed(long, int) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
Determines if the model was redeployed, i.e.
wasRedeployed(long, int) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
Determines if the model was redeployed, i.e.
wasRedeployed(long, int) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
Determines if the model was redeployed, i.e.
wasSuccessful() - Method in class org.eclipse.stardust.engine.core.spi.security.ExternalLoginResult
Queries for success.
wasSuccessful() - Method in class org.eclipse.stardust.engine.core.spi.security.LoginResult
Queries for success.
where(FilterCriterion) - Method in class org.eclipse.stardust.engine.api.query.Query
Adds the given filter criterion to the top-level filter term.
WITH_DESCRIPTORS - Static variable in class org.eclipse.stardust.engine.api.query.DescriptorPolicy
Ships descriptor values with process instance details.
WITH_PI - Static variable in class org.eclipse.stardust.engine.core.query.statistics.api.ProcessCumulationPolicy
 
WITH_PROPERTIES - Static variable in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetailsLevel
The process instance details contain same attributes as with CORE plus all extended attributes.
WITH_PROPERTIES - Static variable in class org.eclipse.stardust.engine.api.dto.UserDetailsLevel
The user details contain same attributes as with CORE plus properties.
WITH_RESOLVED_PROPERTIES - Static variable in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetailsLevel
The process instance details contain same attributes as with WITH_PROPERTIES plus all extended attributes are resolved, i.e.
WITH_ROOT_PI - Static variable in class org.eclipse.stardust.engine.core.query.statistics.api.ProcessCumulationPolicy
 
WITH_SCOPE_PI - Static variable in class org.eclipse.stardust.engine.core.query.statistics.api.ProcessCumulationPolicy
 
withIds(Set<String>) - Static method in class org.eclipse.stardust.engine.api.query.DescriptorPolicy
 
withName(String) - Method in class org.eclipse.stardust.engine.api.query.DocumentQuery.MetadataFilterBuilder
Define a filter targeting a specific metadata property.
WithProperties - Static variable in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetailsLevel
 
WithProperties - Static variable in class org.eclipse.stardust.engine.api.dto.UserDetailsLevel
 
WithResolvedProperties - Static variable in class org.eclipse.stardust.engine.api.dto.ProcessInstanceDetailsLevel
 
WorkflowService - Interface in org.eclipse.stardust.engine.api.runtime
The WorkflowService provides all functionality for workflow operations in a CARNOT runtime environment.
WORKITEMS - Static variable in class org.eclipse.stardust.engine.api.query.EvaluateByWorkitemsPolicy
This policy retrieves activity instances based on the workitem table which contains only manual/interactive activity instances.
Worklist - Class in org.eclipse.stardust.engine.api.query
Represents a worklist in it's hierarchical structure.
WorklistLayoutPolicy - Class in org.eclipse.stardust.engine.api.query
Evaluation Policy for specifying layout of result for worklist queries.
WorklistQuery - Class in org.eclipse.stardust.engine.api.query
Query for retrieving (parts of) a user's worklist.
WorklistQuery() - Constructor for class org.eclipse.stardust.engine.api.query.WorklistQuery
Initializes a new WorklistQuery to retrieve the user's private worklist.
WorklistQuery.Attribute - Class in org.eclipse.stardust.engine.api.query
Worklist item attribute supporting filter operations.
WorklistQuery.ParticipantContribution - Class in org.eclipse.stardust.engine.api.query
Class describing participant worklist contributions.
WorklistQuery.UserContribution - Class in org.eclipse.stardust.engine.api.query
Class describing the user's private worklist contribution.
writeLogEntry(LogType, ContextKind, long, String, Throwable) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService
Logs an audit trail event of type LogCode.ADMINISTRATION.
writeLogEntry(LogType, ContextKind, long, String, Throwable) - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService
Logs an audit trail event of type LogCode.EXTERNAL.
writeLogEntry(LogType, ContextKind, long, String, Throwable) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService
Logs an audit trail event of type LogCode.ADMINISTRATION.
writeLogEntry(LogType, ContextKind, long, String, Throwable) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService
Logs an audit trail event of type LogCode.EXTERNAL.
writeLogEntry(LogType, ContextKind, long, String, Throwable) - Method in interface org.eclipse.stardust.engine.api.runtime.AdministrationService
Logs an audit trail event of type LogCode.ADMINISTRATION.
writeLogEntry(LogType, ContextKind, long, String, Throwable) - Method in interface org.eclipse.stardust.engine.api.runtime.WorkflowService
Logs an audit trail event of type LogCode.EXTERNAL.
writeToConsole(String) - Static method in class org.eclipse.stardust.engine.cli.security.authentication.ConsolePrompt
Writes the given message to the console (System.out) and flushes it to make sure that it is written.

X

XpdlType - Interface in org.eclipse.stardust.engine.api.model
XPDL specific type declaration definition object.

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

Copyright © 2017 Eclipse Stardust. All Rights Reserved.