TIBCO BusinessEvents 5.2.0
A B C D E F G H I J L M N O P Q R S T U V W 

A

acknowledge() - Method in interface com.tibco.cep.runtime.model.event.EventContext
Acknowledges the message that was deserialized into the event associated to this EventContext.
ACTION - Static variable in class com.tibco.be.model.functions.FunctionDomain
This domain indicates that the associated function can be used in a Rule Action as a mutable and non mutable function
Action - Interface in com.tibco.cep.kernel.model.rule
Represents an action within a rule.
activate() - Method in interface com.tibco.cep.kernel.model.rule.Rule
Activates the rule.
add(Object) - Method in interface com.tibco.cep.runtime.model.element.PropertyArray
Creates a PropertyAtom with the given value, and appends it to the end of the array.
add(int, Object) - Method in interface com.tibco.cep.runtime.model.element.PropertyArray
Creates a PropertyAtom with the given value, and inserts it at the specified position in the array.
add() - Method in interface com.tibco.cep.runtime.model.element.PropertyArray
Creates a PropertyAtom without setting a value and appends it to the end of the array.
add(boolean) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayBoolean
Creates a PropertyAtomBoolean with the given value and appends it to the end of the array
add(int, boolean) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayBoolean
Creates a PropertyAtomBoolean with the given value and inserts it at the specified position in the array.
add(Concept) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayConceptReference
Creates a PropertyAtomConceptReference with with a reference to the given instance, and appends it to the end of the array.
add(int, Concept) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayConceptReference
Creates a PropertyAtomConceptReference and inserts it at the specified position in the array.
add(ContainedConcept) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayContainedConcept
Creates a PropertyAtomContainedConcept with the given ContainedConcept and appends it to the array.
add(int, ContainedConcept) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayContainedConcept
Creates a PropertyAtomContainedConcept with the given ContainedConcept and inserts it into the array at the specified position.
add(Calendar) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayDateTime
Creates a PropertyAtomDateTime with the given Calendar and appends it to the array.
add(int, Calendar) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayDateTime
Creates a PropertyAtomDateTime with the given Calendar and inserts it into the array at the specified position.
add(double) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayDouble
Creates a PropertyAtomDouble with the given double and appends it to the array.
add(int, double) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayDouble
Creates a PropertyAtomDouble with the given double and inserts it into the array at the specified position.
add(int) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayInt
Creates a PropertyAtomInt with the given int and appends it to the array.
add(int, int) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayInt
Creates a PropertyAtomInt with the given int and inserts it into the array at the specified position.
add(long) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayLong
Creates a PropertyAtomLong with the given long and appends it to the array.
add(int, long) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayLong
Creates a PropertyAtomLong with the given long and inserts it into the array at the specified position.
add(String) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayString
Creates a PropertyAtomString with the given String and appends it to the array.
add(int, String) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayString
Creates a PropertyAtomString with the given String and inserts it into the array at the specified position.
AdvisoryEvent - Interface in com.tibco.cep.runtime.model.event
An event generated by the engine for some specific activity.
ALL - Static variable in class com.tibco.cep.kernel.service.logging.Level
 
alternative() - Method in interface com.tibco.be.model.functions.BEDeprecated
 
alwaysEvaluate() - Method in interface com.tibco.cep.kernel.model.rule.Condition
Lets the rule engine knows if this condition needs to be re-evaluated everytime and not memorize its result.
assertObject(Object, boolean) - Method in interface com.tibco.cep.runtime.session.RuleSession
Adds an object to the Rule Session and optionally executes all the triggered rules (conflict resolve / executeRules is called).
async() - Method in interface com.tibco.be.model.functions.BEConstant
 
async() - Method in interface com.tibco.be.model.functions.BEFunction
 

B

BEConstant - Interface in com.tibco.be.model.functions
This annotation element identifies a constant value.
BEDeprecated - Interface in com.tibco.be.model.functions
This annotation element identifies if its associated method is deprecated or not.
BEException - Interface in com.tibco.cep.runtime.model.exception
Runtime exception which wraps any exception caught during rule language execution.
BEFunction - Interface in com.tibco.be.model.functions
This method annotation enables a static java function to become eligible to be considered as a catalog function in BusinessEvents™
BEMapper - Interface in com.tibco.be.model.functions
This annotation indicates if the function is enabled for use in a mapper.
BEPackage - Interface in com.tibco.be.model.functions
This annotation to a java type enables it to be considered as a BusinessEvents™ function catalog
BOOLEAN - Static variable in class com.tibco.cep.bpmn.runtime.activity.tasks.ModelType
Identifies the model data type boolean.
BUI - Static variable in class com.tibco.be.model.functions.FunctionDomain
This domain indicates that the associated function can be used in a Decision Table as a mutable and non mutable function

C

canReply() - Method in interface com.tibco.cep.runtime.model.event.EventContext
Specifies if this EventContext can reply to the original message.
catalog() - Method in interface com.tibco.be.model.functions.BEPackage
 
category() - Method in interface com.tibco.be.model.functions.BEPackage
 
cautions() - Method in interface com.tibco.be.model.functions.BEConstant
 
cautions() - Method in interface com.tibco.be.model.functions.BEFunction
 
clear() - Method in interface com.tibco.cep.runtime.model.element.PropertyArray
Removes all the elements from this list.
com.tibco.cep.kernel.model.entity - package com.tibco.cep.kernel.model.entity
 
com.tibco.cep.kernel.model.knowledgebase - package com.tibco.cep.kernel.model.knowledgebase
 
com.tibco.cep.kernel.model.rule - package com.tibco.cep.kernel.model.rule
 
com.tibco.cep.kernel.service - package com.tibco.cep.kernel.service
 
com.tibco.cep.kernel.service.logging - package com.tibco.cep.kernel.service.logging
 
Concept - Interface in com.tibco.cep.runtime.model.element
Base for all runtime concepts.
CONCEPT_REFERENCE - Static variable in class com.tibco.cep.bpmn.runtime.activity.tasks.ModelType
Identifies the model artifact type Reference Concept.
CONDITION - Static variable in class com.tibco.be.model.functions.FunctionDomain
This domain indicates that the associated function can be used in a Rule Condition as a non mutable function
Condition - Interface in com.tibco.cep.kernel.model.rule
Represents a condition within a rule.
configure(int) - Method in interface com.tibco.cep.runtime.session.RuleServiceProvider
Initializes and starts this RuleServiceProvider in the given mode.
CONTAINED_CONCEPT - Static variable in class com.tibco.cep.bpmn.runtime.activity.tasks.ModelType
Identifies the model artifact type Contained Concept.
ContainedConcept - Interface in com.tibco.cep.runtime.model.element
Represents a concept contained in another concept.
Copy - Interface in com.tibco.cep.util.annotation
This means that the annotated target is a copy of the one being queried.
createEntity(ExpandedName) - Method in interface com.tibco.cep.runtime.model.TypeManager
Creates an Event or a Concept given the ExpandedName of the type resource.
createEntity(String) - Method in interface com.tibco.cep.runtime.model.TypeManager
Creates an Event or a Concept instance given the URI of the type resource in Designer.

