| java.lang.Object org.enhydra.jawe.components.graph.GraphUtilities
GraphUtilities | public class GraphUtilities (Code) | | |
Method Summary | |
public static void | adjustBubbles(WorkflowProcess wp, String asId, String eapart, String oldId, String newId) | public static void | adjustBubbles(Collection seeas, String eapart, String newId) | public static void | adjustInsertedOrUpdatedActivity(Activity act, List vo, Set participantsToInsertIntoGraph) | public static void | adjustInsertedOrUpdatedTransitions(List tras, GraphManager gmgr) | public static void | adjustPackageOnUndoOrRedoEvent(List allInfo) | public static void | adjustPackageOnUndoableChangeEvent(List allInfo) | public static void | adjustPastedActivity(Activity act, List vo, Set participantsToInsertIntoGraph, CopyOrCutInfo cci, GraphManager gm) | public static void | adjustPastedTransitions(List tras, CopyOrCutInfo cci, GraphManager gm) | public static void | adjustWorkflowProcessOrActivitySetOnUndoOrRedoEvent(List allInfo, XMLCollectionElement wpOrAs) | public static void | adjustWorkflowProcessOrActivitySetOnUndoableChangeEvent(List allInfo, XMLCollectionElement wpOrAs, Map extPkgPars, boolean insertedExtPkg) | public static ExtendedAttribute | createBreakpointsEA(Transition tra, String val, boolean addToCollection) | protected static String | createBreakpointsEAVal(List breakPoints) | protected static ExtendedAttribute | createGraphParticipantOrientationEA(WorkflowProcess wp, XMLCollectionElement wpOrAs, String val, boolean addToCollection) | protected static ExtendedAttribute | createOffsetPointEA(Activity act, String val, boolean addToCollection) | protected static ExtendedAttribute | createParticipantIdEA(Activity act, String val, boolean addToCollection) | protected static ExtendedAttribute | createParticipantVisualOrderEA(XMLCollectionElement wpOrAs, String val, boolean addToCollection) | protected static String | createParticipantVisualOrderEAVal(XMLCollectionElement wpOrAs, List order) | public static ExtendedAttribute | createStartOrEndExtendedAttribute(XMLCollectionElement wpOrAs, boolean isStart, String pId, Point offset, String type, boolean addToCollection) | protected static ExtendedAttribute | createStyleEA(Transition tra, String val, boolean addToCollection) | public static List | findInfoList(List allInfo, Class parentObjClass, Class objClass) | public static List | gatherParticipants(XMLCollectionElement wpOrAs) Returns the sorted set of participants for given object. | public static Map | getActivitiesWithChangedId(List allInfo, XMLCollectionElement wpOrAs) | public static Set | getActivitiesWithChangedOffset(List allInfo, XMLCollectionElement wpOrAs) | public static Set | getActivitiesWithChangedParticipantId(List allInfo, XMLCollectionElement wpOrAs) | public static Set | getActivitiesWithChangedPerformer(List allInfo, XMLCollectionElement wpOrAs) | public static Set | getActivitiesWithChangedPerformer(List allInfo, XMLCollectionElement wpOrAs, String oldPerf) | protected static List | getActivitiesWithPerformer(List acts, String parId) | protected static String | getActivitySetIdForBlockParticipantVisualOrderOrOrientationEA(ExtendedAttribute ea) | protected static String | getActivitySetIdForBlockParticipantVisualOrderOrOrientationEA(String eaval) | public static Map | getActivitySetsWithChangedId(List allInfo) | public static List | getAllActivitiesForParticipantId(Collection acts, String pId) | protected static List | getAllPossiblePerformers(Activities acts) | public static List | getBreakpoints(Transition tra) | public static ExtendedAttribute | getBreakpointsEA(Transition tra) | protected static List | getBreakpointsOld(Transition tra) | public static GraphController | getGraphController() | public static String | getGraphParticipantOrientation(WorkflowProcess wp, XMLCollectionElement wpOrAs) | public static String | getGraphParticipantOrientation(WorkflowProcess wp, String asId) | protected static ExtendedAttribute | getGraphParticipantOrientationEA(WorkflowProcess wp, XMLCollectionElement wpOrAs) | protected static ExtendedAttribute | getGraphParticipantOrientationEA(WorkflowProcess wp, String asId) | public static Set | getInsertedOrRemovedActivities(List allInfo, XMLCollectionElement wpOrAs, boolean inserted) | public static Set | getInsertedOrRemovedActivitySets(List allInfo, boolean inserted) | public static Set | getInsertedOrRemovedBubbles(List allInfo, XMLCollectionElement wpOrAs, boolean inserted) | public static Set | getInsertedOrRemovedTransitions(List allInfo, XMLCollectionElement wpOrAs, boolean inserted) | public static Set | getInsertedOrRemovedWorkflowProcesses(List allInfo, boolean inserted) | protected static String | getNewStyle(Transition tra, String oldStyle) | public static Point | getOffsetPoint(Activity act) | protected static ExtendedAttribute | getOffsetPointEA(Activity act) | public static Point | getOffsetPointOld(Activity act) | public static Map | getPackageInsertedOrRemovedParticipants(List allInfo, boolean inserted) | public static Map | getPackageParticipantsWithChangedId(List allInfo) | public static String | getParticipantId(Activity act) | protected static ExtendedAttribute | getParticipantIdEA(Activity act) | protected static ExtendedAttribute | getParticipantIdEAOld(Activity act) | protected static String | getParticipantIdOld(Activity act) | public static List | getParticipantVisualOrder(XMLCollectionElement wpOrAs) | public static List | getParticipantVisualOrder(WorkflowProcess wp, String asId) | protected static ExtendedAttribute | getParticipantVisualOrderEA(XMLCollectionElement wpOrAs) | protected static ExtendedAttribute | getParticipantVisualOrderEA(WorkflowProcess wp, String asId) | protected static ExtendedAttribute | getParticipantVisualOrderEAOld(XMLCollectionElement wpOrAs) | protected static List | getParticipantVisualOrderOld(XMLCollectionElement wpOrAs) | protected static List | getParticipants(Activities acts) | protected static Activity | getReferencingBlockActivity(ActivitySet as) | protected static Activity | getReferencingBlockActivity(Activities acts, String asId) | public static XMLCollectionElement | getRotatedGraphObject(List allInfo) | public static List | getStartOrEndDescriptions(XMLCollectionElement wpOrAs, boolean isStart) | protected static List | getStartOrEndDescriptionsOld(XMLCollectionElement wpOrAs, boolean isStart) | public static List | getStartOrEndExtendedAttributes(XMLCollectionElement wpOrAs, boolean isStart) | public static List | getStartOrEndExtendedAttributes(WorkflowProcess wp, String asId, boolean isStart) | public static List | getStartOrEndExtendedAttributes(XMLCollectionElement wpOrAs, String id, String eapart) | public static List | getStartOrEndExtendedAttributes(WorkflowProcess wp, String asId, String id, String eapart) | protected static List | getStartOrEndExtendedAttributesOld(XMLCollectionElement wpOrAs, boolean isStart) | public static String | getStyle(Transition tra) | protected static ExtendedAttribute | getStyleEA(Transition tra) | protected static ExtendedAttribute | getStyleEAOld(Transition tra) | protected static String | getStyleOld(Transition tra) | public static Set | getTransitionsWithChangedBreakpointsOrStyle(List allInfo, XMLCollectionElement wpOrAs) | public static Set | getUpdatedBubbles(List allInfo, XMLCollectionElement wpOrAs) | public static Set | getUpdatedTransitions(List allInfo, XMLCollectionElement wpOrAs) | public static Map | getWorkflowProcessInsertedOrRemovedParticipants(List allInfo, WorkflowProcess wp, boolean inserted) | public static Map | getWorkflowProcessParticipantsWithChangedId(List allInfo, WorkflowProcess wp) | public static Set | getWorkflowProcessesAndActivitySetsWithChangedVisualParticipantOrder(List allInfo) | public static boolean | isMyKindOfExtendedAttribute(ExtendedAttribute ea) | protected static void | reloadGraph(Graph graph) | protected static boolean | reloadGraphIfNeccessary(Graph graph) | public static boolean | scanExtendedAttributes(Package pkg) | protected static boolean | scanExtendedAttributes(WorkflowProcess wp) | protected static boolean | scanExtendedAttributes(ActivitySet as) | public static boolean | scanExtendedAttributesForWPOrAs(XMLCollectionElement wpOrAs) | public static void | setBreakpoints(Transition tra, List breakPoints) | public static void | setGraphParticipantOrientation(WorkflowProcess wp, XMLCollectionElement wpOrAs, String orientation) | public static void | setNewParticipantId(List acts, String Id) | public static void | setOffsetPoint(Activity act, Point offset) | public static void | setParticipantId(Activity act, String participantId) | public static void | setParticipantVisualOrder(XMLCollectionElement wpOrAs, List order) | public static void | setStyle(Transition tra, String style) |
adjustInsertedOrUpdatedActivity | public static void adjustInsertedOrUpdatedActivity(Activity act, List vo, Set participantsToInsertIntoGraph)(Code) | | |
adjustInsertedOrUpdatedTransitions | public static void adjustInsertedOrUpdatedTransitions(List tras, GraphManager gmgr)(Code) | | |
adjustPackageOnUndoOrRedoEvent | public static void adjustPackageOnUndoOrRedoEvent(List allInfo)(Code) | | |
adjustPackageOnUndoableChangeEvent | public static void adjustPackageOnUndoableChangeEvent(List allInfo)(Code) | | |
adjustWorkflowProcessOrActivitySetOnUndoOrRedoEvent | public static void adjustWorkflowProcessOrActivitySetOnUndoOrRedoEvent(List allInfo, XMLCollectionElement wpOrAs)(Code) | | |
adjustWorkflowProcessOrActivitySetOnUndoableChangeEvent | public static void adjustWorkflowProcessOrActivitySetOnUndoableChangeEvent(List allInfo, XMLCollectionElement wpOrAs, Map extPkgPars, boolean insertedExtPkg)(Code) | | |
createBreakpointsEAVal | protected static String createBreakpointsEAVal(List breakPoints)(Code) | | |
gatherParticipants | public static List gatherParticipants(XMLCollectionElement wpOrAs)(Code) | | Returns the sorted set of participants for given object. The object can be activity set or
workflow process.
|
getActivitiesWithPerformer | protected static List getActivitiesWithPerformer(List acts, String parId)(Code) | | |
getActivitySetIdForBlockParticipantVisualOrderOrOrientationEA | protected static String getActivitySetIdForBlockParticipantVisualOrderOrOrientationEA(ExtendedAttribute ea)(Code) | | |
getActivitySetIdForBlockParticipantVisualOrderOrOrientationEA | protected static String getActivitySetIdForBlockParticipantVisualOrderOrOrientationEA(String eaval)(Code) | | |
getActivitySetsWithChangedId | public static Map getActivitySetsWithChangedId(List allInfo)(Code) | | |
getInsertedOrRemovedActivitySets | public static Set getInsertedOrRemovedActivitySets(List allInfo, boolean inserted)(Code) | | |
getInsertedOrRemovedWorkflowProcesses | public static Set getInsertedOrRemovedWorkflowProcesses(List allInfo, boolean inserted)(Code) | | |
getPackageInsertedOrRemovedParticipants | public static Map getPackageInsertedOrRemovedParticipants(List allInfo, boolean inserted)(Code) | | |
getPackageParticipantsWithChangedId | public static Map getPackageParticipantsWithChangedId(List allInfo)(Code) | | |
getWorkflowProcessInsertedOrRemovedParticipants | public static Map getWorkflowProcessInsertedOrRemovedParticipants(List allInfo, WorkflowProcess wp, boolean inserted)(Code) | | |
getWorkflowProcessParticipantsWithChangedId | public static Map getWorkflowProcessParticipantsWithChangedId(List allInfo, WorkflowProcess wp)(Code) | | |
getWorkflowProcessesAndActivitySetsWithChangedVisualParticipantOrder | public static Set getWorkflowProcessesAndActivitySetsWithChangedVisualParticipantOrder(List allInfo)(Code) | | |
reloadGraph | protected static void reloadGraph(Graph graph)(Code) | | |
reloadGraphIfNeccessary | protected static boolean reloadGraphIfNeccessary(Graph graph)(Code) | | |
scanExtendedAttributes | public static boolean scanExtendedAttributes(Package pkg)(Code) | | |
scanExtendedAttributes | protected static boolean scanExtendedAttributes(ActivitySet as)(Code) | | |
setNewParticipantId | public static void setNewParticipantId(List acts, String Id)(Code) | | |
|
|