com.ibm.workflow.api
Interface ControlConnectorInstance


public interface ControlConnectorInstance


Method Summary
 Point[] bendPoints()
          Returns the bend points of the control connector instance.
 boolean isEmpty()
          Indicates whether no control connector instance information is available.
 Type kind()
          States the kind of the control connector instance, whether it is a transition condition or the "otherwise" connector.
 java.lang.String name()
          Returns the name associated with the control connector instance.
 java.lang.String persistentOidOfSourceActivity()
          Returns the object ID of the activity instance which is the source of this control connector instance.
 java.lang.String persistentOidOfTargetActivity()
          Returns the object ID of the activity instance which is the target of this control connector instance.
 EvaluationState state()
          Returns the state of the control connector instance, whether it is evaluated, and the result of evaluation.
 java.lang.String transitionCondition()
          Returns the transition condition of the control connector instance.
 

Method Detail

isEmpty

public boolean isEmpty()
                throws FmcException
Indicates whether no control connector instance information is available.

Throws:
FmcException - thrown if an API error or a communication error occurred.

kind

public Type kind()
          throws FmcException
States the kind of the control connector instance, whether it is a transition condition or the "otherwise" connector.

Throws:
FmcException - thrown if an API error or a communication error occurred.

bendPoints

public Point[] bendPoints()
                   throws FmcException
Returns the bend points of the control connector instance.

Throws:
FmcException - thrown if an API error or a communication error occurred.

name

public java.lang.String name()
                      throws FmcException
Returns the name associated with the control connector instance.

Throws:
FmcException - thrown if an API error or a communication error occurred.

persistentOidOfSourceActivity

public java.lang.String persistentOidOfSourceActivity()
                                               throws FmcException
Returns the object ID of the activity instance which is the source of this control connector instance.

Throws:
FmcException - thrown if an API error or a communication error occurred.

persistentOidOfTargetActivity

public java.lang.String persistentOidOfTargetActivity()
                                               throws FmcException
Returns the object ID of the activity instance which is the target of this control connector instance.

Throws:
FmcException - thrown if an API error or a communication error occurred.

state

public EvaluationState state()
                      throws FmcException
Returns the state of the control connector instance, whether it is evaluated, and the result of evaluation.

Throws:
FmcException - thrown if an API error or a communication error occurred.

transitionCondition

public java.lang.String transitionCondition()
                                     throws FmcException
Returns the transition condition of the control connector instance.

Throws:
FmcException - thrown if an API error or a communication error occurred.


© Copyright IBM Corporation 1999, 2008. All Rights Reserved.