org.openarchitectureware.workflow.lib
Class WorkflowComponentWithModelSlot

java.lang.Object
  extended by org.openarchitectureware.workflow.lib.AbstractWorkflowComponent
      extended by org.openarchitectureware.workflow.lib.WorkflowComponentWithModelSlot
All Implemented Interfaces:
WorkflowComponent, WorkflowComponentWithID
Direct Known Subclasses:
SimpleJavaModificationComponent

public abstract class WorkflowComponentWithModelSlot
extends AbstractWorkflowComponent


Constructor Summary
WorkflowComponentWithModelSlot()
           
 
Method Summary
 void checkConfiguration(Issues issues)
          Validates the configuration before invocation.
protected  java.lang.String getModelSlot()
           
 void setModelSlot(java.lang.String slot)
          Sets the name of the model slot.
 
Methods inherited from class org.openarchitectureware.workflow.lib.AbstractWorkflowComponent
checkRequiredConfigProperty, getComponentName, getContainer, getId, getLocation, getLogMessage, setContainer, setId, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openarchitectureware.workflow.WorkflowComponent
invoke
 

Constructor Detail

WorkflowComponentWithModelSlot

public WorkflowComponentWithModelSlot()
Method Detail

setModelSlot

public void setModelSlot(java.lang.String slot)
Sets the name of the model slot.

Parameters:
slot - name of slot

getModelSlot

protected java.lang.String getModelSlot()

checkConfiguration

public void checkConfiguration(Issues issues)
Description copied from interface: WorkflowComponent
Validates the configuration before invocation.

Parameters:
issues - facility for reporting configuration issues.
See Also:
WorkflowComponent.checkConfiguration(org.openarchitectureware.workflow.issues.Issues)