Uses of Enum Class
de.aristaflow.adept2.model.globals.ProcessConstants.ExecutableBusinessProcessProperty
Packages that use ProcessConstants.ExecutableBusinessProcessProperty
Package
Description
-
Uses of ProcessConstants.ExecutableBusinessProcessProperty in de.aristaflow.adept2.core.changeoperations
Methods in de.aristaflow.adept2.core.changeoperations with parameters of type ProcessConstants.ExecutableBusinessProcessPropertyModifier and TypeMethodDescriptionstatic UpdateManager.ActivityProperties[]ChangeOperationTools.getCorrespondingActivityProperties(ProcessConstants.ExecutableBusinessProcessProperty... ebpProperties) Convert an array of ExecutableBusinessProcessProperty to an array of corresponding ActivityProperties.static booleanUpdateExecutableBusinessProcess.isPossible(ChangeableInstance instance, int nodeID, ExecutableBusinessProcess ebp, ProcessConstants.ExecutableBusinessProcessProperty... ebpProperties) Tests if it is valid (concerning structural and state-based correctness) to change the executable business process properties given byebpPropertiesin the instance.static booleanUpdateExecutableBusinessProcess.isPossible(ChangeableInstance instance, int nodeID, ExecutableBusinessProcess ebp, CheckReport checkReport, ProcessConstants.ExecutableBusinessProcessProperty... ebpProperties) Tests if it is valid (concerning structural and state-based correctness) to change the executable business process properties given byebpPropertiesin the instance.static booleanUpdateExecutableBusinessProcess.isPossible(Template template, int nodeID, ExecutableBusinessProcess ebp, ProcessConstants.ExecutableBusinessProcessProperty... ebpProperties) Tests if it is valid (concerning structural correctness) to change the executable business process properties given byebpPropertiesin the template.static booleanUpdateExecutableBusinessProcess.isPossible(Template template, int nodeID, ExecutableBusinessProcess ebp, CheckReport checkReport, ProcessConstants.ExecutableBusinessProcessProperty... ebpProperties) Tests if it is valid (concerning structural correctness) to change the executable business process properties given byebpPropertiesin the template.static voidUpdateExecutableBusinessProcess.performOperation(ChangeableInstance instance, int nodeID, ExecutableBusinessProcess ebp, UpdateManager updateManager, ProcessConstants.ExecutableBusinessProcessProperty... ebpProperties) TODO maybe there are a lot of more attributes which have to be changeable Updates the Executable Business Process of the node with the given ID, using the values of the given EBP object in the given instance.static voidUpdateExecutableBusinessProcess.performOperation(ChangeableInstance instance, int nodeID, ExecutableBusinessProcess ebp, ProcessConstants.ExecutableBusinessProcessProperty... ebpProperties) TODO maybe there are a lot of more attributes which have to be changeable Updates the Executable Business Process of the node with the given ID, using the values of the given EBP object in the given instance.static voidUpdateExecutableBusinessProcess.performOperation(ChangeableTemplate template, int nodeID, ExecutableBusinessProcess ebp, UpdateManager updateManager, ProcessConstants.ExecutableBusinessProcessProperty... ebpProperties) TODO maybe there are a lot of more attributes which have to be changeable Updates the Executable Business Process of the node with the given ID, using the values of the given EBP object in the given template.static voidUpdateExecutableBusinessProcess.performOperation(ChangeableTemplate template, int nodeID, ExecutableBusinessProcess ebp, ProcessConstants.ExecutableBusinessProcessProperty... ebpProperties) TODO maybe there are a lot of more attributes which have to be changeable Updates the Executable Business Process of the node with the given ID, using the values of the given EBP object in the given template.protected static voidUpdateExecutableBusinessProcess.performOperation(ChangePrimitives processGraph, int nodeID, ExecutableBusinessProcess ebp, UpdateManager updateManager, ProcessConstants.ExecutableBusinessProcessProperty... ebpProperties) Worker method to do the structural changes for both changeable templates and changeable instances. -
Uses of ProcessConstants.ExecutableBusinessProcessProperty in de.aristaflow.adept2.model.globals
Methods in de.aristaflow.adept2.model.globals that return ProcessConstants.ExecutableBusinessProcessPropertyModifier and TypeMethodDescriptionProcessConstants.ExecutableBusinessProcessProperty.valueOf(int code) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.ProcessConstants.ExecutableBusinessProcessProperty.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ProcessConstants.ExecutableBusinessProcessProperty in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that return ProcessConstants.ExecutableBusinessProcessPropertyModifier and TypeMethodDescriptionDeltaLayer.getChangedEBPProperties(int nodeID) Returns the properties of a given executable business process, which have been changed.Methods in de.aristaflow.adept2.model.processmodel with parameters of type ProcessConstants.ExecutableBusinessProcessPropertyModifier and TypeMethodDescriptionvoidChangePrimitives.updateExecutableBusinessProcess(int nodeID, ExecutableBusinessProcess ebp, ProcessConstants.ExecutableBusinessProcessProperty... ebpProperties) Updates the Executable Business Process of the node with the given ID, using the values of the given EBP object.