Rule Execution Server API
A B C D E F G H I J K L M N O P Q R S T U V W X Z

T

Task - Interface in com.ibm.rules.engine.ruleflow.runtime
Use this interface to access the description of a task in the ruleflow.
taskCompleted(TaskEvent) - Method in class com.ibm.rules.res.xu.plugin.EventPlugin
Called when a task is completed.
taskEnded(Observable, Task, EngineOutput) - Method in interface com.ibm.rules.engine.ruleflow.runtime.RuleflowObserver
Called when a Task has finished executing.
TaskEvent - Interface in com.ibm.rules.res.xu.event
Represents an engine event related to a task.
TaskKind - Enum in com.ibm.rules.engine.ruleflow.runtime
The task kind.
tasksExecuted() - Method in interface ilog.rules.res.persistence.trace.IlrTraceQuery
Returns the criteria on the list of tasks executed.
taskStarted(Observable, Task, EngineInput) - Method in interface com.ibm.rules.engine.ruleflow.runtime.RuleflowObserver
Called when a Task is about to start execution.
taskStarted(TaskEvent) - Method in class com.ibm.rules.res.xu.plugin.EventPlugin
Called when a task is started.
TEST_OPTIMIZATION_LEVEL - Static variable in interface ilog.rules.util.engine.IlrSequentialProperties
Sets the test optimization level to be used by the sequential mode compiler.
TEST_OPTIMIZATION_RATIO - Static variable in interface ilog.rules.util.engine.IlrSequentialProperties
Sets the test optimization ratio to be used by the sequential mode compiler.
testAfter(IlrValue, IlrValue, IlrValue) - Method in class ilog.rules.factory.IlrValue
Deprecated. As of IBM Decision Server 7.5, event processing is deprecated.
testAfter(IlrValue) - Method in class ilog.rules.factory.IlrValue
Deprecated. As of IBM Decision Server 7.5, event processing is deprecated.
testBefore(IlrValue, IlrValue, IlrValue) - Method in class ilog.rules.factory.IlrValue
Deprecated. As of IBM Decision Server 7.5, event processing is deprecated.
testBefore(IlrValue) - Method in class ilog.rules.factory.IlrValue
Deprecated. As of IBM Decision Server 7.5, event processing is deprecated.
testEqual(IlrValue) - Method in class ilog.rules.factory.IlrValue
Creates a test to represent this value tested to be equal to the value passed as the argument.
TESTER_PREFIX - Static variable in interface ilog.rules.factory.translation.IlrTranslationConstants
 
