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 IProcessModelVersionIProcessModel. createProcessModelVersion(String name, String description, String projectName, int numberOfProcessElements, String createdByUser, String createdFromHost)Creates a new process model versionIProcessModelVersionIProcessModel. createProcessModelVersion(String name, String description, String createdByUser, String createdFromHost, int version)Creates a new process model versionstatic IProcessModelVersionIProcessModelVersion. current()Gets the current process model version.IProcessModelVersionIApplication. findProcessModelVersion(String processModelVersionUrl)Finds a process model version with the procesModelVersionUrl or procesModelUrlIProcessModelVersionIProcessModel. findProcessModelVersion(int versionNumber)Gets the process model version with the version numberIProcessModelVersionIProcessModel. findProcessModelVersionByIdentifier(long versionId)Gets the process model version with the given version idIProcessModelVersionILibrary. getProcessModelVersion()Gets the process model version that holds the library contentIProcessModelVersionIProcessModel. getReleasedProcessModelVersion()Gets the process model version which is in state RELEASED.static IProcessModelVersionIProcessModelVersion. of(org.eclipse.core.resources.IProject project)Gets the current process model version of given project.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 voidProjectDeployment. deploy(File projectDirectory, IProcessModelVersion processModelVersion, DeploymentContext context)Deploys an ivy project fromprojectDirectoryto theprocessModelVersion.static voidProjectDeployment. deploy(File projectDirectory, IProcessModelVersion processModelVersion, String userName, String hostName, org.eclipse.core.runtime.IProgressMonitor progressMonitor, IDeploymentLogger protocolLogger)Deploys an ivy project fromprojectDirectoryto theprocessModelVersion.IIvyProjectProjectDeploymentValidator. 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 IProcessModelVersionISubProcessStart. 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 IProcessModelVersionIProcessStartEventBeanRuntime. 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 IProcessModelVersionIProcessExtensionConfigurationEditorEnvironment. 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 IProcessModelVersionIProcessModelVersionRequest. 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 interfaceIWorkflowProcessModelVersionWorkflow specific extension of theIProcessModelVersioninterfaceMethods in ch.ivyteam.ivy.workflow with parameters of type IProcessModelVersion Modifier and Type Method Description intIWorkflowContext. getRunningCasesCount(IProcessModelVersion processModelVersion)Gets the number of running cases of a process model version.static IWorkflowProcessModelVersionIWorkflowProcessModelVersion. of(IProcessModelVersion pmv)Gets the @link IWorkflowProcessModelVersion} of the givenIProcessModelVersion
-