Uses of Interface
ch.ivyteam.ivy.application.IProcessModel
-
Packages that use IProcessModel Package Description ch.ivyteam.ivy.application Defines the Axon.ivy application configuration subsystem with interfaces forIApplication
,IProcessModel
,IProcessModelVersion
.ch.ivyteam.ivy.deployment ch.ivyteam.ivy.request ch.ivyteam.ivy.workflow -
-
Uses of IProcessModel in ch.ivyteam.ivy.application
Methods in ch.ivyteam.ivy.application that return IProcessModel Modifier and Type Method Description IProcessModel
IApplication. createProcessModel(String processModelName, String description)
Creates a new process model within the applicationIProcessModel
IApplication. findProcessModel(Object identifier)
Finds a process model by its identifierIProcessModel
IApplication. findProcessModel(String processModelName)
Finds a process model by its nameIProcessModel
IProcessModelVersion. getProcessModel()
Gets the process model this version belongs to.Methods in ch.ivyteam.ivy.application that return types with arguments of type IProcessModel Modifier and Type Method Description List<IProcessModel>
IApplication. getProcessModels()
Gets all process modelsList<IProcessModel>
IApplication. getProcessModelsSortedByName()
Gets all process models sorted by the name of the process models -
Uses of IProcessModel in ch.ivyteam.ivy.deployment
Methods in ch.ivyteam.ivy.deployment with parameters of type IProcessModel Modifier and Type Method Description IIvyProject
ProjectDeploymentValidator. prepareIvyProject(File projectDirectory, IProcessModel processModel, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Uses the project under projectDirectory to mock a project which is not yet deployed. -
Uses of IProcessModel in ch.ivyteam.ivy.request
Methods in ch.ivyteam.ivy.request that return IProcessModel Modifier and Type Method Description IProcessModel
IProcessModelVersionRequest. getProcessModel()
Gets the process model this requests requests to -
Uses of IProcessModel in ch.ivyteam.ivy.workflow
Methods in ch.ivyteam.ivy.workflow that return IProcessModel Modifier and Type Method Description IProcessModel
ICase. getProcessModel()
Gets the process model the case belongs toIProcessModel
ITask. getProcessModel()
Gets the process model the case belongs to
-