org.ow2.orchestra.facade.def.impl
Class BaseCatchDefinitionImpl<E extends BaseCatchDefinition<?>>

java.lang.Object
  extended by org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
      extended by org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
          extended by org.ow2.orchestra.facade.def.impl.BaseFCTDefinitionImpl
              extended by org.ow2.orchestra.facade.def.impl.BaseCatchDefinitionImpl<E>
All Implemented Interfaces:
java.io.Serializable, ActivityDefinition, BaseCatchDefinition<E>, BaseFCTDefinition, DefinitionRecord, Record
Direct Known Subclasses:
CatchAllDefinitionImpl, CatchDefinitionImpl

public abstract class BaseCatchDefinitionImpl<E extends BaseCatchDefinition<?>>
extends BaseFCTDefinitionImpl
implements BaseCatchDefinition<E>

Author:
S. Ali Tokmen
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
uuid
 
Fields inherited from class org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
name, processDefinitionUUID
 
Constructor Summary
BaseCatchDefinitionImpl(BaseCatchDefinition<E> src)
           
 
Method Summary
 
Methods inherited from class org.ow2.orchestra.facade.def.impl.BaseFCTDefinitionImpl
getEnclosedActivityUUID
 
Methods inherited from class org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
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.BaseFCTDefinition
getEnclosedActivityUUID
 
Methods inherited from interface org.ow2.orchestra.facade.def.ActivityDefinition
getType, getUUID
 
Methods inherited from interface org.ow2.orchestra.facade.def.DefinitionRecord
getName, getProcessDefinitionUUID
 

Constructor Detail

BaseCatchDefinitionImpl

public BaseCatchDefinitionImpl(BaseCatchDefinition<E> src)


Copyright © 2009 OW2 Consortium. All Rights Reserved.