D

DATETIME - Static variable in class com.tibco.cep.bpmn.runtime.activity.tasks.ModelType
Identifies the model data type DateTime.
deactivate() - Method in interface com.tibco.cep.kernel.model.rule.Rule
Deactivates the rule.
DEBUG - Static variable in class com.tibco.cep.kernel.service.logging.Level
 
DEFAULT_BE_NAMESPACE_URI - Static variable in interface com.tibco.cep.runtime.model.TypeManager
Default namespace for the BE ontology - "www.tibco.com/be/ontology".
DEFAULT_PRIORITY - Static variable in interface com.tibco.cep.kernel.model.rule.Rule
Default priority of a rule.
delete() - Method in interface com.tibco.cep.kernel.model.entity.Element
This method will be called to clean up when the element instance is retracted from the working memory explicitly, or after a failure to assert.
DependsOn - Interface in com.tibco.cep.util.annotation
Used to mark init and start methods - to indicate that the listed classes must already by initialized before calling the annotated resource.
deprecated() - Method in interface com.tibco.be.model.functions.BEConstant
 
deprecated() - Method in interface com.tibco.be.model.functions.BEFunction
 
desc() - Method in interface com.tibco.be.model.functions.FunctionParamDescriptor
 
description() - Method in interface com.tibco.be.model.functions.BEConstant
 
description() - Method in interface com.tibco.be.model.functions.BEFunction
 
Description - Interface in com.tibco.cep.runtime.jmx
 
domain() - Method in interface com.tibco.be.model.functions.BEConstant
Deprecated.
domain() - Method in interface com.tibco.be.model.functions.BEFunction
Deprecated.
DOUBLE - Static variable in class com.tibco.cep.bpmn.runtime.activity.tasks.ModelType
Identifies the model data type double.
DuplicateException - Exception in com.tibco.cep.kernel.model.knowledgebase
 
DuplicateException() - Constructor for exception com.tibco.cep.kernel.model.knowledgebase.DuplicateException
Builds a DuplicateException with no message string or cause.
DuplicateException(String) - Constructor for exception com.tibco.cep.kernel.model.knowledgebase.DuplicateException
Builds a DuplicateException with a message.
DuplicateException(Throwable) - Constructor for exception com.tibco.cep.kernel.model.knowledgebase.DuplicateException
Builds a DuplicateException with a cause.
DuplicateException(String, Throwable) - Constructor for exception com.tibco.cep.kernel.model.knowledgebase.DuplicateException
Builds a DuplicateException with a message and a cause.
DuplicateExtIdException - Exception in com.tibco.cep.kernel.model.knowledgebase
Exception thrown upon attempting to set an external ID to a value that is already used as external ID.
DuplicateExtIdException() - Constructor for exception com.tibco.cep.kernel.model.knowledgebase.DuplicateExtIdException
Builds a DuplicateExtIdException with no message string or cause.
DuplicateExtIdException(String) - Constructor for exception com.tibco.cep.kernel.model.knowledgebase.DuplicateExtIdException
Builds a DuplicateExtIdException with a message string.
DuplicateExtIdException(Throwable) - Constructor for exception com.tibco.cep.kernel.model.knowledgebase.DuplicateExtIdException
Builds a DuplicateExtIdException with a cause.
DuplicateExtIdException(String, Throwable) - Constructor for exception com.tibco.cep.kernel.model.knowledgebase.DuplicateExtIdException
Builds a DuplicateExtIdException with a message string and a cause.

E

Element - Interface in com.tibco.cep.kernel.model.entity
Base for mutable entities that may have children.
enabled() - Method in interface com.tibco.be.model.functions.BEConstant
 
enabled() - Method in interface com.tibco.be.model.functions.BEFunction
 
enabled() - Method in interface com.tibco.be.model.functions.BEMapper
 
enabled() - Method in interface com.tibco.be.model.functions.BEPackage
 
Enabled - Interface in com.tibco.be.model.functions
This annotation allows the user to specify if an associated annotation is enabled or disabled for use
Entity - Interface in com.tibco.cep.kernel.model.entity
Base for events and elements.
ERROR - Static variable in class com.tibco.cep.kernel.service.logging.Level
 
eval(Object[]) - Method in interface com.tibco.cep.kernel.model.rule.Condition
Evaluates the expression of this Condition.
Event - Interface in com.tibco.cep.kernel.model.entity
Base for events, which are immutable entities.
EventContext - Interface in com.tibco.cep.runtime.model.event
Represents the context in which a message that was received from a Channel leads to the creation of a SimpleEvent.
EventPayload - Interface in com.tibco.cep.runtime.model.event
Represents the payload of a SimpleEvent.
example() - Method in interface com.tibco.be.model.functions.BEConstant
 
example() - Method in interface com.tibco.be.model.functions.BEFunction
 
execute(Object[]) - Method in interface com.tibco.cep.kernel.model.rule.Action
Executes the expression of this action with the given objects.
executeRules() - Method in interface com.tibco.cep.runtime.session.RuleSession
Executes rules that are triggered by previous actions (Add, Update, Remove Object).

F

FATAL - Static variable in class com.tibco.cep.kernel.service.logging.Level
 
fndomain() - Method in interface com.tibco.be.model.functions.BEConstant
 
fndomain() - Method in interface com.tibco.be.model.functions.BEFunction
 
freturn() - Method in interface com.tibco.be.model.functions.BEConstant
 
freturn() - Method in interface com.tibco.be.model.functions.BEFunction
 
FunctionDomain - Class in com.tibco.be.model.functions
Describes an enumerated function execution domain
FunctionParamDescriptor - Interface in com.tibco.be.model.functions
This annotation describes a BusinessEvents™ catalog function argument or return type.

G

