Package de.aristaflow.adept2.core.changeoperations


package de.aristaflow.adept2.core.changeoperations
  • Classes
    Class
    Description
    Change operation for adding a system parameter to a node.
    Change operation for adding a system data flow.
    Change operation for the creation/assignment of an empty embedded subprocess on a node.
    Change operation for the assignment of an executable business process (activity or sub-process/lightweight-process) to a node.
    A helper class with tools which are used by the change operations.
    Helper class for the conversion of an activity template to an activity
    Change operation to copy a process node.
    This change operation offers the possibility to surround nodes with a block of the following types: AND-Split -> AND-Join XOR-Split -> XOR-Join LOOP-Start -> LOOP-End Call isPossible first to check if the insertion of the surrounding block is valid, than call perform operation to execute the change.
    Use this change operation to delete the split/start loop and join/end loop nodes.
    Change operation for the deletion of a data edge between a node and a data element.
    ChangeOperation to delete a data element (including its in- and outgoing data edges).
    Deletes an empty branch between a split and its corresponding join node.
    Change operation for the deletion of a single node.
    Signals the end of a change transaction
    Change operation for inserting a new node between a set of nodes which should be executed before and a set of nodes which should be executed after the newly inserted node.
    Change operation for inserting a data edge between a node and a data element.
    Change operation for insertion of a new data element.
    Inserts an empty block consisting of a split, and a join node, and a single empty branch between them.
    Insert a branch between a split and its corresponding join node.
    Change operation for inserting a new node.
    Change operation for moving nodes.
    A default implementation of DependencyProvider that should be sufficient for most cases.
    The intended task of this change operation is to reconnect an already existent and already to a parameter connected data edge to a parameter which is disabled or unconnected.
    Change operation for the removal/deletion of a nodes' EBP Call isPossible first to check if the assignment is valid, than call perform operation to execute the change.
    Change operation for removing a system parameter from a node.
    Change operation for removing a system data flow.
    Signals the beginning of a change transaction
    The intended task of this change operation is to swap the already existent logical mapping between two data elements and their parameters of an EBP.
    Change operation, which allows to hide nodes in the process graph.
    Change operation, which allows toggling sync-edges between nodes of parallel branches.
    Change Operation to update the properties of a data edge.
    Change Operation to update the properties of a data element.
    Use this operation to update/change the mapping between the parameters of an assigned EBP and its data elements.
    Change Operation to update the properties of an executable business process.
    Change Operation to update the properties of an instance.
    Change Operation to update the properties of a node.
    Change Operation to update (add/remove) the system parameters referenced by the node property.
    Change Operation to update a plug in data container.
    Change Operation to update the properties of a template.
    Change Operation to update a user attribute.
    A dependency provider in the context of a template and a volatile node, i.e.