- 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
-
- 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
-
- findFirstDocument(DocumentQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
-
- findFirstDocument(DocumentQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
-
- 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
-
- forModelParticipant(String, boolean) - Static method in class org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter
-
- forModelParticipant(String) - Static method in class org.eclipse.stardust.engine.api.query.PerformingParticipantFilter
-
- forModelParticipant(String, boolean) - Static method in class org.eclipse.stardust.engine.api.query.PerformingParticipantFilter
-
- forModelParticpant(String, boolean) - Static method in class org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter
-
- forModelParticpant(String) - Static method in class org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter
-
- forModelParticpants(Set<String>) - Static method in class org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter
-
- 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
-
- forParticipant(ParticipantInfo, boolean) - Static method in class org.eclipse.stardust.engine.api.query.PerformingParticipantFilter
-
- 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
-
- 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
-
- forUserGroup(String) - Static method in class org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter
-
- forUserGroup(String) - Static method in class org.eclipse.stardust.engine.api.query.PerformingParticipantFilter
-
- FROM_PERFORMER_IDX - Static variable in interface org.eclipse.stardust.engine.api.runtime.HistoricalEventDescriptionDelegation
-
- FROM_STATE_IDX - Static variable in interface org.eclipse.stardust.engine.api.runtime.HistoricalEventDescriptionStateChange
-
- 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.
- 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
-
- generatePasswordResetToken(String, String) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteUserService
-
- generatePasswordResetToken(String, String) - Method in interface org.eclipse.stardust.engine.api.runtime.UserService
-
- 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
-
- getActiveModel() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
-
- getActiveModel() - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
-
- getActiveModelDescription() - Method in interface org.eclipse.stardust.engine.api.ejb2.LocalQueryService
-
- getActiveModelDescription() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
-
- getActiveModelDescription() - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
-
- 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
-
- getAddedNotes() - Method in class org.eclipse.stardust.engine.api.dto.ActivityInstanceAttributesImpl
-
- 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
-
- getAllAliveModelDescriptions() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
-
- getAllAliveModelDescriptions() - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
-
- 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
-
- getAllDocuments(DocumentQuery) - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
-
- getAllDocuments(DocumentQuery) - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
-
- 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
-
- getAllModelDescriptions() - Method in interface org.eclipse.stardust.engine.api.ejb2.RemoteQueryService
-
- getAllModelDescriptions() - Method in interface org.eclipse.stardust.engine.api.runtime.QueryService
-
- 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 from the active model.
- 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 from the active model.
- 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 from the active model.
- 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 the active model.
- 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 the active model.
- 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 the active model.
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- getDefaultPerformerName() - Method in interface org.eclipse.stardust.engine.api.model.Activity
-
- 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
-
- 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
-
- getFilterKind() - Method in class org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter
-
- getFilterKind() - Method in class org.eclipse.stardust.engine.api.query.PerformingParticipantFilter
-
- 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
-
- 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
-
- 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
-
- 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
-
- getParticipant() - Method in class org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter
-
- getParticipant() - Method in class org.eclipse.stardust.engine.api.query.PerformingParticipantFilter
-
- 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
-
- 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) - 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
-
- getQualityAssuranceCodes() - Method in class org.eclipse.stardust.engine.api.dto.QualityAssuranceResultImpl
-
- 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
-
- getQualityAssuranceResult() - Method in class org.eclipse.stardust.engine.api.dto.ActivityInstanceAttributesImpl
-
- getQualityAssuranceState() - Method in interface org.eclipse.stardust.engine.api.dto.QualityAssuranceResult
-
- getQualityAssuranceState() - Method in class org.eclipse.stardust.engine.api.dto.QualityAssuranceResultImpl
-
- 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
-
- 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
-
- 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
-
- setAssignFailedInstanceToLastPerformer(boolean) - Method in class org.eclipse.stardust.engine.api.dto.QualityAssuranceResultImpl
-
- 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
-
- setQualityAssuranceCodes(Set<QualityAssuranceCode>) - Method in class org.eclipse.stardust.engine.api.dto.QualityAssuranceResultImpl
-
- 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
-
- setQualityAssuranceResult(QualityAssuranceResult) - Method in class org.eclipse.stardust.engine.api.dto.ActivityInstanceAttributesImpl
-
- setQualityAssuranceState(QualityAssuranceResult.ResultState) - Method in interface org.eclipse.stardust.engine.api.dto.QualityAssuranceResult
-
- setQualityAssuranceState(QualityAssuranceResult.ResultState) - Method in class org.eclipse.stardust.engine.api.dto.QualityAssuranceResultImpl
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- storeFolder(Folder) - Static method in class org.eclipse.stardust.engine.core.spi.dms.RepositoryAuditTrailUtils
-
- 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
-
- 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
-
- SubsetPolicy(int, boolean) - Constructor for class org.eclipse.stardust.engine.api.query.SubsetPolicy
-
- SubsetPolicy(int, int) - Constructor for class org.eclipse.stardust.engine.api.query.SubsetPolicy
-
- 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.