get(int) - Method in interface com.tibco.cep.runtime.model.element.PropertyArray
Returns the PropertyAtom at the specified position in the array.
get_Cause() - Method in interface com.tibco.cep.runtime.model.exception.BEException
Returns the cause of this exception or null if the cause is nonexistent or unknown.
get_StackTrace() - Method in interface com.tibco.cep.runtime.model.exception.BEException
Provides access to the stack trace information.
getActions() - Method in interface com.tibco.cep.kernel.model.rule.Rule
Get the actions of this rule.
getBoolean() - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomBoolean
Gets the current boolean value of this PropertyAtom.
getBoolean(long) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomBoolean
Gets the boolean value that this PropertyAtom had at the given time.
getBooleanAtIdx(int) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomBoolean
Gets the boolean value of this PropertyAtom at the given history index.
getCategory() - Method in interface com.tibco.cep.runtime.model.event.AdvisoryEvent
Gets the broad category of advisory.
getChildren() - Method in interface com.tibco.cep.kernel.model.entity.Element
Gets a list of all the children instances of this instance.
getClassLoader() - Method in interface com.tibco.cep.runtime.session.RuleServiceProvider
Gets the class loader used by deserialization and hot deployment.
getClosure() - Method in interface com.tibco.cep.runtime.model.event.TimeEvent
Gets the closure of this event.
getConceptId() - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomConcept
Gets the current concept instance id of this property.
getConceptId(long) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomConcept
Gets the concept instance id of this property at the given time.
getConceptIdAtIdx(int) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomConcept
Gets the concept instance id of this property at the given history index.
getConditions() - Method in interface com.tibco.cep.kernel.model.rule.Rule
Get the conditions of this rule.
getConfig() - Method in interface com.tibco.cep.runtime.session.RuleSession
Gets the configuration parameters used for building this RuleSession.
getContainedConcept() - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomContainedConcept
Gets the current ContainedConcept of this property.
getContainedConceptId() - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomContainedConcept
Gets the instance id of the current ContainedConcept of this property.
getContainedConceptId(long) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomContainedConcept
Gets the instance id of the ContainedConcept of this property at the given time.
getContainedConceptIdAtIdx(int) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomContainedConcept
Gets the instance id of the ContainedConcept at the given index in the current history of this property .
getContext() - Method in interface com.tibco.cep.runtime.model.event.SimpleEvent
Gets the EventContext of this event.
getCurrentRuleSession() - Static method in class com.tibco.cep.runtime.session.RuleSessionManager
Gets the RuleSession of the current thread.
getDateTime() - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomDateTime
Gets the current value of this property.
getDateTime(long) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomDateTime
Gets the value that property had at the given time.
getDateTimeAtIdx(int) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomDateTime
Gets the value of this PropertyAtomDateTime at the given history index.
getDeployedRuleUris() - Method in interface com.tibco.cep.runtime.session.RuleSessionConfig
Returns the URIs of the rules deployed in this BusinessEvents archive.
getDescription() - Method in interface com.tibco.cep.kernel.model.rule.Rule
Gets the description of the rule.
getDestinationURI() - Method in interface com.tibco.cep.runtime.model.event.SimpleEvent
Gets the URI of the default destination of this event.
getDouble() - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomDouble
Gets the current value of this property.
getDouble(long) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomDouble
Gets the value that property had at the given time.
getDoubleAtIdx(int) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomDouble
Gets the value of this property at the given history index.
getErrorType() - Method in interface com.tibco.cep.runtime.model.exception.BEException
Gets the type of error represented by this exception (exception class name in the case of Java exceptions).
getExpandedName() - Method in interface com.tibco.cep.runtime.model.element.Concept
Returns the expandedName of the Concept's Implementation.
getExpandedName() - Method in interface com.tibco.cep.runtime.model.event.SimpleEvent
Gets the ExpandedName of this event.
getExpandedName() - Method in class com.tibco.cep.runtime.model.TypeManager.TypeDescriptor
Gets the ExpandedName of the type described.
getExtId() - Method in interface com.tibco.cep.kernel.model.entity.Entity
Gets the external Id of this Entity.
getFullName() - Method in class com.tibco.cep.repo.GlobalVariableDescriptor
Gets the full name of this global variable, including all folders.
getGlobalVariables() - Method in interface com.tibco.cep.runtime.session.RuleServiceProvider
Gets the GlobalVariables that manages all global variables in this RuleServiceProvider.
getHistoryPolicy() - Method in interface com.tibco.cep.runtime.model.element.Property
Gets the history policy of this property
getHistorySize() - Method in interface com.tibco.cep.runtime.model.element.Property
Gets the history size of this property (the number of values stored in its history ring).
getHistoryTimeInterval(long, long[]) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtom
Sets interval[0] to t1 and interval[1] to t2 where t1 and t2 are timestamps in the current property history and t1 <=time <= t2.
getId() - Method in interface com.tibco.cep.kernel.model.entity.Entity
Gets the internal id of this Entity.
getIdentifiers() - Method in interface com.tibco.cep.kernel.model.rule.Condition
Gets all the Identifier objects that will be used for this Condition.
getIdentifiers() - Method in interface com.tibco.cep.kernel.model.rule.Rule
Gets the identifiers from the declaration section of the rule.
getImplClass() - Method in class com.tibco.cep.runtime.model.TypeManager.TypeDescriptor
Gets the implementing class of the type described.
getInputDestinations() - Method in interface com.tibco.cep.runtime.session.RuleSessionConfig
Gets the configurations of the destinations enabled for input in this archive.
getInstance() - Static method in class com.tibco.cep.runtime.session.RuleServiceProviderManager
Gets the singleton instance of this class.
getInt() - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomInt
Gets the current value of this property.
getInt(long) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomInt
Gets the value that property had at the given time.
getIntAtIdx(int) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomInt
Gets the value of this property at the given history index.
getInterval() - Method in interface com.tibco.cep.runtime.model.event.TimeEvent
Gets the repeating interval in milliseconds.
getLevel() - Method in interface com.tibco.cep.kernel.service.logging.Logger
Gets the current Level of this logger.
getLocalProperties() - Method in interface com.tibco.cep.runtime.model.element.Concept
Gets all the local properties of this Concept.
getLogger(String) - Method in interface com.tibco.cep.runtime.session.RuleServiceProvider
Gets the Logger for a given module.
getLogger(Class) - Method in interface com.tibco.cep.runtime.session.RuleServiceProvider
Gets the Logger for a given module.
getLong() - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomLong
Gets the current value of this property.
getLong(long) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomLong
Gets the value that property had at the given time.
getLongAtIdx(int) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomLong
Gets the value of this property at the given history index.
getMessage() - Method in interface com.tibco.cep.runtime.model.event.AdvisoryEvent
Gets the message delivering the advice of the advisory.
getMessage() - Method in interface com.tibco.cep.runtime.model.event.EventContext
Gets the message that was deserialized into the event associated to this EventContext.
getMessage() - Method in interface com.tibco.cep.runtime.model.exception.BEException
Returns the detail message string of this exception.
getName() - Method in interface com.tibco.cep.kernel.model.rule.Identifier
Gets the name of the identifier.
getName() - Method in interface com.tibco.cep.kernel.model.rule.Rule
Gets the name of the rule.
getName() - Method in interface com.tibco.cep.kernel.model.rule.RuleFunction.ParameterDescriptor
Gets the name of this parameter.
getName() - Method in interface com.tibco.cep.kernel.service.logging.Logger
Gets the name of this logger.
getName() - Method in class com.tibco.cep.repo.GlobalVariableDescriptor
Gets the name of this global variable.
getName() - Method in interface com.tibco.cep.runtime.model.element.Property
Gets the name of the property.
getName() - Method in interface com.tibco.cep.runtime.session.RuleServiceProvider
Gets the name under which this RuleServiceProvider is registered in its parent RuleServiceProviderManager.
getName() - Method in interface com.tibco.cep.runtime.session.RuleSession
Returns the name of this RuleSession.
getName() - Method in interface com.tibco.cep.runtime.session.RuleSessionConfig
Returns the URI of the BusinessEvents archive resource.
getObject() - Method in interface com.tibco.cep.kernel.model.knowledgebase.Handle
Gets the object associated to this handle.
getObjects() - Method in interface com.tibco.cep.runtime.session.RuleSession
Gets all the simple events, concepts and scorecards present in this Session.
getParameterDescriptors() - Method in interface com.tibco.cep.kernel.model.rule.RuleFunction
Gets all the parameter descriptors for this rule function.
getParent() - Method in interface com.tibco.cep.runtime.model.element.ContainedConcept
Gets the parent of this contained concept.
getParent() - Method in interface com.tibco.cep.runtime.model.element.Property
Returns the concept instance that this property belongs to.
getPath() - Method in class com.tibco.cep.repo.GlobalVariableDescriptor
Gets the path of the folder that contains this global variable.
getPayload() - Method in interface com.tibco.cep.runtime.model.event.SimpleEvent
Gets the payload of this event.
getPayloadAsString() - Method in interface com.tibco.cep.runtime.model.event.SimpleEvent
Gets the String representation of the payload of this event.
getPreprocessor() - Method in interface com.tibco.cep.runtime.session.RuleSessionConfig.InputDestinationConfig
Gets the preprocessor RuleFunction associated to this destination.
getPriority() - Method in interface com.tibco.cep.kernel.model.rule.Rule
Gets the priority of the rule.
getProperties() - Method in interface com.tibco.cep.runtime.model.element.Concept
Gets all the Property in this Concept, including all the inherited ones.
getProperties() - Method in interface com.tibco.cep.runtime.session.RuleServiceProvider
Gets the properties used to build this RuleServiceProvider.
getProperty(String) - Method in interface com.tibco.cep.runtime.model.element.Concept
Gets a Property by name.
getProperty(String) - Method in interface com.tibco.cep.runtime.model.event.SimpleEvent
Gets the value of a property by name.
getPropertyArray(String) - Method in interface com.tibco.cep.runtime.model.element.Concept
Gets a PropertyArray by name.
getPropertyAtom(String) - Method in interface com.tibco.cep.runtime.model.element.Concept
Gets a PropertyAtom by name.
getPropertyAtomConceptReference(Concept) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayConceptReference
Finds the first PropertyAtomConceptReference referring to the given instance in this array.
getPropertyAtomContainedConcept(ContainedConcept) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayContainedConcept
Finds the first PropertyAtomContainedConcept with the given instance in this array.
getPropertyAtomContainedConceptIndex(ContainedConcept) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayContainedConcept
Finds the first PropertyAtomContainedConcept with the given instance in this array.
getPropertyNames() - Method in interface com.tibco.cep.runtime.model.event.SimpleEvent
Gets all the property names in this event.
getProvider(String) - Method in class com.tibco.cep.runtime.session.RuleServiceProviderManager
Gets by name a RuleServiceProvider managed by this RuleServiceProviderManager.
getRule() - Method in interface com.tibco.cep.kernel.model.rule.Condition
Gets the rule that contains this Condition.
getRuleRuntime() - Method in interface com.tibco.cep.runtime.session.RuleServiceProvider
Returns the RuleRuntime that manages the rule sessions in this RuleServiceProvider.
getRuleRuntime() - Method in interface com.tibco.cep.runtime.session.RuleSession
Gets the manager (parent) who created this session.
getRuleServiceProvider() - Method in interface com.tibco.cep.runtime.session.RuleRuntime
Returns the RuleServiceProvider associated with this RuleRuntime.
getRuleServiceProvider() - Method in interface com.tibco.cep.runtime.session.RuleSession
Returns the RuleServiceProvider associated with this session.
getRuleServiceProviders() - Method in class com.tibco.cep.runtime.session.RuleServiceProviderManager
Gets all the RuleServiceProvider contained in this RuleServiceProviderManager.
getRuleSession(String) - Method in interface com.tibco.cep.runtime.session.RuleRuntime
Gets a RuleSession by name.
getRuleSessions() - Method in interface com.tibco.cep.runtime.session.RuleRuntime
Gets an array of all the RuleSession associated with this runtime.
getScheduledTime() - Method in interface com.tibco.cep.runtime.model.event.TimeEvent
Gets the schedule time of this time event.
getScheduledTimeMillis() - Method in interface com.tibco.cep.runtime.model.event.TimeEvent
Gets the schedule time of this time event in milliseconds since the epoch.
getSignature() - Method in interface com.tibco.cep.kernel.model.rule.RuleFunction
Returns the original signature of the RuleFunction in string format.
getString() - Method in interface com.tibco.cep.runtime.model.element.PropertyArray
Gets a String representation of the current value of this PropertyArray.
getString() - Method in interface com.tibco.cep.runtime.model.element.PropertyAtom
Gets the String representation of the value of this PropertyAtom.
getString(long) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtom
Gets the String representation of the value of this PropertyAtom at the given time.
getString() - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomString
Gets the current value of this property.
getString(long) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomString
Gets the value that property had at the given time.
getStringAtIdx(int) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtom
Gets the String representation of the value of this PropertyAtom at the given history index.
getStringAtIdx(int) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomString
Gets the value of this property at the given history index.
getTimeAtIdx(int) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtom
Gets the time at which the value at the given history index was set.
getTTL() - Method in interface com.tibco.cep.kernel.model.entity.Event
Gets the TTL (Time To Live) of the event, i.e. how long an event should be valid.
getType() - Method in interface com.tibco.cep.kernel.model.rule.Identifier
Gets the type of the identifier
getType() - Method in interface com.tibco.cep.kernel.model.rule.RuleFunction.ParameterDescriptor
Gets the type or the boxed type (if primitive) of this parameter.
getType() - Method in class com.tibco.cep.repo.GlobalVariableDescriptor
Gets the type of the value of this global variable.
getType() - Method in interface com.tibco.cep.runtime.model.element.Property.PropertyConcept
Gets the target Concept type of this property.
getType() - Method in interface com.tibco.cep.runtime.model.event.AdvisoryEvent
Gets the type of advisory within a particular category.
getType() - Method in class com.tibco.cep.runtime.model.TypeManager.TypeDescriptor
Gets the index representing the category of the type described.
getTypeDescriptor(Class) - Method in interface com.tibco.cep.runtime.model.TypeManager
Returns the TypeDescriptor for the resource specified by the given Class.
getTypeDescriptor(ExpandedName) - Method in interface com.tibco.cep.runtime.model.TypeManager
Returns the TypeDescriptor for the resource specified by the given ExpandedName.
getTypeDescriptor(String) - Method in interface com.tibco.cep.runtime.model.TypeManager
Returns a TypeDescriptor given the URI of the type resource in designer.
getTypeDescriptors(int) - Method in interface com.tibco.cep.runtime.model.TypeManager
Gets all the TypeDescriptor's for a given type.
getTypeManager() - Method in interface com.tibco.cep.runtime.session.RuleServiceProvider
Gets the TypeManager which manages all Ontology type definitions in this RuleServiceProvider.
getUri() - Method in interface com.tibco.cep.kernel.model.rule.Rule
Gets the URI of the rule.
getURI() - Method in class com.tibco.cep.runtime.model.TypeManager.TypeDescriptor
Gets the URI of the type described.
getURI() - Method in interface com.tibco.cep.runtime.session.RuleSessionConfig.InputDestinationConfig
Gets the URI of this destination.
getValueAsString() - Method in class com.tibco.cep.repo.GlobalVariableDescriptor
The String representation of the value of this global variable.
getVariable(String) - Method in interface com.tibco.cep.repo.GlobalVariables
Gets all information about a GlobalVariable.
getVariableAsBoolean(String, boolean) - Method in interface com.tibco.cep.repo.GlobalVariables
Gets the boolean value of a global variable.
getVariableAsDouble(String, double) - Method in interface com.tibco.cep.repo.GlobalVariables
Gets the double value of a global variable.
getVariableAsInt(String, int) - Method in interface com.tibco.cep.repo.GlobalVariables
Gets the int value of a global variable.
getVariableAsLong(String, long) - Method in interface com.tibco.cep.repo.GlobalVariables
Gets the long value of a global variable.
getVariableAsString(String, String) - Method in interface com.tibco.cep.repo.GlobalVariables
Gets the String value of a global variable.
getVariables() - Method in interface com.tibco.cep.repo.GlobalVariables
Gets all the global variables available in this GlobalVariables.
getVersion() - Method in interface com.tibco.cep.runtime.model.element.Concept
Get the version of the Concept instance
GlobalVariableDescriptor - Class in com.tibco.cep.repo
Represents a global variable.
GlobalVariables - Interface in com.tibco.cep.repo
Manages the global variables available in a RuleServiceProvider.

