org.ow2.bonita.facade.def.majorElement.impl
Class ProcessDefinitionRecordImpl

java.lang.Object
  extended by org.ow2.bonita.facade.def.majorElement.impl.DefinitionRecordImpl
      extended by org.ow2.bonita.facade.def.majorElement.impl.ProcessDefinitionRecordImpl
All Implemented Interfaces:
java.io.Serializable, org.ow2.bonita.facade.def.majorElement.DefinitionRecord
Direct Known Subclasses:
ActivityDefinitionImpl, ActivitySetDefinitionImpl, ApplicationDefinitionImpl, DataFieldDefinitionImpl, ParticipantDefinitionImpl, ProcessDefinitionImpl, TransitionDefinitionImpl

public abstract class ProcessDefinitionRecordImpl
extends DefinitionRecordImpl

Author:
Pierre Vigneras
See Also:
Serialized Form

Field Summary
protected  org.ow2.bonita.facade.uuid.ProcessDefinitionUUID processDefinitionUUID
          This field can be null when the related element has not been defined in the process but in the package
 
Fields inherited from class org.ow2.bonita.facade.def.majorElement.impl.DefinitionRecordImpl
name, packageDefinitionUUID
 
Constructor Summary
protected ProcessDefinitionRecordImpl()
           
protected ProcessDefinitionRecordImpl(org.ow2.bonita.facade.uuid.PackageDefinitionUUID packageUUID, java.lang.String name, org.ow2.bonita.facade.uuid.ProcessDefinitionUUID processDefinitionUUID)
           
protected ProcessDefinitionRecordImpl(org.ow2.bonita.facade.def.majorElement.ProcessDefinitionRecord processDefinitionRecord)
           
 
Method Summary
 org.ow2.bonita.facade.uuid.ProcessDefinitionUUID getProcessDefinitionUUID()
           
 
Methods inherited from class org.ow2.bonita.facade.def.majorElement.impl.DefinitionRecordImpl
getName, getPackageDefinitionUUID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processDefinitionUUID

protected org.ow2.bonita.facade.uuid.ProcessDefinitionUUID processDefinitionUUID
This field can be null when the related element has not been defined in the process but in the package

Constructor Detail

ProcessDefinitionRecordImpl

protected ProcessDefinitionRecordImpl()

ProcessDefinitionRecordImpl

protected ProcessDefinitionRecordImpl(org.ow2.bonita.facade.uuid.PackageDefinitionUUID packageUUID,
                                      java.lang.String name,
                                      org.ow2.bonita.facade.uuid.ProcessDefinitionUUID processDefinitionUUID)

ProcessDefinitionRecordImpl

protected ProcessDefinitionRecordImpl(org.ow2.bonita.facade.def.majorElement.ProcessDefinitionRecord processDefinitionRecord)
Method Detail

getProcessDefinitionUUID

public org.ow2.bonita.facade.uuid.ProcessDefinitionUUID getProcessDefinitionUUID()


Copyright © 2009 OW2 Consortium. All Rights Reserved.