Uses of Interface
de.aristaflow.adept2.model.processmodel.ChangeableInstance
Packages that use ChangeableInstance
Package
Description
-
Uses of ChangeableInstance in de.aristaflow.adept2.core.changeoperations
Methods in de.aristaflow.adept2.core.changeoperations with parameters of type ChangeableInstanceModifier and TypeMethodDescriptionstatic booleanCopyNode.isPossible(ChangeableInstance sourceInstance, Instance targetInstance, int nodeToCopyID, int predID, int succID) Check if it is possible (concerning structural and state based correctness) to copy the given node to the specified target position in the given instance.static booleanCopyNode.isPossible(ChangeableInstance sourceInstance, Instance targetInstance, int nodeToCopyID, int predID, int succID, CheckReport checkReport) Check if it is possible (concerning structural and state based correctness) to copy the given node to the specified target position in the given instance.static booleanCreateSurroundingBlock.isPossible(ChangeableInstance instance, Node first, Node last, ProcessConstants.BlockType type) Check if it is possible (concerning structural and state-based correctness) to create a block which surrounds the two given nodes in the given instance.static booleanCreateSurroundingBlock.isPossible(ChangeableInstance instance, Node first, Node last, ProcessConstants.BlockType type, CheckReport checkReport) Check if it is possible (concerning structural and state-based correctness) to create a block which surrounds the two given nodes in the given template.static booleanDeleteBorderNodes.isPossible(ChangeableInstance instance, Node split, Node join) Checks if it is possible (concerning structural and state-based correctness) to delete start and end nodes of the current block in the given instance.static booleanDeleteBorderNodes.isPossible(ChangeableInstance instance, Node split, Node join, CheckReport checkReport) Checks if it is possible (concerning structural and state-based correctness) to delete start and end nodes of the current block in the given instance.static booleanDeleteDataEdge.isPossible(ChangeableInstance instance, Node node, DataElement dataElement, ActivityConstants.AccessType type) Check if it is possible (concerning structural and state-based correctness) to delete the data edge between the given node and the data element in the instance.static booleanDeleteDataEdge.isPossible(ChangeableInstance instance, Node node, DataElement dataElement, ActivityConstants.AccessType type, CheckReport checkReport) Check if it is possible (concerning structural and state-based correctness) to delete the data edge between the given node and the data element.static booleanDeleteDataElement.isPossible(ChangeableInstance instance, DataElement dataElement) checks if it is valid (concerning structural and state-based correctness) to delete the given data element from the instancestatic booleanDeleteDataElement.isPossible(ChangeableInstance instance, DataElement dataElement, CheckReport checkReport) checks if it is valid (concerning structural and state based correctness) to delete the given data element from the instance If not, the reasons are stored in the check report.static booleanDeleteEmptyBranch.isPossible(ChangeableInstance instance, Node split, Node join) Checks if it is valid (concerning structural and state-based correctness) to delete the given branch from the given instance.static booleanDeleteEmptyBranch.isPossible(ChangeableInstance instance, Node split, Node join, CheckReport checkReport) Checks if it is valid (concerning structural and state-based correctness) to delete the given branch from the instance.static booleanDeleteNode.isPossible(ChangeableInstance instance, Node node) Checks if it is valid to delete the node (concerning structural and state-based aspects) from the given instance.static booleanDeleteNode.isPossible(ChangeableInstance instance, Node node, CheckReport checkReport) Checks if it is valid to delete the node (concerning structural and state-based aspects) from the given instance.static booleanInsertDataEdge.isPossible(ChangeableInstance instance, Node node, DataElement[] dataElements, ActivityConstants.AccessType type) Check if it is possible (concerning structural and state-based correctness) to insert data edges of the given type between the given node and the data elements in the instance.static booleanInsertDataEdge.isPossible(ChangeableInstance instance, Node node, DataElement[] dataElements, ActivityConstants.AccessType type, CheckReport checkReport) Check if it is possible (concerning structural and state-based correctness) to insert data edges of the given type between the given node and the data elements in the instance.static booleanInsertDataEdge.isPossible(ChangeableInstance instance, Node node, DataElement dataElement, ActivityConstants.AccessType type) Check if it is possible (concerning structural and state-based correctness) to insert a data edge of the given type between the given node and the data element in the instance.static booleanInsertDataEdge.isPossible(ChangeableInstance instance, Node node, DataElement dataElement, ActivityConstants.AccessType type, CheckReport checkReport) Check if it is possible (concerning structural and state-based correctness) to insert a data edge of the given type between the given node and the data element in the instance.static booleanInsertDataEdge.isPossible(ChangeableInstance instance, Node node, DataElement dataElement, String paramName, ActivityConstants.AccessType type) Check if it is possible (concerning structural and state-based correctness) to connect the parameter of the given node with the given data element via a data edge of the given type in the instance.static booleanInsertDataEdge.isPossible(ChangeableInstance instance, Node node, DataElement dataElement, String paramName, ActivityConstants.AccessType type, CheckReport checkReport) Check if it is possible (concerning structural and state-based correctness) to connect the parameter of the given node with the given data element via a data edge of the given type in the instance.static booleanInsertDataElement.isPossible(ChangeableInstance instance) Check if it is possible (concerning structural and state based correctness) to insert a new data element in the instance.static booleanInsertDataElement.isPossible(ChangeableInstance instance, DataElement dataElement) Check if it is possible (concerning structural and state based correctness) to insert a new data element given as a data element container object (without an id) in the instance.static booleanInsertDataElement.isPossible(ChangeableInstance instance, DataElement dataElement, CheckReport checkReport) Check if it is possible (concerning structural and state based correctness) to insert a new data element given as a data element container object (without an id) in the instance.static booleanInsertDataElement.isPossible(ChangeableInstance instance, CheckReport checkReport) Check if it is possible to insert a new data element (concerning structural and state based correctness) in the instance.static booleanInsertEmptyBlock.isPossible(ChangeableInstance instance, Node pred, Node succ) Checks if it is possible (concerning structural and state-based correctness) to insert an empty block in the given instance.static booleanInsertEmptyBlock.isPossible(ChangeableInstance instance, Node pred, Node succ, CheckReport checkReport) Checks if it is possible (concerning structural and state-based correctness) to insert an empty block in the given instance.static booleanInsertEmptyBranch.isPossible(ChangeableInstance instance, Node split, Node join) Checks if it is possible (concerning structural correctness) to insert an empty branch between split and join in the given instance.static booleanInsertEmptyBranch.isPossible(ChangeableInstance instance, Node split, Node join, CheckReport checkReport) Checks if it is possible (concerning structural and state-based correctness) to insert an empty branch between split and join in the given instance.static booleanMoveNodes.isPossible(ChangeableInstance instance, Node first, Node last, Node pred, Node succ) Check if it is possible (concerning structural and state-based aspects) to move the nodes between first and last to the position between pred and succ in the given instance.static booleanMoveNodes.isPossible(ChangeableInstance instance, Node first, Node last, Node pred, Node succ, CheckReport checkReport) Check if it is possible (concerning structural and state-based aspects) to move the nodes between first and last to the position between pred and succ in the given instance.static booleanReconnectDataEdge.isPossible(ChangeableInstance instance, int nodeID, int dataElementID, DataEdge dataEdge, ProcessModelParameter param) Check if it is possible to reconnect the given data edge (respectively the connected data element) to the given parameter in the instance .static booleanReconnectDataEdge.isPossible(ChangeableInstance instance, int nodeID, int dataElementID, DataEdge dataEdge, ProcessModelParameter param, CheckReport checkReport) Check if it is possible to reconnect the given data edge (respectively the connected data element) to the given parameter in the template.static booleanRemoveExecutableBusinessProcess.isPossible(ChangeableInstance instance, Node node) Checks if it is valid (concerning structural and state-based correctness) to remove/delete the EBP from the given node.static booleanRemoveExecutableBusinessProcess.isPossible(ChangeableInstance instance, Node node, CheckReport checkReport) Checks if it is valid (concerning structural and state-based correctness) to remove/delete the EBP from the given node.static booleanSwapDataElementParameterConnections.isPossible(ChangeableInstance instance, int nodeID, int dataElementID1, DataEdge dataEdge1, int dataElementID2, DataEdge dataEdge2) Check if it is possible to swap the parameter data element connections of the given data edges in the given instance.static booleanSwapDataElementParameterConnections.isPossible(ChangeableInstance instance, int nodeID, int dataElementID1, DataEdge dataEdge1, int dataElementID2, DataEdge dataEdge2, CheckReport checkReport) Check if it is possible to swap the parameter data element connections of the given data edges in the given instance.static booleanToggleNodeVisibility.isPossible(ChangeableInstance instance, int nodeID, boolean hidden) Checks if it is valid to change the visibility of a node in the given instance.static booleanToggleNodeVisibility.isPossible(ChangeableInstance instance, int nodeID, boolean hidden, CheckReport checkReport) Checks if it is valid to change the visibility of a node in the given instance.static booleanToggleSyncEdge.isPossible(ChangeableInstance instance, Node pred, Node succ) Check, if a sync edge between the given nodes is possible (concerning structural and state-based correctness) in the instance.static booleanToggleSyncEdge.isPossible(ChangeableInstance instance, Node pred, Node succ, CheckReport checkReport) Check, if a sync edge between the given nodes is possible (concerning structural and state-based correctness)in the instance.static booleanUpdateDataEdge.isPossible(ChangeableInstance instance, int nodeID, int dataElementID, ActivityConstants.AccessType type, ProcessConstants.DataEdgeProperty... dataEdgeProperties) Checks if it is valid (concerning structural and state based correctness) for the data edge (described by the given node ID and the given data element ID) to update the properties given bydataEdgePropertiesin the instance.static booleanUpdateDataEdge.isPossible(ChangeableInstance instance, int nodeID, int dataElementID, ActivityConstants.AccessType type, CheckReport checkReport, ProcessConstants.DataEdgeProperty... dataEdgeProperties) Checks if it is valid (concerning structural and state based correctness) for the data edge (described by the given node ID and the given data element ID) to update the properties given bydataEdgePropertiesin the instance.static booleanUpdateDataElement.isPossible(ChangeableInstance instance, DataElement dataElement, ProcessConstants.DataElementProperty... dataElementProperties) Tests if it is valid (concerning structural and state-based correctness) to change the data element properties given bydataElementPropertiesin the instance.static booleanUpdateDataElement.isPossible(ChangeableInstance instance, DataElement dataElement, CheckReport checkReport, ProcessConstants.DataElementProperty... dataElementProperties) Tests if it is valid (concerning structural and state-based correctness) to change the data element properties given bydataElementPropertiesin the instance.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 booleanUpdateNode.isPossible(ChangeableInstance instance, Node node, ProcessConstants.NodeProperty... nodeProperties) Checks if it is valid (concerning structural and state based correctness) for the given node to update the properties given bynodePropertiesin the instance.static booleanUpdateNode.isPossible(ChangeableInstance instance, Node node, CheckReport checkReport, ProcessConstants.NodeProperty... nodeProperties) Checks if it is valid (concerning structural and state based correctness) for the given node to update the properties given bynodePropertiesin the instance.static booleanUpdateNodeSystemDependency.isPossible(ChangeableInstance instance, Node tempNode, Map<String, Dependency> paramBindings, ProcessConstants.NodeProperty nodeProperty) Checks if the parameter binding is valid (concerning structural and state based correctness) for that property of the given container node which is referenced by the node propertynodePropertyin the related template.static booleanUpdateNodeSystemDependency.isPossible(ChangeableInstance instance, Node tempNode, Map<String, Dependency> paramBindings, ProcessConstants.NodeProperty nodeProperty, CheckReport checkReport) Checks if the parameter binding is valid (concerning structural and state based correctness) for that property of the given container node which is referenced by the node propertynodePropertyin the related template.protected static booleanUpdateNodeSystemDependency.isPossible(Template templ, ChangeableInstance inst, Node tempNode, Map<String, Dependency> bindings, ProcessConstants.NodeProperty nodeProp, CheckReport cr) Gets whether updating the node system dependencies is possible for the designated template or the designated instance.static booleanUpdatePluginDataContainer.isPossible(ChangeableInstance instance, PluginDataContainer pluginContainer, String extensionPointID, String pluginDataID, PluginData pluginData) Checks if it is valid (concerning structural correctness and state-based correctness) to update (add / remove) the plug in data for the Extension-Point given byextensionPointwith the value given bypluginDatain the plug in data container given bypluginContainer.static booleanUpdatePluginDataContainer.isPossible(ChangeableInstance instance, PluginDataContainer pluginContainer, String extensionPointID, String pluginDataID, PluginData pluginData, CheckReport checkReport) Checks if it is valid (concerning structural correctness and state-based correctness) to update (add / remove) the plug in data for the Extension-Point given byextensionPointwith the value given bypluginDatain the plug in data container given bypluginContainer.static booleanUpdateUserAttribute.isPossible(ChangeableInstance instance, UserAttributeContainer attributeContainer, String name, String value) Checks if it is valid (concerning structural and state-based correctness) to update the user attribute of UserAttributeContainer given bynamewith the value given byvaluein the instance.static booleanUpdateUserAttribute.isPossible(ChangeableInstance instance, UserAttributeContainer attributeContainer, String name, String value, CheckReport checkReport) Checks if it is valid (concerning structural and state-based correctness) to update the user attribute of UserAttributeContainer given bynamewith the value given byvaluein the instance.static booleanAssignExecutableBusinessProcess.isPossibleId(ChangeableInstance instance, Node node, ExecutableBusinessProcess ebp, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, ProcessConstants.DataMappingType>> paramsWithoutExistingDataElements, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, Integer>> paramsWithExistingDataElements) Checks if the assignment of the EBP - especially the mappings in the given maps - are valid (concerning structural and state-based correctness) for the given instance.static booleanAssignExecutableBusinessProcess.isPossibleId(ChangeableInstance instance, Node node, ExecutableBusinessProcess ebp, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, ProcessConstants.DataMappingType>> paramsWithoutExistingDataElements, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, Integer>> paramsWithExistingDataElements, CheckReport checkReport) Checks if the assignment of the EBP - especially the mappings in the given maps - are valid (concerning structural and state-based correctness) for the given instance.static booleanMoveNodes.isValidMoveBlock(ChangeableInstance instance, Node first, Node last) Checks if the block given by first and last is valid (concerning structural and state-based aspects) for a move operation on the given instance.static booleanMoveNodes.isValidMoveBlock(ChangeableInstance instance, Node first, Node last, CheckReport checkReport) Checks if the block given by first and last is valid (concerning structural and state-based aspects) for a move operation on the given instance.static booleanCopyNode.isValidNodeToCopy(ChangeableInstance instance, int nodeToCopyID, CheckReport checkReport) Checks if the given node is a node which can be copied (concerning structural and state-based aspects) in the given instance.static voidAddNodeSystemParameter.performOperation(SessionToken session, ChangeableInstance instance, int nodeID, ActivityConstants.AccessType type, ProcessModelParameter parameter) Adds the given system parameter to the given node in the given instance.static voidAddNodeSystemParameter.performOperation(SessionToken session, ChangeableInstance instance, int nodeID, ActivityConstants.AccessType type, ProcessModelParameter parameter, UpdateManager updateManager) Adds the given system parameter to the given node in the given instance.static voidAddSystemDataFlow.performOperation(SessionToken session, ChangeableInstance instance, int producerNodeID, SystemDataProducer systemDataType, int consumerNodeID, String inputParameterName) Adds a system data flow of the given type between the given nodes in the given instance.static voidAddSystemDataFlow.performOperation(SessionToken session, ChangeableInstance instance, int producerNodeID, SystemDataProducer systemDataType, int consumerNodeID, String inputParameterName, UpdateManager updateManager) Adds a system data flow of the given type between the given nodes in the given instance.static voidAssignEmptyEmbeddedSubprocess.performOperation(SessionToken session, ChangeableInstance instance, int nodeID) Creates and assigns an empty embedded subprocess to a node in the given instance.static voidAssignEmptyEmbeddedSubprocess.performOperation(SessionToken session, ChangeableInstance instance, int nodeID, UpdateManager updateManager) Creates and assigns an empty embedded subprocess to a node in the given instance (with updateManager).static voidAssignExecutableBusinessProcess.performOperation(SessionToken session, ChangeableInstance instance, Node node, ExecutableBusinessProcess ebp, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, ProcessConstants.DataMappingType>> paramsWithoutExistingDataElements, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, Integer>> paramsWithExistingDataElements) Assigns an executable business process to a node in the given instance using the given maps to create a correct mapping between parameters and dataElements via connectors.static voidAssignExecutableBusinessProcess.performOperation(SessionToken session, ChangeableInstance instance, Node node, ExecutableBusinessProcess ebp, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, ProcessConstants.DataMappingType>> paramsWithoutExistingDataElements, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, Integer>> paramsWithExistingDataElements, UpdateManager updateManager) Assigns an executable business process to a node in the given instance using the given maps to create a correct mapping between parameters and dataElements via connectors (with updateManager).static intCopyNode.performOperation(SessionToken session, ChangeableInstance sourceInstance, ChangeableInstance targetInstance, int nodeToCopyID, int predID, int succID) Copies the given node from the source instance between the two nodes in the target instance.static intCopyNode.performOperation(SessionToken session, ChangeableInstance sourceInstance, ChangeableInstance targetInstance, int nodeToCopyID, int predID, int succID, UpdateManager updateManager) Copies the given node from the source instance between the two nodes in the target instance.static Node[]CreateSurroundingBlock.performOperation(SessionToken session, ChangeableInstance instance, Node first, Node last, ProcessConstants.BlockType type) Inserts a new block of the given type around the two given nodes in the given instance.static Node[]CreateSurroundingBlock.performOperation(SessionToken session, ChangeableInstance instance, Node first, Node last, ProcessConstants.BlockType type, UpdateManager updateManager) Inserts a new block of the given type around the two given nodes in the given instance (with updateManager).static voidDeleteBorderNodes.performOperation(SessionToken session, ChangeableInstance instance, Node split, Node join) Deletes a split and its corresponding join node (border nodes) from the given instance.static voidDeleteBorderNodes.performOperation(SessionToken session, ChangeableInstance instance, Node split, Node join, UpdateManager updateManager) Deletes a split and its corresponding join node (border nodes) from the given instance (with updateManager).static voidDeleteDataEdge.performOperation(SessionToken session, ChangeableInstance instance, Node node, DataElement dataElement, ActivityConstants.AccessType type) Deletes a data edge form the instance.static voidDeleteDataEdge.performOperation(SessionToken session, ChangeableInstance instance, Node node, DataElement dataElement, ActivityConstants.AccessType type, UpdateManager updateManager) Deletes a data edge form the instance (with updateManager).static voidDeleteDataElement.performOperation(SessionToken session, ChangeableInstance instance, DataElement dataElement) Deletes the given data element from the instance.static voidDeleteDataElement.performOperation(SessionToken session, ChangeableInstance instance, DataElement dataElement, UpdateManager updateManager) Deletes the given data element from the instance Possibly assigned in- or outgoing data edges are also deleted.static voidDeleteEmptyBranch.performOperation(ChangeableInstance instance, Node split, Node join) Deletes an empty branch between split and join in the given instance.static voidDeleteEmptyBranch.performOperation(ChangeableInstance instance, Node split, Node join, UpdateManager updateManager) Deletes an empty branch between split and join in the given instance (with updateManager).static voidDeleteNode.performOperation(SessionToken session, ChangeableInstance instance, Node node) Deletes a node of type NT_NORMAL from the given instance.static voidDeleteNode.performOperation(SessionToken session, ChangeableInstance instance, Node node, UpdateManager updateManager) Deletes a node of type NT_NORMAL from the given instance (with updateManager).protected static voidDeleteNode.performOperation(SessionToken session, ChangeableInstance instance, Node node, ProcessConstants.NodeType type, UpdateManager updateManager) Deletes a node of typetypefrom the instance.static voidEndTransaction.performOperation(ChangeableInstance instance, UpdateManager updateManager) calls the methods which are interested in the end-event of a change operation.static voidEndTransaction.performOperation(ChangeableInstance instance, UpdateManager updateManager, String transactionLabel) calls the methods which are interested in the end-event of a change operation.static NodeInsertBetweenNodeSets.performOperation(SessionToken session, ChangeableInstance instance, List<Integer> preds, List<Integer> succs) Insert a new node between two nodes in the given instance.static NodeInsertBetweenNodeSets.performOperation(SessionToken session, ChangeableInstance instance, List<Integer> preds, List<Integer> succs, UpdateManager updateManager) Insert a new node of type NT_NORMAL between two nodes in the given instance.static voidInsertDataEdge.performOperation(SessionToken session, ChangeableInstance instance, Node node, DataElement dataElement, ActivityConstants.AccessType type) Inserts a new data edge in the instance.static voidInsertDataEdge.performOperation(SessionToken session, ChangeableInstance instance, Node node, DataElement dataElement, ActivityConstants.AccessType type, UpdateManager updateManager) Inserts a new data edge in the instance (with update manager).protected static voidInsertDataEdge.performOperation(SessionToken session, ChangeableInstance instance, Node node, DataElement dataElement, ProcessModelParameter param, int connectorID, ActivityConstants.AccessType type, UpdateManager updateManager) Inserts a new data edge in the instance.static voidInsertDataEdge.performOperation(SessionToken session, ChangeableInstance instance, Node node, DataElement dataElement, ProcessModelParameter parameter, ActivityConstants.AccessType type) Inserts a new data edge in the instance.static voidInsertDataEdge.performOperation(SessionToken session, ChangeableInstance instance, Node node, DataElement dataElement, ProcessModelParameter parameter, ActivityConstants.AccessType type, UpdateManager updateManager) Inserts a new data edge in the instance.static DataElementInsertDataElement.performOperation(SessionToken session, ChangeableInstance instance) Insert a new data element in the instance.static DataElementInsertDataElement.performOperation(SessionToken session, ChangeableInstance instance, UpdateManager updateManager) Insert a new data element in the instance (with updateManager).static DataElementInsertDataElement.performOperation(SessionToken session, ChangeableInstance instance, DataElement dataElement) Insert a new data element in the instance.static DataElementInsertDataElement.performOperation(SessionToken session, ChangeableInstance instance, DataElement dataElement, UpdateManager updateManager) Insert a new data element in the instance.static Node[]InsertEmptyBlock.performOperation(SessionToken session, ChangeableInstance instance, Node pred, Node succ, ProcessConstants.BlockType type) Inserts an empty block of the given type in the instance.static Node[]InsertEmptyBlock.performOperation(SessionToken session, ChangeableInstance instance, Node pred, Node succ, ProcessConstants.BlockType type, UpdateManager updateManager) Inserts an empty block of the given type in the instance (with updateManager).static voidInsertEmptyBranch.performOperation(SessionToken session, ChangeableInstance instance, Node split, Node join) Inserts an empty branch between split and join in the given instance.static voidInsertEmptyBranch.performOperation(SessionToken session, ChangeableInstance instance, Node split, Node join, UpdateManager updateManager) Inserts an empty branch between split and join in the given instance (with updateManager).static NodeInsertNode.performOperation(SessionToken session, ChangeableInstance instance, Node pred, Node succ) Insert a new node between two nodes in the given instance.static NodeInsertNode.performOperation(SessionToken session, ChangeableInstance instance, Node pred, Node succ, UpdateManager updateManager) Insert a new node of type NT_NORMAL between two nodes in the given instance.static NodeInsertNode.performOperation(SessionToken session, ChangeableInstance instance, Node tempNode, Node pred, Node succ) Insert a new node between two nodes in the given instance.static NodeInsertNode.performOperation(SessionToken session, ChangeableInstance instance, Node tempNode, Node pred, Node succ, UpdateManager updateManager) Insert a new node of type NT_NORMAL between two nodes in the given instance.protected static NodeInsertNode.performOperation(SessionToken session, ChangeableInstance instance, Node tempNode, Node pred, Node succ, ProcessConstants.NodeType type, UpdateManager updateManager) Insert a new node of typetypebetween two nodes in the given instance.static voidMoveNodes.performOperation(SessionToken session, ChangeableInstance instance, Node first, Node last, Node pred, Node succ) Moves the nodes between first and last to the position between pred and succ in the instance.static voidMoveNodes.performOperation(SessionToken session, ChangeableInstance instance, Node first, Node last, Node pred, Node succ, UpdateManager updateManager) Moves the nodes between first and last to the position between pred and succstatic voidReconnectDataEdge.performOperation(SessionToken session, ChangeableInstance instance, int nodeID, int dataElementID, DataEdge dataEdge, ProcessModelParameter param) Connect the given data element with the given parameter (via the given already existing data edge) in the instance.static voidReconnectDataEdge.performOperation(SessionToken session, ChangeableInstance instance, int nodeID, int dataElementID, DataEdge dataEdge, ProcessModelParameter param, UpdateManager updateManager) Connect the given data element with the given parameter (via the given already existing data edge) in the instance.static voidRemoveExecutableBusinessProcess.performOperation(SessionToken session, ChangeableInstance instance, Node node) Removes/Deletes an executable business process from the given node in the given instance.static voidRemoveExecutableBusinessProcess.performOperation(SessionToken session, ChangeableInstance instance, Node node, UpdateManager updateManager) Removes/Deletes an executable business process from the given node in the given instance.static voidRemoveNodeSystemParameter.performOperation(SessionToken session, ChangeableInstance instance, int nodeID, ActivityConstants.AccessType type, String parameterName) Removes the given system parameter from the given node in the given instance.static voidRemoveNodeSystemParameter.performOperation(SessionToken session, ChangeableInstance instance, int nodeID, ActivityConstants.AccessType type, String parameterName, UpdateManager updateManager) Removes the given system parameter from the given node in the given instance.static voidRemoveSystemDataFlow.performOperation(SessionToken session, ChangeableInstance instance, int nodeID, String inputParameterName) Remove the system data flow which is connected with the given parameter in the given instance.static voidRemoveSystemDataFlow.performOperation(SessionToken session, ChangeableInstance instance, int nodeID, String inputParameterName, UpdateManager updateManager) Remove the system data flow which is connected with the given parameter in the given instance.static voidStartTransaction.performOperation(ChangeableInstance instance, UpdateManager updateManager) starts a transactionstatic voidSwapDataElementParameterConnections.performOperation(SessionToken session, ChangeableInstance instance, int nodeID, int dataElementID1, DataEdge dataEdge1, int dataElementID2, DataEdge dataEdge2) Swaps the parameter data element connections of the given data edges in the given instance.static voidSwapDataElementParameterConnections.performOperation(SessionToken session, ChangeableInstance instance, int nodeID, int dataElementID1, DataEdge dataEdge1, int dataElementID2, DataEdge dataEdge2, UpdateManager updateManager) Swaps the parameter data element connections of the given data edges in the given instance.static voidToggleNodeVisibility.performOperation(ChangeableInstance instance, int nodeID, boolean hidden) Sets the visibility state of the node in the given instance.static voidToggleNodeVisibility.performOperation(ChangeableInstance instance, int nodeID, boolean hidden, UpdateManager updateManager) Sets the visibility state of the node in the given instance.static voidToggleSyncEdge.performOperation(SessionToken session, ChangeableInstance instance, Node pred, Node succ) Deletes the sync edge in the instance if there already exists one.static voidToggleSyncEdge.performOperation(SessionToken session, ChangeableInstance instance, Node pred, Node succ, UpdateManager updateManager) Deletes the sync edge in the instance if there already exists one.static voidUpdateDataEdge.performOperation(SessionToken session, ChangeableInstance instance, int nodeID, int dataElementID, ActivityConstants.AccessType type, DataEdge dataEdge, UpdateManager updateManager, ProcessConstants.DataEdgeProperty... dataEdgeProperties) Updates the data edge (described by the given node ID and the given data element ID) in the given instance using the data in the given data edge object.static voidUpdateDataEdge.performOperation(SessionToken session, ChangeableInstance instance, int nodeID, int dataElementID, ActivityConstants.AccessType type, DataEdge dataEdge, ProcessConstants.DataEdgeProperty... dataEdgeProperties) Updates the data edge (described by the given node ID and the given data element ID) in the given instance using the data in the given data edge object.static DataElementUpdateDataElement.performOperation(SessionToken session, ChangeableInstance instance, DataElement dataElement, UpdateManager updateManager, ProcessConstants.DataElementProperty... dataElementProperties) Updates the data element attributes given bydataElementPropertiesin the instance.static DataElementUpdateDataElement.performOperation(SessionToken session, ChangeableInstance instance, DataElement dataElement, ProcessConstants.DataElementProperty... dataElementProperties) Updates the data element attributes given bydataElementPropertiesin the instance.static voidUpdateDataElementParameterMapping.performOperation(SessionToken session, ChangeableInstance instance, Node node, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, ProcessConstants.DataMappingType>> paramsWithoutExistingDataElements, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, Integer>> paramsWithExistingDataElements) Updates the Mapping from DataElements to the EBP-parameters for the given node in the instance.static voidUpdateDataElementParameterMapping.performOperation(SessionToken session, ChangeableInstance instance, Node node, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, ProcessConstants.DataMappingType>> paramsWithoutExistingDataElements, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, Integer>> paramsWithExistingDataElements, UpdateManager updateManager) Updates the Mapping from DataElements to the EBP-parameters for the given node in the instance.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 voidUpdateInstance.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 voidUpdateInstance.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.static voidUpdateNode.performOperation(ChangeableInstance instance, Node node, UpdateManager updateManager, ProcessConstants.NodeProperty... nodeProperties) Updates a node object in the given instance using the data in the given node.static voidUpdateNode.performOperation(ChangeableInstance instance, Node node, ProcessConstants.NodeProperty... nodeProperties) Updates a node object in the given instance using the data in the given node.static voidUpdateNodeSystemDependency.performOperation(SessionToken session, ChangeableInstance instance, Node node, Map<String, Dependency> paramBindings, ProcessConstants.NodeProperty nodeProperty) Updates the system parameters of a node object in the given template using the data in the given node.static voidUpdateNodeSystemDependency.performOperation(SessionToken session, ChangeableInstance instance, Node node, Map<String, Dependency> paramBindings, ProcessConstants.NodeProperty nodeProperty, UpdateManager updateManager) Updates the system parameters of a node object in the given template using the data in the given node.protected static voidUpdateNodeSystemDependency.performOperation(SessionToken session, ChangeableTemplate cTempl, ChangeableInstance inst, Node node, Map<String, Dependency> paramBindings, ProcessConstants.NodeProperty nodeProperty, UpdateManager updateManager) Worker method to do the structural changes for both changeable templates and changeable instances.static voidUpdatePluginDataContainer.performOperation(ChangeableInstance instance, PluginDataContainer pluginContainer, String extensionPointID, String pluginDataID, PluginData pluginData) Updates the plug in data for the extension point in the given plug in data container.static voidUpdatePluginDataContainer.performOperation(ChangeableInstance instance, PluginDataContainer pluginContainer, String extensionPointID, String pluginDataID, PluginData pluginData, UpdateManager updateManager) Updates the plug in data for the extension point in the given plug in data container.static voidUpdateUserAttribute.performOperation(ChangeableInstance instance, UserAttributeContainer attributeContainer, String name, String value) Sets the value of the user defined attribute identified by name to value in the given template.static voidUpdateUserAttribute.performOperation(ChangeableInstance instance, UserAttributeContainer attributeContainer, String name, String value, UpdateManager updateManager) Sets the value of the user defined attribute identified by name to value in the given template. -
Uses of ChangeableInstance in de.aristaflow.adept2.core.executionmanager
Methods in de.aristaflow.adept2.core.executionmanager that return ChangeableInstanceModifier and TypeMethodDescriptionInstanceChanging.getInstanceForChanging(SessionToken session, UUID instanceID) Gets a process instance that may be changed after retrieval.Methods in de.aristaflow.adept2.core.executionmanager with parameters of type ChangeableInstanceModifier and TypeMethodDescriptionInstanceChanging.changeAndUnlockInstance(SessionToken session, ChangeableInstance instance, Locale... locales) Validates the instance and if this is successful, the designated instance will be changed, unlocked, resumed and the worklist and data managers will be informed about the new instance structure and state.InstanceChanging.changeInstance(SessionToken session, ChangeableInstance instance, Locale... locales) Validates the instance and if this is successful, the designated instance will be changed and the worklist and data managers will be informed about the new instance structure and state. -
Uses of ChangeableInstance in de.aristaflow.adept2.core.processmanager
Methods in de.aristaflow.adept2.core.processmanager that return ChangeableInstanceModifier and TypeMethodDescriptionInstanceManager.getAndLockInstanceForChanging(SessionToken session, UUID instanceID) Gets a process instance that may be changed after retrieval.Methods in de.aristaflow.adept2.core.processmanager with parameters of type ChangeableInstanceModifier and TypeMethodDescriptionInstanceManager.changeAndUnlockInstance(SessionToken session, ChangeableInstance instance, Locale... locales) Releases the lock of the designated instance and incorporates the made changes.InstanceManager.changeInstance(SessionToken session, ChangeableInstance instance, Locale... locales) Changes the instance and returns a new UUID but does not release the lock. -
Uses of ChangeableInstance in de.aristaflow.adept2.model.processmodel
Fields in de.aristaflow.adept2.model.processmodel declared as ChangeableInstanceModifier and TypeFieldDescriptionChangeReport.newInstanceThe new changed instance if the change has been successful, otherwise null.Methods in de.aristaflow.adept2.model.processmodel with parameters of type ChangeableInstanceModifier and TypeMethodDescriptionfinal voidChangeReport.setNewInstance(ChangeableInstance newInstance) Sets the new instance.