org.opencrx.kernel.base.jmi1
Interface ExecuteWorkflowParams

All Superinterfaces:
ExecuteWorkflowParams, RefStruct, Serializable

public interface ExecuteWorkflowParams
extends RefStruct, ExecuteWorkflowParams


Method Summary
 Date getStartAt()
          Retrieves the value for the optional structure field startAt.
 org.openmdx.base.jmi1.BasicObject getTargetObject()
          Retrieves the value for the optional structure field targetObject.
 String getTargetObjectXri()
          Retrieves the value for the optional structure field targetObjectXri.
 String getTriggeredByEventId()
          Retrieves the value for the optional structure field triggeredByEventId.
 Integer getTriggeredByEventType()
          Retrieves the value for the optional structure field triggeredByEventType.
 Subscription getTriggeredBySubscription()
          Retrieves the value for the optional structure field triggeredBySubscription.
 WfProcess getWorkflow()
          Retrieves the value for the structure field workflow.
 
Methods inherited from interface javax.jmi.reflect.RefStruct
equals, hashCode, refFieldNames, refGetValue, refTypeName
 

Method Detail

getStartAt

Date getStartAt()
Retrieves the value for the optional structure field startAt.

Specified by:
getStartAt in interface ExecuteWorkflowParams
Returns:
The possibly null value for structure field startAt.

getTargetObject

org.openmdx.base.jmi1.BasicObject getTargetObject()
Retrieves the value for the optional structure field targetObject.

Specified by:
getTargetObject in interface ExecuteWorkflowParams
Returns:
The possibly null value for structure field targetObject.

getTargetObjectXri

String getTargetObjectXri()
Retrieves the value for the optional structure field targetObjectXri.

Specified by:
getTargetObjectXri in interface ExecuteWorkflowParams
Returns:
The possibly null value for structure field targetObjectXri.

getTriggeredByEventId

String getTriggeredByEventId()
Retrieves the value for the optional structure field triggeredByEventId.

Specified by:
getTriggeredByEventId in interface ExecuteWorkflowParams
Returns:
The possibly null value for structure field triggeredByEventId.

getTriggeredByEventType

Integer getTriggeredByEventType()
Retrieves the value for the optional structure field triggeredByEventType.

Specified by:
getTriggeredByEventType in interface ExecuteWorkflowParams
Returns:
The possibly null value for structure field triggeredByEventType.

getTriggeredBySubscription

Subscription getTriggeredBySubscription()
Retrieves the value for the optional structure field triggeredBySubscription.

Specified by:
getTriggeredBySubscription in interface ExecuteWorkflowParams
Returns:
The possibly null value for structure field triggeredBySubscription.

getWorkflow

WfProcess getWorkflow()
Retrieves the value for the structure field workflow.

Specified by:
getWorkflow in interface ExecuteWorkflowParams
Returns:
The non-null value for structure field workflow.


This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.