Rule Execution Server API

ilog.rules.res.session.ruleset
Interface IlrRuleflowElementInformation

All Known Subinterfaces:
IlrRuleInformation, IlrTaskInformation

public interface IlrRuleflowElementInformation

Information about a ruleflow element, whether a task or a rule.

Since:
8.0

Method Summary
 String getBusinessName()
          Returns the business name of the component.
 String getName()
          Returns the name of the component.
 Map<String,Object> getProperties()
          Returns the properties associated with this component.
 String getUUID()
          Returns the UUID of the component.
 

Method Detail

getName

String getName()
Returns the name of the component.

Returns:
The component name.

getBusinessName

String getBusinessName()
Returns the business name of the component.

Returns:
The business name of the component.

getProperties

Map<String,Object> getProperties()
Returns the properties associated with this component.

Returns:
The properties associated with this component.

getUUID

String getUUID()
Returns the UUID of the component.

Returns:
The UUID of the component.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013