H

Handle - Interface in com.tibco.cep.kernel.model.knowledgebase
Representation of an Object in the kernel.
hasExpiryAction() - Method in interface com.tibco.cep.kernel.model.entity.Event
Checks whether the event has an expiry action.
HISTORY_POLICY_ALL_VALUES - Static variable in interface com.tibco.cep.runtime.model.element.Property
History policy in which every set value is stored in the history even if it is the same as the previous value.
HISTORY_POLICY_CHANGES_ONLY - Static variable in interface com.tibco.cep.runtime.model.element.Property
History policy in which a new value is stored in the history only when different from the previous value.
howCurrent() - Method in interface com.tibco.cep.runtime.model.element.PropertyAtom
Gets the timestamp of the latest value in the current history of this property.
howMany(long, long) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtom
Gets the number of values known to the current history of this property, between stime and etime.
howOld() - Method in interface com.tibco.cep.runtime.model.element.PropertyAtom
Gets the timestamp of the oldest value in the current history of this property.

I

Idempotent - Interface in com.tibco.cep.util.annotation
This means that the annotated target should handle repetitive calls gracefully by ignoring subsequent invocations.
Identifier - Interface in com.tibco.cep.kernel.model.rule
An identifier in the declaration section of a rule, rule function, etc.
Impact - Interface in com.tibco.cep.runtime.jmx
 
