Uses of Class
de.aristaflow.adept2.model.globals.ProcessConstants.InstanceProperty
-
Packages that use ProcessConstants.InstanceProperty Package Description de.aristaflow.adept2.core.changeoperations de.aristaflow.adept2.model.globals -
-
Uses of ProcessConstants.InstanceProperty in de.aristaflow.adept2.core.changeoperations
Methods in de.aristaflow.adept2.core.changeoperations with parameters of type ProcessConstants.InstanceProperty Modifier and Type Method Description static boolean
UpdateInstance. isPossible(Instance instance, ProcessConstants.InstanceProperty... instanceProperties)
TODO change instance to instance id if we have a process repository Checks if it is valid for the given instance to update the properties given byProperties
.static boolean
UpdateInstance. isPossible(Instance instance, CheckReport checkReport, ProcessConstants.InstanceProperty... instanceProperties)
TODO change instance to instance id if we have a process repository Checks if it is valid for the given instance to update the properties given byProperties
.static void
UpdateInstance. performOperation(ChangeableInstance instance, String newName, QualifiedAgent newSupervisorAgent, Set<ProcessModelParameter> newInputParameters, Set<ProcessModelParameter> newOutputParameters, UpdateManager updateManager, ProcessConstants.InstanceProperty... instanceProperties)
Updates the given instance using those of the given attributes which are specified in instance properties.static void
UpdateInstance. performOperation(ChangeableInstance instance, String newName, QualifiedAgent newSupervisorAgent, Set<ProcessModelParameter> newInputParameters, Set<ProcessModelParameter> newOutputParameters, ProcessConstants.InstanceProperty... instanceProperties)
Updates the given instance using those of the given attributes which are specified in instance properties. -
Uses of ProcessConstants.InstanceProperty in de.aristaflow.adept2.model.globals
Methods in de.aristaflow.adept2.model.globals that return ProcessConstants.InstanceProperty Modifier and Type Method Description static ProcessConstants.InstanceProperty
ProcessConstants.InstanceProperty. valueOf(int code)
Returns the enum constant of this type with the specified name.static ProcessConstants.InstanceProperty
ProcessConstants.InstanceProperty. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProcessConstants.InstanceProperty[]
ProcessConstants.InstanceProperty. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-