org.ow2.bonita.facade.def.majorElement.impl
Class TransitionDefinitionImpl
java.lang.Object
org.ow2.bonita.facade.def.majorElement.impl.NamedElementImpl
org.ow2.bonita.facade.def.majorElement.impl.ProcessElementImpl
org.ow2.bonita.facade.def.majorElement.impl.TransitionDefinitionImpl
- All Implemented Interfaces:
- java.io.Serializable, NamedElement, ProcessElement, TransitionDefinition
public class TransitionDefinitionImpl
- extends ProcessElementImpl
- implements TransitionDefinition
- See Also:
- Serialized Form
Constructor Summary |
protected |
TransitionDefinitionImpl()
|
|
TransitionDefinitionImpl(java.lang.String transitionId,
ProcessDefinitionUUID processUUID,
ConditionDefinition condition,
java.lang.String description,
java.lang.String from,
java.lang.String name,
java.lang.String to)
|
|
TransitionDefinitionImpl(TransitionDefinition src)
|
|
TransitionDefinitionImpl(TransitionDefinitionUUID uuid,
java.lang.String transitionId,
ProcessDefinitionUUID processUUID,
ConditionDefinition condition,
java.lang.String description,
java.lang.String from,
java.lang.String name,
java.lang.String to)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
uuid
protected TransitionDefinitionUUID uuid
transitionId
protected java.lang.String transitionId
condition
protected ConditionDefinition condition
description
protected java.lang.String description
from
protected java.lang.String from
to
protected java.lang.String to
TransitionDefinitionImpl
protected TransitionDefinitionImpl()
TransitionDefinitionImpl
public TransitionDefinitionImpl(TransitionDefinitionUUID uuid,
java.lang.String transitionId,
ProcessDefinitionUUID processUUID,
ConditionDefinition condition,
java.lang.String description,
java.lang.String from,
java.lang.String name,
java.lang.String to)
TransitionDefinitionImpl
public TransitionDefinitionImpl(java.lang.String transitionId,
ProcessDefinitionUUID processUUID,
ConditionDefinition condition,
java.lang.String description,
java.lang.String from,
java.lang.String name,
java.lang.String to)
TransitionDefinitionImpl
public TransitionDefinitionImpl(TransitionDefinition src)
getCondition
public ConditionDefinition getCondition()
- Description copied from interface:
TransitionDefinition
- Returns the
ConditionDefinition
interface defining the condition.
- Specified by:
getCondition
in interface TransitionDefinition
getDescription
public java.lang.String getDescription()
- Description copied from interface:
TransitionDefinition
- Returns the description for the transition.
- Specified by:
getDescription
in interface TransitionDefinition
getFrom
public java.lang.String getFrom()
- Description copied from interface:
TransitionDefinition
- Returns the activity processDefinitionUUID from which the transition goes out.
- Specified by:
getFrom
in interface TransitionDefinition
getTo
public java.lang.String getTo()
- Description copied from interface:
TransitionDefinition
- Returns the activity processDefinitionUUID to which the transition goes in.
- Specified by:
getTo
in interface TransitionDefinition
getTransitionId
public java.lang.String getTransitionId()
- Description copied from interface:
TransitionDefinition
- Returns the value of the id attribute of the Transition element defined into the XPDL file.
- Specified by:
getTransitionId
in interface TransitionDefinition
getUUID
public TransitionDefinitionUUID getUUID()
- Description copied from interface:
TransitionDefinition
- Returns the UUID for the TransitionDefinition.
- Specified by:
getUUID
in interface TransitionDefinition
setCondition
public void setCondition(ConditionDefinition condition)
- Specified by:
setCondition
in interface TransitionDefinition
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription
in interface TransitionDefinition
setUUID
public void setUUID(TransitionDefinitionUUID uuid)
- Specified by:
setUUID
in interface TransitionDefinition
Copyright © 2009 OW2 Consortium. All Rights Reserved.