Decision Center API

ilog.rules.teamserver.brm
Interface IlrActivityLock

All Superinterfaces:
Cloneable, IlrBasicLock, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, Serializable

public interface IlrActivityLock
extends IlrBasicLock

A representation of the model object 'Activity Lock'.

The following features are supported:

See Also:
IlrBrmPackage.getActivityLock()

Method Summary
 int getEltBaseType()
          Returns the value of the 'Elt Base Type' attribute.
 String getEltName()
          Returns the value of the 'Elt Name' attribute.
 IlrRulePackage getEltPackage()
          Returns the value of the 'Elt Package' reference.
 int getJustifyingVId()
          Returns the value of the 'Justifying VId' attribute.
 IlrChangeAct getOwner()
          Returns the value of the 'Owner' reference.
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrBasicLock
getBranch, getElementId, getElementType
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementDetails
cloneElement, getContainer, getRawValue, setRawValue, setRawValueNoCheck
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementSummary
getName
 
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

getEltName

String getEltName()
Returns the value of the 'Elt Name' attribute.

If the meaning of the 'Elt Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Elt Name' attribute.
See Also:
IlrBrmPackage.getActivityLock_EltName()

getEltBaseType

int getEltBaseType()
Returns the value of the 'Elt Base Type' attribute.

If the meaning of the 'Elt Base Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Elt Base Type' attribute.
See Also:
IlrBrmPackage.getActivityLock_EltBaseType()

getEltPackage

IlrRulePackage getEltPackage()
                             throws IlrObjectNotFoundException
Returns the value of the 'Elt Package' reference.

If the meaning of the 'Elt Package' reference isn't clear, there really should be more of a description here...

Throws:
IlrObjectNotFoundException
Returns:
the value of the 'Elt Package' reference.
See Also:
IlrBrmPackage.getActivityLock_EltPackage()

getOwner

IlrChangeAct getOwner()
                      throws IlrObjectNotFoundException
Returns the value of the 'Owner' reference.

If the meaning of the 'Owner' reference isn't clear, there really should be more of a description here...

Throws:
IlrObjectNotFoundException
Returns:
the value of the 'Owner' reference.
See Also:
IlrBrmPackage.getActivityLock_Owner()

getJustifyingVId

int getJustifyingVId()
Returns the value of the 'Justifying VId' attribute.

If the meaning of the 'Justifying VId' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Justifying VId' attribute.
See Also:
IlrBrmPackage.getActivityLock_JustifyingVId()

Decision Center API

© Copyright IBM Corp. 1987, 2013