| java.lang.Object de.danet.an.workflow.domain.TransitionDefinitionLocal
All known Subclasses: de.danet.an.workflow.ejbs.core.InternalTransitionDefinition,
TransitionDefinitionLocal | public class TransitionDefinitionLocal implements TransitionLocal(Code) | | Represents a transition between two activities. The activities are
identified by their primary key class.
|
TransitionDefinitionLocal | public TransitionDefinitionLocal(String pid, String tid, String group, int order, ActivityLocal from, ActivityLocal to, int condType, String condition)(Code) | | Default constructor.
Parameters: pid - id of the process Parameters: tid - id of the transition Parameters: group - id of the transition group Parameters: order - the transition's order Parameters: from - source activity Parameters: to - destination activity Parameters: condType - type of condition Parameters: condition - condition of this transition |
conditionType | public int conditionType()(Code) | | |
equals | public boolean equals(Object o)(Code) | | equals() method of this class.
Parameters: o - Object to compare true , if the compareTo() method is 0 for fromAct and toAct |
hashCode | public int hashCode()(Code) | | hashCode() method of this class.
hashCode |
processId | public String processId()(Code) | | Return the id of the process this transition belongs to.
process id |
toString | public String toString()(Code) | | string represantation of the transition |
|
|