INFO - Static variable in class com.tibco.cep.kernel.service.logging.Level
 
inputelement() - Method in interface com.tibco.be.model.functions.BEMapper
 
INT - Static variable in class com.tibco.cep.bpmn.runtime.activity.tasks.ModelType
Identifies the model type integer.
INTERVAL_UNIT_DAYS - Static variable in interface com.tibco.cep.runtime.model.event.TimeEvent
Represents the time unit: days.
INTERVAL_UNIT_HOURS - Static variable in interface com.tibco.cep.runtime.model.event.TimeEvent
Represents the time unit: hours.
INTERVAL_UNIT_MILLISECONDS - Static variable in interface com.tibco.cep.runtime.model.event.TimeEvent
Represents the time unit: milliseconds.
INTERVAL_UNIT_MINUTES - Static variable in interface com.tibco.cep.runtime.model.event.TimeEvent
Represents the time unit: minutes.
INTERVAL_UNIT_SECONDS - Static variable in interface com.tibco.cep.runtime.model.event.TimeEvent
Represents the time unit: seconds.
invoke(Object[]) - Method in interface com.tibco.cep.kernel.model.rule.RuleFunction
Invokes the rule function with an array of objects.
invoke(Map) - Method in interface com.tibco.cep.kernel.model.rule.RuleFunction
Invokes the rule function with a map.
invokeCatalog(String, Object[]) - Method in interface com.tibco.cep.runtime.session.RuleSession
 
invokeFunction(String, Object[], boolean) - Method in interface com.tibco.cep.runtime.session.RuleSession
Invoke a RuleFunction on this RuleSession.
isActive() - Method in interface com.tibco.cep.kernel.model.rule.Rule
Tests if the rule is active.
isDeploymentSettable() - Method in class com.tibco.cep.repo.GlobalVariableDescriptor
Returns true if this is a deployment level global variable.
isEnabledFor(Level) - Method in interface com.tibco.cep.kernel.service.logging.Logger
Checks if a message of the given level would actually be logged by this logger.
isInput() - Method in interface com.tibco.cep.kernel.model.rule.RuleFunction.ParameterDescriptor
Returns true if this is an input parameter.
isRepeating() - Method in interface com.tibco.cep.runtime.model.event.TimeEvent
Specifies whether the event is a repeating event.
isServiceSettable() - Method in class com.tibco.cep.repo.GlobalVariableDescriptor
Returns true if this is a service level global variable.
isSet() - Method in interface com.tibco.cep.runtime.model.element.PropertyAtom
Returns true if the property is set.

J

JavaTask - Interface in com.tibco.cep.bpmn.runtime.model
This annotation identifies a Class that can be used for BPMN Java Task
JavaTaskContext - Interface in com.tibco.cep.bpmn.runtime.activity.tasks
This annotation identifies a task context field of a given TaskContextType
JavaTaskMethod - Interface in com.tibco.cep.bpmn.runtime.model
This annotation identifies a Java task function

L

Lazy - Interface in com.tibco.cep.util.annotation
This means that the annotated target may be initialized lazily.
length() - Method in interface com.tibco.cep.runtime.model.element.PropertyArray
Returns the length of this array.
Level - Class in com.tibco.cep.kernel.service.logging
Levels are, by order of inclusion: OFF, FATAL, ERROR, WARN, INFO, DEBUG, and ALL.
Level(int, String) - Constructor for class com.tibco.cep.kernel.service.logging.Level
 
log(Level, String) - Method in interface com.tibco.cep.kernel.service.logging.Logger
Logs a message.
log(Level, String, Object[]) - Method in interface com.tibco.cep.kernel.service.logging.Logger
Logs a message.
log(Level, String, Throwable, Object[]) - Method in interface com.tibco.cep.kernel.service.logging.Logger
Logs a message.
log(Level, Throwable, String) - Method in interface com.tibco.cep.kernel.service.logging.Logger
Logs a message, with associated Throwable information.
log(Level, Throwable, String, Object[]) - Method in interface com.tibco.cep.kernel.service.logging.Logger
Logs a message, with associated Throwable information.
LogCategory - Interface in com.tibco.cep.util.annotation
 
Logger - Interface in com.tibco.cep.kernel.service.logging
 
LONG - Static variable in class com.tibco.cep.bpmn.runtime.activity.tasks.ModelType
Identifies the model data type long.

M

mapper() - Method in interface com.tibco.be.model.functions.BEConstant
 
mapper() - Method in interface com.tibco.be.model.functions.BEFunction
 
