|
Deprecated Methods |
org.eclipse.stardust.engine.api.runtime.User.addGrant(String)
Please use User.addGrant(ModelParticipantInfo participant) instead |
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.LocalQueryService.findFirstDocument(DocumentQuery)
since 8.0 use DocumentManagementService.findDocuments(DocumentQuery). |
org.eclipse.stardust.engine.api.ejb2.RemoteQueryService.findFirstDocument(DocumentQuery)
since 8.0 use DocumentManagementService.findDocuments(DocumentQuery). |
org.eclipse.stardust.engine.api.runtime.QueryService.findFirstDocument(DocumentQuery)
since 8.0 use DocumentManagementService.findDocuments(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.ParticipantAssociationFilter.forModelParticipant(String)
Superseded by ParticipantAssociationFilter.forParticipant(ParticipantInfo) |
org.eclipse.stardust.engine.api.query.PerformingParticipantFilter.forModelParticipant(String)
Superseded by PerformingParticipantFilter.forParticipant(ParticipantInfo) |
org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter.forModelParticipant(String, boolean)
Superseded by ParticipantAssociationFilter.forParticipant(ParticipantInfo, boolean) |
org.eclipse.stardust.engine.api.query.PerformingParticipantFilter.forModelParticipant(String, boolean)
Superseded by PerformingParticipantFilter.forParticipant(ParticipantInfo, boolean) |
org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter.forModelParticpant(String)
Superseded by PerformingOnBehalfOfFilter.forParticipant(ParticipantInfo) |
org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter.forModelParticpant(String, boolean)
Superseded by PerformingOnBehalfOfFilter.forParticipant(ParticipantInfo, boolean) |
org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter.forModelParticpants(Set)
Superseded by PerformingOnBehalfOfFilter.forParticipant(ParticipantInfo, boolean) |
org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter.forTeamLeader(String)
Superseded by ParticipantAssociationFilter.forTeamLeader(RoleInfo) |
org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter.forUser(String)
Superseded by ParticipantAssociationFilter.forParticipant(ParticipantInfo) |
org.eclipse.stardust.engine.api.query.PerformingOnBehalfOfFilter.forUserGroup(String)
Superseded by PerformingOnBehalfOfFilter.forParticipant(ParticipantInfo) |
org.eclipse.stardust.engine.api.query.PerformingParticipantFilter.forUserGroup(String)
Superseded by PerformingParticipantFilter.forParticipant(ParticipantInfo) |
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.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.runtime.QueryService.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.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.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.runtime.QueryService.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.getAllAliveModelDescriptions()
Use getModels(DeployedModelQuery.findInState(DeployedModelQuery.ALIVE)). |
org.eclipse.stardust.engine.api.ejb2.RemoteQueryService.getAllAliveModelDescriptions()
Use getModels(DeployedModelQuery.findInState(DeployedModelQuery.ALIVE)). |
org.eclipse.stardust.engine.api.runtime.QueryService.getAllAliveModelDescriptions()
Use getModels(DeployedModelQuery.findInState(DeployedModelQuery.ALIVE)). |
org.eclipse.stardust.engine.api.ejb2.LocalQueryService.getAllDocuments(DocumentQuery)
since 8.0 use DocumentManagementService.findDocuments(DocumentQuery). |
org.eclipse.stardust.engine.api.ejb2.RemoteQueryService.getAllDocuments(DocumentQuery)
since 8.0 use DocumentManagementService.findDocuments(DocumentQuery). |
org.eclipse.stardust.engine.api.runtime.QueryService.getAllDocuments(DocumentQuery)
since 8.0 use DocumentManagementService.findDocuments(DocumentQuery). |
org.eclipse.stardust.engine.api.ejb2.LocalQueryService.getAllModelDescriptions()
Use getModels(DeployedModelQuery.findAll()). |
org.eclipse.stardust.engine.api.ejb2.RemoteQueryService.getAllModelDescriptions()
Use getModels(DeployedModelQuery.findAll()). |
org.eclipse.stardust.engine.api.runtime.QueryService.getAllModelDescriptions()
Use getModels(DeployedModelQuery.findAll()). |
org.eclipse.stardust.engine.api.model.Participant.getAllSuperOrganizations()
The inheritance association between ModelElement and
Participant is deprecated. Participants which are defined in a
workflow model are now implementations of ModelParticipant.
Invoking this method on a non-model participant will result in a value
of Collections.EMPTY_LIST. |
org.eclipse.stardust.engine.api.query.AttributeOrder.getAttribute()
Use AttributeOrder.getAttributeName() instead. |
org.eclipse.stardust.engine.api.model.Activity.getDefaultPerformerID()
Superseded by Activity.getDefaultPerformer(). The old behavior was to
silently resolve conditional performers if possible and return the ID of
the resolved participant. Migration to the new API probably requires
testing for ConditionalPerformer and a call to
ConditionalPerformer.getResolvedPerformer() instead. |
org.eclipse.stardust.engine.api.model.Activity.getDefaultPerformerName()
Superseded by Activity.getDefaultPerformer(). The old behavior was to
silently resolve conditional performers if possible and return the name
of the resolved participant. Migration to the new API probably requires
testing for ConditionalPerformer and a call to
ConditionalPerformer.getResolvedPerformer() instead. |
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()
use ExternalUserConfiguration.getModelParticipantsGrants() instead which is
able to cope with scoped grants |
org.eclipse.stardust.engine.extensions.dms.data.DmsDocumentBean.getLockOwner()
|
org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService.getModel()
Retrieves the active model. |
org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService.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()
Superseded by HistoricalState.getOnBehalfOfParticipant() |
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()
Superseded by HistoricalState.getParticipant() |
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() |
org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter.inUserGroup(String)
Superseded by ParticipantAssociationFilter.forParticipant(ParticipantInfo) |
org.eclipse.stardust.engine.api.ejb2.LocalUserService.invalidate(String)
Please use LocalUserService.invalidateUser(String) instead. |
org.eclipse.stardust.engine.api.ejb2.RemoteUserService.invalidate(String)
Please use RemoteUserService.invalidateUser(String) instead. |
org.eclipse.stardust.engine.api.runtime.UserService.invalidate(String)
Please use UserService.invalidateUser(String) instead. |
org.eclipse.stardust.engine.api.ejb2.LocalUserService.isInternalAuthentified()
Superseded by LocalUserService.isInternalAuthentication(). |
org.eclipse.stardust.engine.api.ejb2.RemoteUserService.isInternalAuthentified()
Superseded by RemoteUserService.isInternalAuthentication(). |
org.eclipse.stardust.engine.api.runtime.UserService.isInternalAuthentified()
Superseded by UserService.isInternalAuthentication(). |
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.LocalWorkflowService.performAdHocTransition(long, TransitionTarget, boolean)
replaced with performAdHocTransition(TransitionTarget, boolean) |
org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService.performAdHocTransition(long, TransitionTarget, boolean)
replaced with performAdHocTransition(TransitionTarget, boolean) |
org.eclipse.stardust.engine.api.runtime.WorkflowService.performAdHocTransition(long, TransitionTarget, boolean)
replaced with performAdHocTransition(TransitionTarget, boolean) |
org.eclipse.stardust.engine.api.runtime.User.removeGrant(String)
Please use User.removeGrant(ModelParticipantInfo participant) instead |
org.eclipse.stardust.engine.api.runtime.WorkflowService.spawnPeerProcessInstance(long, String, boolean, Map, boolean, String)
use spawnPeerProcessInstance(long, String, SpawnOptions) |
org.eclipse.stardust.engine.api.ejb2.LocalWorkflowService.spawnPeerProcessInstance(long, String, boolean, Map, boolean, String)
use spawnPeerProcessInstance(long, String, SpawnOptions) |
org.eclipse.stardust.engine.api.ejb2.RemoteWorkflowService.spawnPeerProcessInstance(long, String, boolean, Map, boolean, String)
use spawnPeerProcessInstance(long, String, SpawnOptions) |
org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService.updateDocument(Document, boolean, String, boolean)
since 7.0 use updateDocument(Document, boolean, String, String, boolean) |
org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService.updateDocument(Document, boolean, String, boolean)
since 7.0 use updateDocument(Document, boolean, String, String, boolean) |
org.eclipse.stardust.engine.api.runtime.DocumentManagementService.updateDocument(Document, boolean, String, boolean)
since 7.0 use updateDocument(Document, boolean, String, String, boolean) |
org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService.updateDocument(Document, byte[], String, boolean, String, boolean)
since 7.0 use updateDocument(Document, byte[], String, boolean, String, String, boolean) |
org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService.updateDocument(Document, byte[], String, boolean, String, boolean)
since 7.0 use updateDocument(Document, byte[], String, boolean, String, String, boolean) |
org.eclipse.stardust.engine.api.runtime.DocumentManagementService.updateDocument(Document, byte[], String, boolean, String, boolean)
since 7.0 use updateDocument(Document, byte[], String, boolean, String, String, boolean) |
org.eclipse.stardust.engine.api.ejb2.LocalDocumentManagementService.versionDocument(String, String)
since 7.0 use LocalDocumentManagementService.versionDocument(String, String, String) |
org.eclipse.stardust.engine.api.ejb2.RemoteDocumentManagementService.versionDocument(String, String)
since 7.0 use RemoteDocumentManagementService.versionDocument(String, String, String) |
org.eclipse.stardust.engine.api.runtime.DocumentManagementService.versionDocument(String, String)
since 7.0 use DocumentManagementService.versionDocument(String, String, String) |