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

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<CatchAllDefinition>
                  extended by org.ow2.orchestra.facade.def.impl.CatchAllDefinitionImpl
All Implemented Interfaces:
Serializable, ActivityDefinition, BaseCatchDefinition<CatchAllDefinition>, BaseFCTDefinition, CatchAllDefinition, DefinitionRecord, Record

public class CatchAllDefinitionImpl
extends BaseCatchDefinitionImpl<CatchAllDefinition>
implements CatchAllDefinition

Author:
S. Ali Tokmen
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
documentation, uuid
 
Fields inherited from class org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
name, processDefinitionUUID
 
Constructor Summary
CatchAllDefinitionImpl(CatchAllDefinition catchAllDefinition)
           
 
Method Summary
 CatchAllDefinition copy()
           
 ActivityType getType()
          Get the type of the activity definition.
 
Methods inherited from class org.ow2.orchestra.facade.def.impl.BaseFCTDefinitionImpl
getEnclosedActivityUUID
 
Methods inherited from class org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
getDocumentation, 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
getDocumentation, getUUID
 
Methods inherited from interface org.ow2.orchestra.facade.def.DefinitionRecord
getName, getProcessDefinitionUUID
 

Constructor Detail

CatchAllDefinitionImpl

public CatchAllDefinitionImpl(CatchAllDefinition catchAllDefinition)
Method Detail

copy

public CatchAllDefinition copy()

getType

public ActivityType getType()
Description copied from interface: ActivityDefinition
Get the type of the activity definition. Types are defined in ActivityType.class.

Specified by:
getType in interface ActivityDefinition
Returns:
the type of the activity (corresponding to ActivityType.class)


Copyright © 2011 OW2 Consortium. All Rights Reserved.