MAX_PRIORITY - Static variable in interface com.tibco.cep.kernel.model.rule.Rule
Maximum priority of a rule.
MIN_PRIORITY - Static variable in interface com.tibco.cep.kernel.model.rule.Rule
Minimum priority of a rule.
MODE_API - Static variable in interface com.tibco.cep.runtime.session.RuleServiceProvider
In MODE_API all services are intialized, but only the rule sessions are started.
MODE_CLUSTER - Static variable in interface com.tibco.cep.runtime.session.RuleServiceProvider
MODE_CLUSTER starts runtime in Cluster mode with all services are initialized and started.
MODE_INIT - Static variable in interface com.tibco.cep.runtime.session.RuleServiceProvider
In MODE_INIT all services are initialized, but no service is started.
MODE_LOAD_ONLY - Static variable in interface com.tibco.cep.runtime.session.RuleServiceProvider
In MODE_LOAD_ONLY only project, classes, Global Variable are loaded.
MODE_PRIMARY - Static variable in interface com.tibco.cep.runtime.session.RuleServiceProvider
In MODE_PRIMARY all services are initialized and started.
ModelType - Class in com.tibco.cep.bpmn.runtime.activity.tasks
This ModelType enumeration
ModelTypeMap - Interface in com.tibco.cep.bpmn.runtime.activity.tasks
This ModelTypeMap annotation identifies a type mapping between Java Type and BE Model Type

N

name() - Method in interface com.tibco.be.model.functions.BEConstant
 
name() - Method in interface com.tibco.be.model.functions.BEFunction
 
name() - Method in interface com.tibco.be.model.functions.FunctionParamDescriptor
 
NAME - Static variable in class com.tibco.cep.bpmn.runtime.activity.tasks.TaskContextType
Identifies the currently running task name from the context.
NamedInstance - Interface in com.tibco.cep.kernel.model.entity
Base for runtime singletons in the kernel.
newProvider(String, Properties) - Method in class com.tibco.cep.runtime.session.RuleServiceProviderManager
Creates and registers a new RuleServiceProvider in API mode.

O

OBJECT - Static variable in class com.tibco.cep.bpmn.runtime.activity.tasks.ModelType
Identifies the model type integer.
OFF - Static variable in class com.tibco.cep.kernel.service.logging.Level
 
onExpiry() - Method in interface com.tibco.cep.kernel.model.entity.Event
Called when the TTL expires.
Optional - Interface in com.tibco.cep.util.annotation
This means that the annotated target can return/hold/accept null values.

P

Parameter - Interface in com.tibco.cep.runtime.jmx
 
params() - Method in interface com.tibco.be.model.functions.BEConstant
 
params() - Method in interface com.tibco.be.model.functions.BEFunction
 
PAYLOAD_PROPERTY - Static variable in interface com.tibco.cep.runtime.model.event.EventPayload
Name of the payload property in the event schema.
PROCESS - Static variable in class com.tibco.be.model.functions.FunctionDomain
This domain indicates that the associated function can be used in a Process as a mutable and non mutable function
PROCESS - Static variable in class com.tibco.cep.bpmn.runtime.activity.tasks.ModelType
Identifies the model artifact type Process.
property() - Method in interface com.tibco.be.model.functions.Enabled
 
Property - Interface in com.tibco.cep.runtime.model.element
Base for concept and scorecard properties.
Property.PropertyBoolean - Interface in com.tibco.cep.runtime.model.element
Base for properties which contain a boolean value.
Property.PropertyConcept - Interface in com.tibco.cep.runtime.model.element
Base for properties of type Concept.
Property.PropertyConceptReference - Interface in com.tibco.cep.runtime.model.element
Base for properties which refer to a Concept.
Property.PropertyContainedConcept - Interface in com.tibco.cep.runtime.model.element
Base for properties which contain a Concept.
Property.PropertyDateTime - Interface in com.tibco.cep.runtime.model.element
Base for properties which contain a date and time.
Property.PropertyDouble - Interface in com.tibco.cep.runtime.model.element
Base for properties which contain a double value.
Property.PropertyInt - Interface in com.tibco.cep.runtime.model.element
Base for properties which contain an int value.
Property.PropertyLong - Interface in com.tibco.cep.runtime.model.element
Base for properties which contain a long value.
Property.PropertyString - Interface in com.tibco.cep.runtime.model.element
Base for properties which contain a String value.
PropertyArray - Interface in com.tibco.cep.runtime.model.element
Base for array properties, (properties that can contain multiple PropertyAtom).
PropertyArrayBoolean - Interface in com.tibco.cep.runtime.model.element
Property that contains zero, one, or multiple PropertyAtomBoolean.
PropertyArrayConcept - Interface in com.tibco.cep.runtime.model.element
Base for properties that contain or refer to zero, one, or multiple PropertyAtomConcept.
PropertyArrayConceptReference - Interface in com.tibco.cep.runtime.model.element
Property that contains zero, one, or multiple PropertyAtomConceptReference.
PropertyArrayContainedConcept - Interface in com.tibco.cep.runtime.model.element
Property that contains zero, one, or multiple PropertyAtomContainedConcept.
PropertyArrayDateTime - Interface in com.tibco.cep.runtime.model.element
Property that contains zero, one, or multiple PropertyAtomDateTime.
PropertyArrayDouble - Interface in com.tibco.cep.runtime.model.element
Property that contains zero, one, or multiple PropertyAtomDouble.
PropertyArrayInt - Interface in com.tibco.cep.runtime.model.element
Property that contains zero, one, or multiple PropertyAtomInt.
PropertyArrayLong - Interface in com.tibco.cep.runtime.model.element
Property that contains zero, one, or multiple PropertyAtomLong.
PropertyArrayString - Interface in com.tibco.cep.runtime.model.element
Property that contains zero, one, or multiple PropertyAtomString.
PropertyAtom - Interface in com.tibco.cep.runtime.model.element
Base for atom properties (properties that contains one value).
PropertyAtomBoolean - Interface in com.tibco.cep.runtime.model.element
Property that contains one boolean value.
PropertyAtomConcept - Interface in com.tibco.cep.runtime.model.element
Base for properties that contain or refer to one concept.
PropertyAtomConceptReference - Interface in com.tibco.cep.runtime.model.element
Property that contains one reference to a Concept.
PropertyAtomContainedConcept - Interface in com.tibco.cep.runtime.model.element
Property that contains one Concept.
PropertyAtomDateTime - Interface in com.tibco.cep.runtime.model.element
Property that contains one DateTime i.e.
PropertyAtomDouble - Interface in com.tibco.cep.runtime.model.element
Property that contains one double.
PropertyAtomInt - Interface in com.tibco.cep.runtime.model.element
Property that contains one int.
PropertyAtomLong - Interface in com.tibco.cep.runtime.model.element
Property that contains one long.
PropertyAtomString - Interface in com.tibco.cep.runtime.model.element
Property that contains one String.
PropertyException - Exception in com.tibco.cep.runtime.model.element
Exception thrown when attempting to access a property value that is currently unknown or unset.
PropertyException() - Constructor for exception com.tibco.cep.runtime.model.element.PropertyException
Creates a new PropertyException, without a detailed message.
PropertyException(String) - Constructor for exception com.tibco.cep.runtime.model.element.PropertyException
Creates a new PropertyException with the given detail message.
put(Concept) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayConceptReference
Returns the index of the PropertyAtomConceptReference in this array that refers to the given Concept, if any, otherwise creates a PropertyAtomConceptReference that refers to the instance and appends it to the end of the array.
put(ContainedConcept) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayContainedConcept
Returns the index of the PropertyAtomContainedConcept in this array that has the given ContainedConcept, if any, otherwise creates a PropertyAtomContainedConcept that refers to the instance and appends it to the end of the array.