testFalse() - Method in class ilog.rules.factory.IlrValue
Creates a test to represent this value tested to be false.
testGreaterOrEqual(IlrValue) - Method in class ilog.rules.factory.IlrValue
Creates a test to represent this value tested to be greater than or equal to the value passed as the argument.
testGreaterThan(IlrValue) - Method in class ilog.rules.factory.IlrValue
Creates a test to represent this value tested to be greater than the value passed as the argument.
testIn(IlrValue) - Method in class ilog.rules.factory.IlrValue
Creates a test to represent this value tested to be contained in the value passed as the argument.
testInstanceOf(IlrClassTypeValue) - Method in class ilog.rules.factory.IlrValue
Creates a test to represent this value tested to be an instance of the value passed as the argument.
testLessOrEqual(IlrValue) - Method in class ilog.rules.factory.IlrValue
Creates a test to represent this value tested to be less than or equal to the value passed as the argument.
testLessThan(IlrValue) - Method in class ilog.rules.factory.IlrValue
Creates a test to represent this value tested to be less than the value passed as the argument.
testNotEqual(IlrValue) - Method in class ilog.rules.factory.IlrValue
Creates a test to represent this value tested to be not equal to the value passed as the argument.
testNotIn(IlrValue) - Method in class ilog.rules.factory.IlrValue
Creates a test to represent this value tested to be not contained in the value passed as the argument.
testOccursin(IlrValue, IlrValue) - Method in class ilog.rules.factory.IlrValue
Deprecated. As of IBM Decision Server 7.5, event processing is deprecated.
testTrue() - Method in class ilog.rules.factory.IlrValue
Creates a test to represent this value tested to be true.
time() - Method in class ilog.rules.engine.IlrContext
Deprecated. As of IBM Decision Server 7.5, event processing is deprecated.
time() - Method in class ilog.rules.engine.IlrDefaultEvent
Deprecated. Returns the timestamp of the event.
time() - Method in interface ilog.rules.engine.IlrEvent
Deprecated. Returns the time at which this event has occurred.
time() - Method in class ilog.rules.engine.IlrWatchEvent
Deprecated. Returns the time at which the watchdog has been fired.
timeof() - Method in class ilog.rules.factory.IlrValue
Deprecated. As of IBM Decision Server 7.5, event processing is deprecated.
timeSnapshot() - Method in class ilog.rules.engine.IlrRuntime
Requests the current time using System.currentTimeMillis(), calculates the difference with the last call of this method, and keeps it for later use.
timeStamp() - Method in interface ilog.rules.res.persistence.trace.IlrTraceQuery
Returns the criteria on the execution date.
TO_STRING - Static variable in class ilog.rules.util.engine.IlrDataIOProperties
"To string" attribute property name.
toArray() - Method in class ilog.rules.engine.IlrDefaultCollector
Returns an array containing all of the collected elements.
toArray(Object[]) - Method in class ilog.rules.engine.IlrDefaultCollector
Returns an array containing all of the collected elements whose runtime type is that of the specified array.
toDate() - Method in class ilog.rules.xml.types.IlrDate
Converts the IlrDate to a java.util.Date.
toDate() - Method in class ilog.rules.xml.types.IlrDateTime
Converts the dateTime to a date instance.
toDate() - Method in class ilog.rules.xml.types.IlrGDay
Converts into a date.
toDate() - Method in class ilog.rules.xml.types.IlrGMonth
Converts the gMonth to a date.
toDate() - Method in class ilog.rules.xml.types.IlrGMonthDay
Converts the gMonthDay to a date.
toDate() - Method in class ilog.rules.xml.types.IlrGYear
Converts the gYear to a date.
toDate() - Method in class ilog.rules.xml.types.IlrGYearMonth
Converts the gYearMonth to a date.
toDate() - Method in class ilog.rules.xml.types.IlrTime
Converts the time to a date.
toEngineType(String) - Static method in enum ilog.rules.res.model.IlrEngineType
Converts a string to the appropriate IlrEngineType instance.
toFire(IlrRuleInstance) - Method in interface ilog.rules.engine.IlrAgendaFilter
Tests whether the rule instance passed as a parameter is to be fired.
toFire(IlrRuleInstance) - Method in class ilog.rules.engine.IlrPackageFilter
Tests whether a rule instance is to be fired.
toFire(IlrRuleInstance) - Method in class ilog.rules.engine.IlrPropertyFilter
This method tests whether a rule instance will be fired based on its specified property value.
toLanguage() - Method in class ilog.rules.factory.IlrRulesetFactory
Converts this ruleset factory into the rule language as a rule input unit.
toLanguage(IlrPackageFactory) - Method in class ilog.rules.factory.IlrRulesetFactory
Converts a package factory into the rule language.
toLanguage(IlrRuleFactory) - Method in class ilog.rules.factory.IlrRulesetFactory
Converts a rule factory into the rule language.
toLanguage(IlrFunctionFactory) - Method in class ilog.rules.factory.IlrRulesetFactory
Converts a function factory into the rule language.
toLanguage(IlrTaskFactory) - Method in class ilog.rules.factory.IlrRulesetFactory
Converts a task factory into the rule language.
toMap() - Method in interface ilog.rules.res.session.IlrTraceFilter
Returns a map of all filters.
TOMCAT_SERVER_NAME - Static variable in interface ilog.rules.studio.res.IlrRESConfiguration
Tomcat application server.
toNegative() - Method in class ilog.rules.factory.IlrValue
Creates a value to represent the expression -this.
toPositive() - Method in class ilog.rules.factory.IlrValue
Creates a value to represent the expression +this.
toPostfixDecr() - Method in class ilog.rules.factory.IlrValue
Creates a value to represent the expression this--.
toPostfixIncr() - Method in class ilog.rules.factory.IlrValue
Creates a value to represent the expression this++.
toPrefixDecr() - Method in class ilog.rules.factory.IlrValue
Creates a value to represent the expression --this.
toPrefixIncr() - Method in class ilog.rules.factory.IlrValue
Creates a value to represent the expression ++this.
toProperties() - Method in interface ilog.rules.studio.res.ruleapp.IlrRulesetArchiveDescriptor
Deprecated. As of JRules 7.0, replaced by IlrRulesetArchiveDescriptor.getPropertySet().
toString() - Method in class ilog.rules.archive.IlrRulesetArchive.Element
Returns a representation of the element as a java.lang.String.
toString() - Method in class ilog.rules.bom.dynamic.IlrDynamicActualValue
 
