- 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
-
- 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.
- 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.
- 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
-
- synopsis() - Method in interface com.tibco.be.model.functions.BEFunction
-
- synopsis() - Method in interface com.tibco.be.model.functions.BEPackage
-