org.opencrx.kernel.base.cci2
Interface ExecuteWorkflowParams

All Known Subinterfaces:
ExecuteWorkflowParams

public interface ExecuteWorkflowParams


Nested Class Summary
static class ExecuteWorkflowParams.Member
          The structure's members
 
Method Summary
 Date getStartAt()
          Retrieves the value for the optional structure field startAt.
 org.openmdx.base.cci2.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.
 

Method Detail

getStartAt

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

Returns:
The possibly null value for structure field startAt.

getTargetObject

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

Returns:
The possibly null value for structure field targetObject.

getTargetObjectXri

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

Returns:
The possibly null value for structure field targetObjectXri.

getTriggeredByEventId

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

Returns:
The possibly null value for structure field triggeredByEventId.

getTriggeredByEventType

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

Returns:
The possibly null value for structure field triggeredByEventType.

getTriggeredBySubscription

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

Returns:
The possibly null value for structure field triggeredBySubscription.

getWorkflow

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

Returns:
The non-null value for structure field workflow.


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