org.ow2.orchestra.facade.def.impl
Class ActivityDefinitionImpl

java.lang.Object
  extended by org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
      extended by org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
All Implemented Interfaces:
Serializable, ActivityDefinition, DefinitionRecord, Record
Direct Known Subclasses:
BaseFCTDefinitionImpl, BpelActivityDefinitionImpl

public abstract class ActivityDefinitionImpl
extends DefinitionRecordImpl
implements ActivityDefinition

Author:
S. Ali Tokmen
See Also:
Serialized Form

Field Summary
protected  String documentation
           
protected  ActivityDefinitionUUID uuid
           
 
Fields inherited from class org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
name, processDefinitionUUID
 
Constructor Summary
protected ActivityDefinitionImpl()
           
  ActivityDefinitionImpl(ActivityDefinition src)
           
 
Method Summary
 String getDocumentation()
           
 ActivityDefinitionUUID getUUID()
           
 
Methods inherited from class org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
getName, getProcessDefinitionUUID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.orchestra.facade.def.ActivityDefinition
getType
 
Methods inherited from interface org.ow2.orchestra.facade.def.DefinitionRecord
getName, getProcessDefinitionUUID
 

Field Detail

uuid

protected ActivityDefinitionUUID uuid

documentation

protected String documentation
Constructor Detail

ActivityDefinitionImpl

protected ActivityDefinitionImpl()

ActivityDefinitionImpl

public ActivityDefinitionImpl(ActivityDefinition src)
Method Detail

getUUID

public ActivityDefinitionUUID getUUID()
Specified by:
getUUID in interface ActivityDefinition
Returns:
uuid of this activity definition.

getDocumentation

public String getDocumentation()
Specified by:
getDocumentation in interface ActivityDefinition
Returns:
the documentation for activity in the BPEL file.


Copyright © 2011 OW2 Consortium. All Rights Reserved.