| org.eclipse.stardust.engine.api.runtime.User.addGrant(String)
|
| org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService.deployModel(String, int)
since 6.0, predecessorOID is ignored.
|
| org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService.deployModel(String, int)
since 6.0, predecessorOID is ignored.
|
| org.eclipse.stardust.engine.api.runtime.AdministrationService.deployModel(String, int)
since 6.0, predecessorOID is ignored.
|
| org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService.deployModel(String, String, int, Date, Date, String, boolean, boolean)
since 6.0, configuration, validTo and disabled are ignored.
|
| org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService.deployModel(String, String, int, Date, Date, String, boolean, boolean)
since 6.0, configuration, validTo and disabled are ignored.
|
| org.eclipse.stardust.engine.api.runtime.AdministrationService.deployModel(String, String, int, Date, Date, String, boolean, boolean)
since 6.0, configuration, validTo and disabled are ignored.
|
| org.eclipse.stardust.engine.api.runtime.DocumentManagementService.findDocuments(String) |
| org.eclipse.stardust.engine.api.runtime.DocumentManagementService.findDocumentsByName(String) |
| org.eclipse.stardust.engine.api.ejb2.RemoteQueryService.findFirstDocument(DocumentQuery)
since 8.0 use DocumentManagementService#findDocuments(DocumentQuery).
|
| org.eclipse.stardust.engine.api.ejb2.LocalQueryService.findFirstDocument(DocumentQuery)
since 8.0 use DocumentManagementService#findDocuments(DocumentQuery).
|
| org.eclipse.stardust.engine.api.runtime.QueryService.findFirstDocument(DocumentQuery)
|
| org.eclipse.stardust.engine.api.runtime.DocumentManagementService.findFolders(String, int) |
| org.eclipse.stardust.engine.api.runtime.DocumentManagementService.findFoldersByName(String, int) |
| org.eclipse.stardust.engine.api.query.PerformingParticipantFilter.forModelParticipant(String)
Superseded by #forModelParticipant(ParticipantInfo)
|
| org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter.forModelParticipant(String)
Superseded by {@link #forParticipant(ParticipantInfo)
|
| org.eclipse.stardust.engine.api.query.PerformingParticipantFilter.forModelParticipant(String, boolean)
Superseded by #forModelParticipant(ParticipantInfo, boolean)
|
| org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter.forModelParticipant(String, boolean)
Superseded by {@link #forParticipant(ParticipantInfo, boolean)
|
| org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter.forModelParticpant(String)
|
| org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter.forModelParticpant(String, boolean)
|
| org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter.forModelParticpants(Set)
|
| org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter.forTeamLeader(String)
|
| org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter.forUser(String)
|
| org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter.forUserGroup(String)
|
| org.eclipse.stardust.engine.api.query.PerformingParticipantFilter.forUserGroup(String)
Superseded by #forModelParticipant(ParticipantInfo)
|
| org.eclipse.stardust.engine.api.ejb2.RemoteQueryService.getActiveModel()
This method returns the active model with the highest priority.
Use getModels(DeployedModelQuery.findActive(
)) to retrieve all active models.
|
| org.eclipse.stardust.engine.api.ejb2.LocalQueryService.getActiveModel()
This method returns the active model with the highest priority.
Use getModels(DeployedModelQuery.findActive(
)) to retrieve all active models.
|
| org.eclipse.stardust.engine.api.runtime.QueryService.getActiveModel()
|
| org.eclipse.stardust.engine.api.ejb2.RemoteQueryService.getActiveModelDescription()
This method returns the description of the active model with the highest priority.
Use getModels(DeployedModelQuery.findActive(
)) to retrieve all active models.
|
| org.eclipse.stardust.engine.api.ejb2.LocalQueryService.getActiveModelDescription()
This method returns the description of the active model with the highest priority.
Use getModels(DeployedModelQuery.findActive(
)) to retrieve all active models.
|
| org.eclipse.stardust.engine.api.runtime.QueryService.getActiveModelDescription()
|
| org.eclipse.stardust.engine.api.ejb2.RemoteQueryService.getAllAliveModelDescriptions()
Use getModels(DeployedModelQuery.findInState(DeployedModelQuery.ALIVE)).
|
| org.eclipse.stardust.engine.api.ejb2.LocalQueryService.getAllAliveModelDescriptions()
Use getModels(DeployedModelQuery.findInState(DeployedModelQuery.ALIVE)).
|
| org.eclipse.stardust.engine.api.runtime.QueryService.getAllAliveModelDescriptions()
|
| org.eclipse.stardust.engine.api.ejb2.RemoteQueryService.getAllDocuments(DocumentQuery)
since 8.0 use DocumentManagementService#findDocuments(DocumentQuery).
|
| org.eclipse.stardust.engine.api.ejb2.LocalQueryService.getAllDocuments(DocumentQuery)
since 8.0 use DocumentManagementService#findDocuments(DocumentQuery).
|
| org.eclipse.stardust.engine.api.runtime.QueryService.getAllDocuments(DocumentQuery)
|
| org.eclipse.stardust.engine.api.ejb2.RemoteQueryService.getAllModelDescriptions()
Use getModels(DeployedModelQuery.findAll()).
|
| org.eclipse.stardust.engine.api.ejb2.LocalQueryService.getAllModelDescriptions()
Use getModels(DeployedModelQuery.findAll()).
|
| org.eclipse.stardust.engine.api.runtime.QueryService.getAllModelDescriptions()
|
| org.eclipse.stardust.engine.api.model.Participant.getAllSuperOrganizations()
|
| org.eclipse.stardust.engine.api.query.AttributeOrder.getAttribute()
|
| org.eclipse.stardust.engine.api.model.Activity.getDefaultPerformerID()
|
| org.eclipse.stardust.engine.api.model.Activity.getDefaultPerformerName()
|
org.eclipse.stardust.engine.api.model.Participant.getElementOID()
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.
|
| org.eclipse.stardust.engine.core.spi.security.ExternalUserConfiguration.getGrantedModelParticipants()
|
| org.eclipse.stardust.engine.extensions.dms.data.DmsDocumentBean.getLockOwner() |
| org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService.getModel()
Retrieves the active model.
|
| org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService.getModel()
Retrieves the active model.
|
| org.eclipse.stardust.engine.api.runtime.WorkflowService.getModel()
Retrieves the active model.
|
org.eclipse.stardust.engine.api.model.Participant.getModelOID()
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.
|
org.eclipse.stardust.engine.api.model.Participant.getNamespace()
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.
|
| org.eclipse.stardust.engine.api.dto.HistoricalState.getOnBehalfOf()
|
org.eclipse.stardust.engine.api.model.Participant.getPartitionId()
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.
|
org.eclipse.stardust.engine.api.model.Participant.getPartitionOID()
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.
|
| org.eclipse.stardust.engine.api.dto.HistoricalState.getPerfomer()
|
| org.eclipse.stardust.engine.api.runtime.User.getRealmId()
Use getRealm().getId();
|
| org.eclipse.stardust.engine.api.runtime.User.getRealmOID()
Use getRealm().getOID();
|
| org.eclipse.stardust.engine.api.runtime.SpawnOptions.getStartActivity()
since Stardust 3.0 / I.P.P. 9.0
|
| org.eclipse.stardust.engine.api.dto.Note.getUserOid()
Use #getUser().getOID() instead.
|
| org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter.inUserGroup(String)
Superseded by {@link #forParticipant(ParticipantInfo)
|
| org.eclipse.stardust.engine.api.ejb2.LocalUserService.invalidate(String)
|
| org.eclipse.stardust.engine.api.ejb2.RemoteUserService.invalidate(String)
|
| org.eclipse.stardust.engine.api.runtime.UserService.invalidate(String)
|
| org.eclipse.stardust.engine.api.ejb2.LocalUserService.isInternalAuthentified()
|
| org.eclipse.stardust.engine.api.ejb2.RemoteUserService.isInternalAuthentified()
|
| org.eclipse.stardust.engine.api.runtime.UserService.isInternalAuthentified()
|
| org.eclipse.stardust.engine.core.spi.monitoring.IPartitionMonitor.modelDeployed(IModel, boolean) |
| org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService.overwriteModel(String, int)
since 6.0
|
| org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService.overwriteModel(String, int)
since 6.0
|
| org.eclipse.stardust.engine.api.runtime.AdministrationService.overwriteModel(String, int)
since 6.0
|
| org.eclipse.stardust.engine.api.ejb2.LocalAdministrationService.overwriteModel(String, String, int, Date, Date, String, boolean, boolean)
since 6.0, configuration, validFrom, validTo and disabled are ignored.
|
| org.eclipse.stardust.engine.api.ejb2.RemoteAdministrationService.overwriteModel(String, String, int, Date, Date, String, boolean, boolean)
since 6.0, configuration, validFrom, validTo and disabled are ignored.
|
| org.eclipse.stardust.engine.api.runtime.AdministrationService.overwriteModel(String, String, int, Date, Date, String, boolean, boolean)
since 6.0, configuration, validFrom, validTo and disabled are ignored.
|
| org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService.performAdHocTransition(long, TransitionTarget, boolean)
|
| org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService.performAdHocTransition(long, TransitionTarget, boolean)
|
| org.eclipse.stardust.engine.api.runtime.WorkflowService.performAdHocTransition(long, TransitionTarget, boolean)
|
| org.eclipse.stardust.engine.api.runtime.User.removeGrant(String)
|
| org.eclipse.stardust.engine.api.runtime.WorkflowService.spawnPeerProcessInstance(long, String, boolean, Map, boolean, String)
|
| org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService.spawnPeerProcessInstance(long, String, boolean, Map, boolean, String)
|
| org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService.spawnPeerProcessInstance(long, String, boolean, Map, boolean, String)
|
| org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService.updateDocument(Document, boolean, String, boolean)
|
| org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService.updateDocument(Document, boolean, String, boolean)
|
| org.eclipse.stardust.engine.api.runtime.DocumentManagementService.updateDocument(Document, boolean, String, boolean)
|
| org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService.updateDocument(Document, byte[], String, boolean, String, boolean)
|
| org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService.updateDocument(Document, byte[], String, boolean, String, boolean)
|
| org.eclipse.stardust.engine.api.runtime.DocumentManagementService.updateDocument(Document, byte[], String, boolean, String, boolean)
|
| org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService.versionDocument(String, String)
|
| org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService.versionDocument(String, String)
|
| org.eclipse.stardust.engine.api.runtime.DocumentManagementService.versionDocument(String, String)
|