Uses of Interface
ch.ivyteam.ivy.application.IProcessModelVersion
-
Packages that use IProcessModelVersion 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.process.call ch.ivyteam.ivy.process.eventstart ch.ivyteam.ivy.process.extension ch.ivyteam.ivy.request ch.ivyteam.ivy.workflow -
-
Uses of IProcessModelVersion in ch.ivyteam.ivy.application
Methods in ch.ivyteam.ivy.application that return IProcessModelVersion Modifier and Type Method Description IProcessModelVersion
IProcessModel. createProcessModelVersion(String name, String description, String projectName, int numberOfProcessElements, String createdByUser, String createdFromHost)
Creates a new process model versionIProcessModelVersion
IProcessModel. createProcessModelVersion(String name, String description, String createdByUser, String createdFromHost, int version)
Creates a new process model versionIProcessModelVersion
IApplication. findProcessModelVersion(String processModelVersionUrl)
Finds a process model version with the procesModelVersionUrl or procesModelUrlIProcessModelVersion
IProcessModel. findProcessModelVersion(int versionNumber)
Gets the process model version with the version numberIProcessModelVersion
IProcessModel. findProcessModelVersionByIdentifier(long versionId)
Gets the process model version with the given version idIProcessModelVersion
ILibrary. getProcessModelVersion()
Gets the process model version that holds the library contentIProcessModelVersion
IProcessModel. getReleasedProcessModelVersion()
Gets the process model version which is in state RELEASED.Methods in ch.ivyteam.ivy.application that return types with arguments of type IProcessModelVersion Modifier and Type Method Description List<IProcessModelVersion>
IProcessModel. getProcessModelVersions()
Gets the process model versions -
Uses of IProcessModelVersion in ch.ivyteam.ivy.deployment
Methods in ch.ivyteam.ivy.deployment with parameters of type IProcessModelVersion Modifier and Type Method Description static void
ProjectDeployment. deploy(File projectDirectory, IProcessModelVersion processModelVersion, DeploymentContext context)
Deploys an ivy project fromprojectDirectory
to theprocessModelVersion
.static void
ProjectDeployment. deploy(File projectDirectory, IProcessModelVersion processModelVersion, String userName, String hostName, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IDeploymentLogger protocolLogger)
Deploys an ivy project fromprojectDirectory
to theprocessModelVersion
.IIvyProject
ProjectDeploymentValidator. prepareIvyProject(File projectDirectory, IProcessModelVersion targetPmv, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Uses the project under projectDirectory to mock a project which is not yet deployed. -
Uses of IProcessModelVersion in ch.ivyteam.ivy.process.call
Methods in ch.ivyteam.ivy.process.call that return IProcessModelVersion Modifier and Type Method Description IProcessModelVersion
ISubProcessStart. getProcessModelVersion()
Gets the ProcessModelVersion of the current sub process start -
Uses of IProcessModelVersion in ch.ivyteam.ivy.process.eventstart
Methods in ch.ivyteam.ivy.process.eventstart that return IProcessModelVersion Modifier and Type Method Description IProcessModelVersion
IProcessStartEventBeanRuntime. getProcessModelVersion()
Gets the process model version the process start event bean is associated to -
Uses of IProcessModelVersion in ch.ivyteam.ivy.process.extension
Methods in ch.ivyteam.ivy.process.extension that return IProcessModelVersion Modifier and Type Method Description IProcessModelVersion
IProcessExtensionConfigurationEditorEnvironment. getProcessModelVersion()
Gets the process model version of the process where the process extension element is located in. -
Uses of IProcessModelVersion in ch.ivyteam.ivy.request
Methods in ch.ivyteam.ivy.request that return IProcessModelVersion Modifier and Type Method Description IProcessModelVersion
IProcessModelVersionRequest. getProcessModelVersion()
Gets the process model version this requests requests to -
Uses of IProcessModelVersion in ch.ivyteam.ivy.workflow
Subinterfaces of IProcessModelVersion in ch.ivyteam.ivy.workflow Modifier and Type Interface Description interface
IWorkflowProcessModelVersion
Workflow specific extension of theIProcessModelVersion
interfaceMethods in ch.ivyteam.ivy.workflow with parameters of type IProcessModelVersion Modifier and Type Method Description int
IWorkflowContext. getRunningCasesCount(IProcessModelVersion processModelVersion)
Gets the number of running cases of a process model version.
-