| java.lang.Object org.enhydra.jawe.XPDLUtils
XPDLUtils | public class XPDLUtils (Code) | | Various utilities.
author: Sasa Bojanic |
Method Summary | |
public boolean | correctSplitAndJoin(Activity act) | public boolean | correctSplitsAndJoins(Package pkg) | public boolean | correctSplitsAndJoins(WorkflowProcess wp) | public boolean | correctSplitsAndJoins(List acts) | public boolean | doesCrossreferenceExist(Package pkg) | public List | getActivities(Package pkg, List types) | public List | getActivities(WorkflowProcess wp, List types) | public List | getActivities(Activities acts, List types) | public List | getActivitySetReferences(WorkflowProcess wp, String referencedId) | public Set | getAllExtendedAttributeNames(XMLComplexElement cel, XPDLHandler xpdlh) | public Set | getAllExtendedAttributeNames(Package pkg, XMLComplexElement cel) | public Set | getAllExtendedAttributeNames(Collection extAttribs) | public Set | getAllExtendedAttributeNamesForElements(Collection elements) | public List | getAllExternalPackageReferences(Package pkg, Package referenced) | public List | getApplicationReferences(XMLComplexElement pkgOrWp, String referencedId) | public List | getApplicationReferences(Package pkg, String referencedId) | public List | getApplicationReferences(WorkflowProcess wp, String referencedId) | public List | getDataFieldReferences(XMLComplexElement pkgOrWp, String referencedId) | public List | getDataFieldReferences(Package pkg, String referencedId) | public List | getDataFieldReferences(WorkflowProcess wp, String referencedId) | public List | getFormalParameterReferences(WorkflowProcess wp, String referencedId) | public List | getParticipantReferences(XMLComplexElement pkgOrWp, String referencedId) | public List | getParticipantReferences(Package pkg, String referencedId) | public List | getParticipantReferences(WorkflowProcess wp, String referencedId) | public SequencedHashMap | getPossibleResponsibles(Responsibles resp, Responsible rsp) | public List | getReferences(XMLComplexElement pkgOrWp, XMLComplexElement referenced) | public List | getReferences(Package pkg, XMLComplexElement referenced) | public List | getReferences(WorkflowProcess wp, XMLComplexElement referenced) | public List | getReferences(Package pkg) | public List | getReferences(Package pkg, TypeDeclaration referenced) | public List | getReferences(WorkflowProcess wp, TypeDeclaration referenced) | public List | getReferences(TypeDeclaration td, TypeDeclaration referenced) | public List | getReferences(Package pkg, Participant referenced) | public List | getReferences(WorkflowProcess wp, Participant referenced) | public List | getReferences(Package pkg, Application referenced) | public List | getReferences(WorkflowProcess wp, Application referenced) | public List | getReferences(Package pkg, DataField referenced) | public List | getReferences(WorkflowProcess wp, DataField referenced) | public List | getReferences(Package pkg, WorkflowProcess referenced) | public List | getReferences(WorkflowProcess wp, WorkflowProcess referenced) | public List | getReferences(WorkflowProcess wp, FormalParameter referenced) | public List | getReferences(WorkflowProcess wp, ActivitySet referenced) | public List | getReferences(ActivitySet as, ActivitySet referenced) | public List | getReferences(ActivitySet as, String referencedId) | public List | getReferences(Activity act) | public List | getReferences(Transition tra) | public List | getReferencingDeclaredTypes(DataTypes dts, String typeDeclarationId) | public List | getTransitions(Transitions tras, String actId, boolean isToAct) | protected Set | getTransitionsForActivity(Activity act) | public List | getTypeDeclarationReferences(Package pkg, String referencedId) | protected List | getVariableReferences(XMLCollectionElement wpOrAs, String dfOrFpId) | public List | getWorkflowProcessReferences(Package pkg, String referencedId) | public List | getWorkflowProcessReferences(WorkflowProcess wp, String referencedId) | public boolean | hasCircularTransitions(Set transitions) | public boolean | isEndingActivity(Activity act) | public boolean | isStartingActivity(Activity act) | public void | removeTransitionsForActivities(List acts) | public void | removeTransitionsForActivity(Activity act) | public List | tGetActivitySetReferences(XMLCollectionElement wpOrAs, String referencedId) | protected List | tGetApplicationReferences(XMLCollectionElement wpOrAs, String referencedId) | protected List | tGetParticipantReferences(XMLComplexElement pkgOrWpOrAs, String referencedId) | protected List | tGetTypeDeclarationReferences(XMLComplexElement pkgOrWp, String referencedId) | protected List | tGetWorkflowProcessReferences(XMLCollectionElement wpOrAs, String referencedId) | public void | updateActivitiesOnTransitionFromChange(Activities acts, String traId, String traOldFromId, String traNewFromId) | public void | updateActivitiesOnTransitionToChange(Activities acts, String traId, String traOldToId, String traNewToId) | public void | updateActivityOnTransitionIdChange(Activities acts, String actFromId, String oldTraId, String newTraId) | public void | updateActivityOnTransitionIdChange(Activity act, String oldTraId, String newTraId) | public void | updateActivitySetReferences(List refBlocks, String newAsId) | public void | updateApplicationReferences(List refTools, String newAppId) | public void | updateParticipantReferences(List refPerfsAndResps, String newParId) | public void | updateTransitionsOnActivityIdChange(Transitions tras, String oldActId, String newActId) | public void | updateTypeDeclarationReferences(List refDeclaredTypes, String newTdId) | public void | updateVariableReferences(List refAPsOrPerfsOrCondsOrDlConds, String oldDfOrFpId, String newDfOrFpId) | public void | updateWorkflowProcessReferences(List refSbflws, String newWpId) |
correctSplitAndJoin | public boolean correctSplitAndJoin(Activity act)(Code) | | |
correctSplitsAndJoins | public boolean correctSplitsAndJoins(Package pkg)(Code) | | |
correctSplitsAndJoins | public boolean correctSplitsAndJoins(List acts)(Code) | | |
doesCrossreferenceExist | public boolean doesCrossreferenceExist(Package pkg)(Code) | | |
getAllExtendedAttributeNames | public Set getAllExtendedAttributeNames(Collection extAttribs)(Code) | | |
getAllExtendedAttributeNamesForElements | public Set getAllExtendedAttributeNamesForElements(Collection elements)(Code) | | |
hasCircularTransitions | public boolean hasCircularTransitions(Set transitions)(Code) | | |
isStartingActivity | public boolean isStartingActivity(Activity act)(Code) | | |
removeTransitionsForActivities | public void removeTransitionsForActivities(List acts)(Code) | | |
removeTransitionsForActivity | public void removeTransitionsForActivity(Activity act)(Code) | | |
updateActivityOnTransitionIdChange | public void updateActivityOnTransitionIdChange(Activity act, String oldTraId, String newTraId)(Code) | | |
updateActivitySetReferences | public void updateActivitySetReferences(List refBlocks, String newAsId)(Code) | | |
updateApplicationReferences | public void updateApplicationReferences(List refTools, String newAppId)(Code) | | |
updateParticipantReferences | public void updateParticipantReferences(List refPerfsAndResps, String newParId)(Code) | | |
updateTypeDeclarationReferences | public void updateTypeDeclarationReferences(List refDeclaredTypes, String newTdId)(Code) | | |
updateVariableReferences | public void updateVariableReferences(List refAPsOrPerfsOrCondsOrDlConds, String oldDfOrFpId, String newDfOrFpId)(Code) | | |
updateWorkflowProcessReferences | public void updateWorkflowProcessReferences(List refSbflws, String newWpId)(Code) | | |
|
|