net.officefloor.frame.internal.configuration
Interface ManagedObjectFlowConfiguration<F extends Enum<F>>


public interface ManagedObjectFlowConfiguration<F extends Enum<F>>

Configuration of a JobSequence instigated by a ManagedObjectSource.

Author:
Daniel Sagenschneider

Method Summary
 F getFlowKey()
          Obtains the key for this JobSequence.
 String getFlowName()
          Obtains the name to identify this JobSequence.
 TaskNodeReference getTaskNodeReference()
          Obtains the TaskNodeReference for this JobSequence.
 

Method Detail

getFlowName

String getFlowName()
Obtains the name to identify this JobSequence.

Returns:
Name identifying this JobSequence.

getFlowKey

F getFlowKey()
Obtains the key for this JobSequence.

Returns:
Key for this flow. May be null if JobSequence instances are Indexed.

getTaskNodeReference

TaskNodeReference getTaskNodeReference()
Obtains the TaskNodeReference for this JobSequence.

Returns:
TaskNodeReference to the JobSequence.


Copyright © 2005-2013. All Rights Reserved.