Q

QUERY - Static variable in class com.tibco.be.model.functions.FunctionDomain
This domain indicates that the associated function can be used as a non mutable query function

R

ReadOnly - Interface in com.tibco.cep.util.annotation
This means that the annotated target must not be modified by the receiver/caller.
reevaluate() - Method in interface com.tibco.be.model.functions.BEConstant
 
reevaluate() - Method in interface com.tibco.be.model.functions.BEFunction
 
Remote - Interface in com.tibco.cep.runtime.service.tester.core
Created by IntelliJ IDEA.
remove(int) - Method in interface com.tibco.cep.runtime.model.element.PropertyArray
Removes the PropertyAtom at the specified position in this list.
remove(Concept) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayConceptReference
Removes the first PropertyAtomConceptReference referring to the given instance that is found in this array.
remove(ContainedConcept) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayContainedConcept
Removes the first PropertyAtomContainedConcept with the given instance that is found in this array.
removePropertyAtom(boolean) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayBoolean
Removes the first occurrence of PropertyAtomBoolean in this array which has the given value, and returns it.
removePropertyAtom(Concept) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayConceptReference
Removes the first occurrence of PropertyConceptReference which is a reference to the given instance, and returns it.
removePropertyAtom(ContainedConcept) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayContainedConcept
Removes the first occurrence of PropertyContainedConcept which has the given instance, and returns it.
removePropertyAtom(Calendar) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayDateTime
Removes the first PropertyAtomDateTime with the given value that is found in this array.
removePropertyAtom(double) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayDouble
Removes the first PropertyAtomDouble with the given value that is found in this array.
removePropertyAtom(int) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayInt
Removes the first PropertyAtomInt with the given value that is found in this array.
removePropertyAtom(long) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayLong
Removes the first PropertyAtomLong with the given value that is found in this array.
removePropertyAtom(String) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayString
Removes the first PropertyAtomString with the given value that is found in this array.
removeProvider(String) - Method in class com.tibco.cep.runtime.session.RuleServiceProviderManager
Removes the RuleServiceProvider of the given name, if it exists, from this RuleServiceProviderManager.
reply(SimpleEvent) - Method in interface com.tibco.cep.runtime.model.event.EventContext
Replies with the given SimpleEvent to the message that was deserialized into the event associated to this EventContext.
retractObject(Object, boolean) - Method in interface com.tibco.cep.runtime.session.RuleSession
Removes an object from the session.
Rule - Interface in com.tibco.cep.kernel.model.rule
Runtime rule.
RULE_SERVICE_PROVIDER - Static variable in class com.tibco.cep.bpmn.runtime.activity.tasks.TaskContextType
Identifies the RuleServiceProvider from the context.
RULE_SESSION - Static variable in class com.tibco.cep.bpmn.runtime.activity.tasks.TaskContextType
Identifies the RuleSession from the context.
RuleFunction - Interface in com.tibco.cep.kernel.model.rule
Runtime rule function.
RuleFunction.ParameterDescriptor - Interface in com.tibco.cep.kernel.model.rule
Describes a RuleFunction parameter.
RuleFunctionUserNameAnnotation - Interface in com.tibco.be.parser.codegen
 
RuleRuntime - Interface in com.tibco.cep.runtime.session
Manages the life cycle of RuleSession objects.
RuleServiceProvider - Interface in com.tibco.cep.runtime.session
Provides all services for one BE archive deployed on one engine.
RuleServiceProviderManager - Class in com.tibco.cep.runtime.session
Manages the RuleServiceProvider instances.
RuleSession - Interface in com.tibco.cep.runtime.session
The RuleSession is the interface which interacts with the kernel of the engine.
RuleSessionConfig - Interface in com.tibco.cep.runtime.session
Describes the configuration of a RuleSession as specified in one BusinessEvents Archive resource.
RuleSessionConfig.InputDestinationConfig - Interface in com.tibco.cep.runtime.session
Describes a destination that is enabled for input.
RuleSessionManager - Class in com.tibco.cep.runtime.session
Provides access to RuleSession objects.

S

see() - Method in interface com.tibco.be.model.functions.BEConstant
 
see() - Method in interface com.tibco.be.model.functions.BEFunction
 
set(int, boolean) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayBoolean
Sets the PropertyAtomBoolean at index the given index to the given value.
set(int, Concept) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayConceptReference
Sets the PropertyConceptReference at the given index to a reference to the given Concept.
set(int, ContainedConcept) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayContainedConcept
Sets the PropertyContainedConcept at the given index to the given ContainedConcept.
set(int, Calendar) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayDateTime
Sets the PropertyAtomDateTime at the given index to the given Calendar.
set(int, double) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayDouble
Sets the PropertyAtomDouble at the given index to the given double.
set(int, int) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayInt
Sets the PropertyAtomInt at the given index to the given int.
set(int, long) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayLong
Sets the PropertyAtomLong at the given index to the given long.
set(int, String) - Method in interface com.tibco.cep.runtime.model.element.PropertyArrayString
Sets the PropertyAtomString at the given index to the given String.
setActiveMode(boolean) - Method in interface com.tibco.cep.runtime.session.RuleSession
Sets the ActiveMode of this RuleSession.
setBoolean(boolean) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomBoolean
Sets the current value of this PropertyAtom.
setBoolean(boolean, long) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomBoolean
Sets the value of this PropertyAtom with a given time.
setClosure(String) - Method in interface com.tibco.cep.runtime.model.event.TimeEvent
Sets the closure of this time event.
setConcept(Concept) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomConceptReference
Sets the current value of this PropertyAtomConceptReference to a reference to the given instance.
setConcept(Concept, long) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomConceptReference
Sets the current value of this PropertyAtomConceptReference to a reference to the given instance, at the given time.
setContainedConcept(ContainedConcept) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomContainedConcept
Sets the current value of this PropertyAtomContainedConcept to the given instance.
setContainedConcept(ContainedConcept, long) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomContainedConcept
Sets the current value of this PropertyAtomContainedConcept to the given instance with the given time.
setContext(EventContext) - Method in interface com.tibco.cep.runtime.model.event.SimpleEvent
Sets the EventContext of this event.
setDateTime(Calendar) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomDateTime
Sets the current value of this PropertyAtom.
setDateTime(Calendar, long) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomDateTime
Sets the value of this PropertyAtom with a given time.
setDouble(double) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomDouble
Sets the current value of this PropertyAtom.
setDouble(double, long) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomDouble
Sets the value of this PropertyAtom with a given time.
setInt(int) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomInt
Sets the current value of this property.
setInt(int, long) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomInt
Sets the value of this property with a given time.
setLevel(Level) - Method in interface com.tibco.cep.kernel.service.logging.Logger
Sets the maximum Level logged by this object.
setLong(long) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomLong
Sets the current value of this property.
setLong(long, long) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomLong
Sets the value of this property with a given time.
setParent(Concept) - Method in interface com.tibco.cep.runtime.model.element.ContainedConcept
Sets the parent of the contained concept.
setPayload(EventPayload) - Method in interface com.tibco.cep.runtime.model.event.SimpleEvent
Sets the payload of this event.
setPriority(int) - Method in interface com.tibco.cep.kernel.model.rule.Rule
Sets the priority of the rule.
setProperty(String, Object) - Method in interface com.tibco.cep.runtime.model.event.SimpleEvent
Sets the value of a property by name.
setProperty(String, String) - Method in interface com.tibco.cep.runtime.model.event.SimpleEvent
Sets the value of a property by name.
setScheduledTime(Calendar) - Method in interface com.tibco.cep.runtime.model.event.TimeEvent
Sets the schedule time of this event.
setScheduledTime(long) - Method in interface com.tibco.cep.runtime.model.event.TimeEvent
Sets the schedule time of this time event.
setString(String) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomString
Sets the current value of this property.
setString(String, long) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtomString
Sets the value of this property with a given time.
setValue(Object) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtom
Sets the current value of this PropertyAtom.
setValue(Object, long) - Method in interface com.tibco.cep.runtime.model.element.PropertyAtom
Sets the value of this PropertyAtom with a given time.
shutdown() - Method in interface com.tibco.cep.runtime.session.RuleServiceProvider
Stops the components in the reverse order they were started.
signature() - Method in interface com.tibco.be.model.functions.BEConstant
 
