Decision Center API

ilog.rules.teamserver.brm
Interface IlrTask

All Superinterfaces:
Cloneable, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, Serializable
All Known Subinterfaces:
IlrFunctionTask, IlrRuleTask

public interface IlrTask
extends IlrElementDetails

A representation of the model object 'Task'.

The following features are supported:

See Also:
IlrBrmPackage.getTask()

Method Summary
 String getDocumentation()
          Returns the value of the 'Documentation' attribute.
 String getFinalActions()
          Returns the value of the 'Final Actions' attribute.
 String getInitialActions()
          Returns the value of the 'Initial Actions' attribute.
 String getName()
          Returns the value of the 'Name' attribute.
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementDetails
cloneElement, getContainer, getRawValue, setRawValue, setRawValueNoCheck
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementHandle
eClass, equals, equals, getModelInfo, getSession, getType, getValue, hashCode, isNew, toIdString
 
Methods inherited from interface ilog.rules.commonbrm.model.IlrElement
getPropertyValue, getPropertyValue, isInstanceOf
 

Method Detail

getInitialActions

String getInitialActions()
Returns the value of the 'Initial Actions' attribute.

Returns:
the value of the 'Initial Actions' attribute.
See Also:
IlrBrmPackage.getTask_InitialActions()

getFinalActions

String getFinalActions()
Returns the value of the 'Final Actions' attribute.

Returns:
the value of the 'Final Actions' attribute.
See Also:
IlrBrmPackage.getTask_FinalActions()

getName

String getName()
Returns the value of the 'Name' attribute.

Specified by:
getName in interface IlrElementSummary
Returns:
the value of the 'Name' attribute.
See Also:
IlrBrmPackage.getTask_Name()

getDocumentation

String getDocumentation()
Returns the value of the 'Documentation' attribute.

Returns:
the value of the 'Documentation' attribute.
See Also:
IlrBrmPackage.getTask_Documentation()

Decision Center API

© Copyright IBM Corp. 1987, 2013