toString() - Method in class ilog.rules.bom.dynamic.IlrDynamicParameter
 
toString() - Method in class ilog.rules.bom.dynamic.IlrDynamicStaticReference
 
toString() - Method in class ilog.rules.bom.IlrObjectModel.Kind
 
toString() - Method in class ilog.rules.engine.IlrParameterMap
 
toString() - Method in class ilog.rules.factory.IlrFieldValue
 
toString() - Method in class ilog.rules.factory.IlrFunctionInvocation
 
toString() - Method in class ilog.rules.factory.IlrHierarchicalPropertyNode
Returns a string representation of the node.
toString() - Method in class ilog.rules.factory.IlrIfStatement
 
toString() - Method in class ilog.rules.factory.IlrMethodInvocation
 
toString() - Method in class ilog.rules.factory.IlrNewArrayInstanceValue
 
toString() - Method in class ilog.rules.factory.IlrNewInstanceValue
 
toString() - Method in class ilog.rules.factory.IlrStaticFieldValue
 
toString() - Method in class ilog.rules.factory.IlrStaticMethodInvocation
 
toString() - Method in class ilog.rules.factory.translation.IlrTranslationConstants.CaseSensitivity
 
toString() - Method in enum ilog.rules.res.model.IlrEngineType
 
toString() - Method in class ilog.rules.res.model.IlrPath
 
toString() - Method in class ilog.rules.res.model.IlrVersion
Overrides java.lang.Object#toString().
toString() - Method in enum ilog.rules.res.session.config.IlrPersistenceType
 
toString() - Method in class ilog.rules.util.IlrFile
Returns the pathname string of this relative file.
toString() - Method in exception ilog.rules.xml.IlrXmlErrorException
 
toString() - Method in class ilog.rules.xml.IlrXmlObject
 
toString() - Method in class ilog.rules.xml.types.IlrDate
 
toString() - Method in exception ilog.rules.xml.types.IlrDateFormatException
 
toString() - Method in class ilog.rules.xml.types.IlrDateTime
 
toString() - Method in class ilog.rules.xml.types.IlrDuration
 
toString() - Method in class ilog.rules.xml.types.IlrGDay
 
toString() - Method in class ilog.rules.xml.types.IlrGMonth
 
toString() - Method in class ilog.rules.xml.types.IlrGMonthDay
 
toString() - Method in class ilog.rules.xml.types.IlrGYear
 
toString() - Method in class ilog.rules.xml.types.IlrGYearMonth
 
toString() - Method in class ilog.rules.xml.types.IlrTime
 
toString() - Method in class ilog.rules.xml.types.IlrTimeZone
 
toTimeZone() - Method in class ilog.rules.xml.types.IlrTimeZone
Converts an IlrTimeZone instance into a java.util.TimeZone.
trace - Variable in class ilog.rules.res.session.ruleset.IlrBusinessExecutionTrace
 
TRACE_DAO_CONFIG_GROUP_NAME - Static variable in interface ilog.rules.res.persistence.trace.IlrTraceDAOFactory
 
TRACE_DAO_FACTORY_CLASS_NAME - Static variable in interface ilog.rules.res.persistence.trace.IlrTraceDAOFactory
 
TRACE_DAO_JDBC_DESCRIPTOR_FILE - Static variable in interface ilog.rules.res.persistence.trace.IlrTraceDAOFactory
 
transformRsPath(IlrPath, IlrRuleAppInformation, Serializable, Map<String, Object>, IlrSessionFactory) - Method in interface ilog.rules.res.session.interceptor.IlrSessionInterceptor
Used for interceptor-based ruleset selection.
TRUE - Variable in class ilog.rules.factory.IlrFactory
This constant value represents the Boolean value false.
TypeConverter - Annotation Type in ilog.rules.res.session.rawdata
Annotation that indicates the target class is a type converter class.
TypeConverterProperties - Annotation Type in ilog.rules.res.session.rawdata
Annotations for defining the initialization property keys on the type converter class.
types() - Method in class ilog.rules.bom.dynamic.IlrDynamicPackage
Returns an iterator over all types defined in this package.
types() - Method in interface ilog.rules.bom.IlrPackage
Returns an iterator over all types defined in this package.

Rule Execution Server API
A B C D E F G H I J K L M N O P Q R S T U V W X Z
© Copyright IBM Corp. 1987, 2013