signature() - Method in interface com.tibco.be.model.functions.BEFunction
 
SimpleEvent - Interface in com.tibco.cep.runtime.model.event
Base for events that have properties and/or a payload.
STRING - Static variable in class com.tibco.cep.bpmn.runtime.activity.tasks.ModelType
Identifies the model data type String.
substituteVariables(CharSequence) - Method in interface com.tibco.cep.repo.GlobalVariables
Returns the result of substituting all global variables contained in the given CharSequence with their value.
synopsis() - Method in interface com.tibco.be.model.functions.BEConstant
Deprecated.
synopsis() - Method in interface com.tibco.be.model.functions.BEFunction
Deprecated.
synopsis() - Method in interface com.tibco.be.model.functions.BEPackage
 

T

TaskContextType - Class in com.tibco.cep.bpmn.runtime.activity.tasks
This TaskContextType enumeration
ThreadSafe - Interface in com.tibco.cep.util.annotation
Could also mean concurrent.
TimeEvent - Interface in com.tibco.cep.runtime.model.event
Base for time-based events.
toArray() - Method in interface com.tibco.cep.runtime.model.element.PropertyArray
Returns an array containing all of the elements in this PropertyArray in the correct order.
toArray(PropertyAtom[]) - Method in interface com.tibco.cep.runtime.model.element.PropertyArray
Returns an array containing all of the elements in this PropertyArray in the correct order, and whose runtime type is that of the specified array.
toBytes() - Method in interface com.tibco.cep.runtime.model.event.EventPayload
Serializes this EventPayload to a byte array.
toException() - Method in interface com.tibco.cep.runtime.model.exception.BEException
Converts this BEException into a RuntimeException.
toInt() - Method in class com.tibco.cep.kernel.service.logging.Level
 
TRACE - Static variable in class com.tibco.cep.kernel.service.logging.Level
 
type() - Method in interface com.tibco.be.model.functions.BEMapper
 
type() - Method in interface com.tibco.be.model.functions.FunctionParamDescriptor
 
type() - Method in interface com.tibco.cep.bpmn.runtime.activity.tasks.ModelTypeMap
 
TYPE_CONCEPT - Static variable in interface com.tibco.cep.runtime.model.TypeManager
Matches concepts only.
TYPE_NAMEDINSTANCE - Static variable in interface com.tibco.cep.runtime.model.TypeManager
Matches scorecards only.
TYPE_POJO - Static variable in interface com.tibco.cep.runtime.model.TypeManager
Matches state machines only.
TYPE_RULE - Static variable in interface com.tibco.cep.runtime.model.TypeManager
Matches rules only.
TYPE_RULEFUNCTION - Static variable in interface com.tibco.cep.runtime.model.TypeManager
Matches rule functions only.
TYPE_SIMPLEEVENT - Static variable in interface com.tibco.cep.runtime.model.TypeManager
Matches simple events only.
TYPE_STATEMACHINE - Static variable in interface com.tibco.cep.runtime.model.TypeManager
Matches state machines only.
TYPE_TIMEEVENT - Static variable in interface com.tibco.cep.runtime.model.TypeManager
Matches time events only.
TypeManager - Interface in com.tibco.cep.runtime.model
Manages the runtime types defined in a project.
TypeManager.TypeDescriptor - Class in com.tibco.cep.runtime.model
Describes the runtime corresponding to a type defined in a project.

U

uri() - Method in interface com.tibco.cep.bpmn.runtime.activity.tasks.ModelTypeMap
 
userName() - Method in interface com.tibco.be.parser.codegen.RuleFunctionUserNameAnnotation
 
userURI() - Method in interface com.tibco.be.parser.codegen.RuleFunctionUserNameAnnotation
 

V

value() - Method in interface com.tibco.be.model.functions.BEDeprecated
 
value() - Method in interface com.tibco.be.model.functions.Enabled
 
value() - Method in interface com.tibco.cep.bpmn.runtime.activity.tasks.JavaTaskContext
 
value() - Method in interface com.tibco.cep.runtime.jmx.Description
 
value() - Method in interface com.tibco.cep.runtime.jmx.Impact
 
value() - Method in interface com.tibco.cep.runtime.jmx.Parameter
 
value() - Method in interface com.tibco.cep.util.annotation.Copy
 
value() - Method in interface com.tibco.cep.util.annotation.DependsOn
 
value() - Method in interface com.tibco.cep.util.annotation.Idempotent
 
value() - Method in interface com.tibco.cep.util.annotation.Lazy
 
value() - Method in interface com.tibco.cep.util.annotation.LogCategory
 
value() - Method in interface com.tibco.cep.util.annotation.Optional
 
value() - Method in interface com.tibco.cep.util.annotation.ReadOnly
 
value() - Method in interface com.tibco.cep.util.annotation.ThreadSafe
 
valueOf(Integer) - Static method in class com.tibco.cep.kernel.service.logging.Level
 
valueOf(String) - Static method in class com.tibco.cep.kernel.service.logging.Level
 
version() - Method in interface com.tibco.be.model.functions.BEConstant
 
version() - Method in interface com.tibco.be.model.functions.BEFunction
 
VOID - Static variable in class com.tibco.cep.bpmn.runtime.activity.tasks.ModelType
Identifies the model type integer.

W

WARN - Static variable in class com.tibco.cep.kernel.service.logging.Level
 
A B C D E F G H I J L M N O P Q R S T U V W 
TIBCO BusinessEvents 5.2.0