Together Workflow Editor 3.0-1 API

org.enhydra.jawe.components.graph
Class CommonExpressionParticipants

java.lang.Object
  extended by org.enhydra.shark.xpdl.XMLElement
      extended by org.enhydra.shark.xpdl.XMLBaseForCollectionAndComplex
          extended by org.enhydra.shark.xpdl.XMLCollection
              extended by org.enhydra.shark.xpdl.elements.Participants
                  extended by org.enhydra.jawe.components.graph.CommonExpressionParticipants
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class CommonExpressionParticipants
extends org.enhydra.shark.xpdl.elements.Participants

Represents collection of imaginary participants for entering common expressions for activity performers.

Author:
Sasa Bojanic
See Also:
Serialized Form

Field Summary
private static CommonExpressionParticipants instance
           
private  java.util.Map wpOrAsToCEPs
           
 
Fields inherited from class org.enhydra.shark.xpdl.XMLBaseForCollectionAndComplex
cachesInitialized, elementMap, elements
 
Fields inherited from class org.enhydra.shark.xpdl.XMLElement
isReadOnly, listeners, notifyListeners, notifyMainListeners, originalElementHashCode, parent, value
 
Constructor Summary
private CommonExpressionParticipants()
           
 
Method Summary
 CommonExpressionParticipant generateCommonExpressionParticipant(org.enhydra.shark.xpdl.XMLCollectionElement wpOrAs)
           
 org.enhydra.shark.xpdl.XMLElement generateNewElement()
           
 CommonExpressionParticipant getCommonExpressionParticipant(org.enhydra.shark.xpdl.XMLCollectionElement wpOrAs, java.lang.String id)
           
 java.util.Set getCommonExpressionParticipants(org.enhydra.shark.xpdl.XMLCollectionElement wpOrAs)
           
 java.lang.String getIdForVisualOrderEA(java.lang.String pId)
           
 java.lang.String getIdFromVisualOrderEA(java.lang.String pId)
           
static CommonExpressionParticipants getInstance()
           
 CommonExpressionParticipant getUpdatedCommonExpressionParticipant(java.util.List vo, org.enhydra.shark.xpdl.XMLCollectionElement wpOrAs)
           
 boolean isCommonExpressionParticipantId(java.lang.String pId)
           
 void printList(org.enhydra.shark.xpdl.XMLCollectionElement wpOrAs)
           
 void removeUnusedCommonExpressionParticipants(java.util.List vo, org.enhydra.shark.xpdl.XMLCollectionElement wpOrAs)
           
 
Methods inherited from class org.enhydra.shark.xpdl.elements.Participants
getParticipant
 
Methods inherited from class org.enhydra.shark.xpdl.XMLCollection
add, add, addAll, checkRepositioning, clear, clearCaches, clone, containsElement, getCollectionElement, indexOf, initCaches, isEmpty, makeAs, remove, remove, removeAll, removeElement, reposition
 
Methods inherited from class org.enhydra.shark.xpdl.XMLBaseForCollectionAndComplex
contains, equals, get, setNotifyListeners, setNotifyMainListeners, setReadOnly, setValue, size, toElementMap, toElements
 
Methods inherited from class org.enhydra.shark.xpdl.XMLElement
addListener, createInfo, getListeners, getMainElement, getOriginalElementHashCode, getParent, isMainElement, isReadOnly, isRequired, notifyListeners, notifyMainListeners, removeListener, setParent, toName, toValue
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

private static CommonExpressionParticipants instance

wpOrAsToCEPs

private java.util.Map wpOrAsToCEPs
Constructor Detail

CommonExpressionParticipants

private CommonExpressionParticipants()
Method Detail

getInstance

public static CommonExpressionParticipants getInstance()

generateNewElement

public org.enhydra.shark.xpdl.XMLElement generateNewElement()
Overrides:
generateNewElement in class org.enhydra.shark.xpdl.elements.Participants

generateCommonExpressionParticipant

public CommonExpressionParticipant generateCommonExpressionParticipant(org.enhydra.shark.xpdl.XMLCollectionElement wpOrAs)

getCommonExpressionParticipants

public java.util.Set getCommonExpressionParticipants(org.enhydra.shark.xpdl.XMLCollectionElement wpOrAs)

getUpdatedCommonExpressionParticipant

public CommonExpressionParticipant getUpdatedCommonExpressionParticipant(java.util.List vo,
                                                                         org.enhydra.shark.xpdl.XMLCollectionElement wpOrAs)

removeUnusedCommonExpressionParticipants

public void removeUnusedCommonExpressionParticipants(java.util.List vo,
                                                     org.enhydra.shark.xpdl.XMLCollectionElement wpOrAs)

getCommonExpressionParticipant

public CommonExpressionParticipant getCommonExpressionParticipant(org.enhydra.shark.xpdl.XMLCollectionElement wpOrAs,
                                                                  java.lang.String id)

printList

public void printList(org.enhydra.shark.xpdl.XMLCollectionElement wpOrAs)

getIdForVisualOrderEA

public java.lang.String getIdForVisualOrderEA(java.lang.String pId)

getIdFromVisualOrderEA

public java.lang.String getIdFromVisualOrderEA(java.lang.String pId)

isCommonExpressionParticipantId

public boolean isCommonExpressionParticipantId(java.lang.String pId)

Together Workflow Editor 3.0-1 API