A C D G I L O P R S T V W 

A

addAssociation(String, ICcDataObject) - Method in interface com.corticon.services.dataobject.ICcDataObject
Add the provided Entity instance to an multi-valued association
ArgumentName - Annotation Type in com.corticon.services.extensions
 

C

clearAssociations(String) - Method in interface com.corticon.services.dataobject.ICcDataObject
Remove all associations with this Entity instance under the given role name
com.corticon.services.databasedrivers - package com.corticon.services.databasedrivers
 
com.corticon.services.dataobject - package com.corticon.services.dataobject
 
com.corticon.services.extensions - package com.corticon.services.extensions
 
com.corticon.services.metadata.decisionservice - package com.corticon.services.metadata.decisionservice
 
com.corticon.services.metadata.license - package com.corticon.services.metadata.license
 
com.corticon.services.metadata.vocabulary - package com.corticon.services.metadata.vocabulary
 
createEntity(String) - Method in interface com.corticon.services.dataobject.ICcDataObjectManager
Create a new Entity instance of the given class and add it to working memory of the rule engine same call as createEntity(astrEntityClassName,prop) where prop = value of com.corticon.services.registerNewSCOEntities
createEntity(String, boolean) - Method in interface com.corticon.services.dataobject.ICcDataObjectManager
Create a new Entity instance of the given class and add it to working memory of the rule engine

D

Description - Annotation Type in com.corticon.services.extensions
 

G

getAllEntities() - Method in interface com.corticon.services.dataobject.ICcDataObjectManager
Get a set of all Entity instances currently held in the engine work memory
getAssociationMetadataFromRoleName(String) - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get a specific IAssociationMetadata based on the Association's 'Association Role Name'.
getAssociationMetadataFromXmlElementName(String) - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get a specific IAssociationMetadata based on the Association's 'Xml Propety Name'.
getAssociationMetadatas() - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get a Collection of all IAssociationMetadata instances for this IEntityMetadata instance
getAssociationRoleNames() - Method in interface com.corticon.services.dataobject.ICcDataObject
Get a set of Association Role names for this Entity instance
getAssociations(String) - Method in interface com.corticon.services.dataobject.ICcDataObject
Get a set of all Entity instances associated with this Entity instance under the given role name
getAttributeDataType(String) - Method in interface com.corticon.services.dataobject.ICcDataObject
Get the internal data type of a given attribute
getAttributeMetadataFromAttributeName(String) - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get a specific IAttributeMetadata based on the Attribute's 'Name'.
getAttributeMetadataFromDatabaseColumnName(String) - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get a specific IAttributeMetadata based on the Attribute's 'Column Name'.
getAttributeMetadataFromXmlElementName(String) - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get a specific IAttributeMetadata based on the Attribute's 'Xml Element Name'.
getAttributeMetadatas() - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get a Collection of all IAttributeMetadata instances for this IEntityMetadata instance
getAttributeNames() - Method in interface com.corticon.services.dataobject.ICcDataObject
Get a set of Attribute names for this Entity instance
getAttributeValue(String) - Method in interface com.corticon.services.dataobject.ICcDataObject
Get the value of the given attribute of this Entity instance
getCardinality() - Method in interface com.corticon.services.metadata.vocabulary.IAssociationMetadata
Get the Association's 'Cardinality' value
getColumnName() - Method in interface com.corticon.services.metadata.vocabulary.IAttributeMetadata
Get the Attribute's 'Column Name' value
getConnection(String, String, String, String, String) - Method in interface com.corticon.services.databasedrivers.IDatabaseDriverManager
This method allows the user to get a Connection to a Database.
getContainsServiceCallouts() - Method in interface com.corticon.services.metadata.decisionservice.IDecisionServiceMetadata
Get whether the deployed Decision Service contains any Service Callouts.
getDatabaseDriverManager() - Method in interface com.corticon.services.dataobject.ICcDataObjectManager
Returns IDatabaseDriverManager object related to this DataObjectManage
getDatastoreCaching() - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get the Entity's 'Datastore Caching' value
getDatastorePersistent() - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get the Entity's 'Datastore Persistent' value
getDatatype() - Method in interface com.corticon.services.metadata.vocabulary.IAttributeMetadata
Get the Attribute's 'Data Type' value
getDecisionServiceMetadata() - Method in interface com.corticon.services.dataobject.ICcDataObjectManager
Returns the IDecisionServiceMetadata object related to this DataObjectManager
getDecisionServiceName() - Method in interface com.corticon.services.metadata.decisionservice.IDecisionServiceMetadata
Get the Decision Service's 'Name' value
getDecisionServiceVersionDisplay() - Method in interface com.corticon.services.metadata.decisionservice.IDecisionServiceMetadata
A utility method that offers up a clean looking Version String.
getEffectiveDateStart() - Method in interface com.corticon.services.metadata.decisionservice.IDecisionServiceMetadata
Get the Decision Service's 'Effective Date Start' value
getEffectiveDateStop() - Method in interface com.corticon.services.metadata.decisionservice.IDecisionServiceMetadata
Get the Decision Service's 'Effective Date Stop' value
getEntitiesByName(String) - Method in interface com.corticon.services.dataobject.ICcDataObjectManager
Get a set of Entity instances of the given class currently held in the engine working memory
getEntityByUID(String) - Method in interface com.corticon.services.dataobject.ICcDataObjectManager
Get an Entity instance with the given internal unique identifier
getEntityClassName() - Method in interface com.corticon.services.dataobject.ICcDataObject
Get the Entity class name for this Entity instance
getEntityClassNames() - Method in interface com.corticon.services.dataobject.ICcDataObjectManager
Get a set of all Entity class names, the instances of which are currently held in the engine working memory
getEntityMetadataFromDatabaseTableName(String) - Method in interface com.corticon.services.metadata.vocabulary.IVocabularyMetadata
Get a specific IEntityMetadata based on the Entity's fully qualified 'Table Name', which may include Schema or Catalog names.
getEntityMetadataFromEntityName(String) - Method in interface com.corticon.services.metadata.vocabulary.IVocabularyMetadata
Get a specific IEntityMetadata based on the Entity's 'Name'.
getEntityMetadataFromXmlElementName(String) - Method in interface com.corticon.services.metadata.vocabulary.IVocabularyMetadata
Get a specific IEntityMetadata based on the Entity's 'Xml Element Name'.
getEntityMetadatas() - Method in interface com.corticon.services.metadata.vocabulary.IVocabularyMetadata
Get a Collection of all IEntityMetadata instances for the given Vocabulary.
getEntityUID() - Method in interface com.corticon.services.dataobject.ICcDataObject
Get the internal rule engine unique identify for this Entity instance
getExternalBusinessObject() - Method in interface com.corticon.services.dataobject.ICcDataObject
Get a handle to the external Java business object passed into the rule engine which corresponds to this Entity instance.
getIdentity() - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get the Entity's 'Identity' value
getIdentityColumnName() - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get the Entity's 'Identity Column Name' value
getIdentitySequence() - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get the Entity's 'Identity Sequence' value
getIdentityStrategy() - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get the Entity's 'Identity Strategy' value
getIdentityTableName() - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get the Entity's 'Identity Table Name' value
getIdentityTableNameColumnName() - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get the Entity's 'Identity Table Name Column Name' value
getIdentityTableValueColumnName() - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get the Entity's 'Identity Table Value Column Name' value
getInheritsFrom() - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get the Entity's 'Inherits From' value
getJavaClassName() - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get the Entity's 'Java Class Name' value
getJavaObjectFieldName() - Method in interface com.corticon.services.metadata.vocabulary.IAssociationMetadata
Get the Association's 'Java Object Field Name' value
getJavaObjectFieldName() - Method in interface com.corticon.services.metadata.vocabulary.IAttributeMetadata
Get the Attribute's 'Java Object Field Name' value
getJavaObjectGetMethod() - Method in interface com.corticon.services.metadata.vocabulary.IAssociationMetadata
Get the Association's 'Java Object Get Method' value
getJavaObjectGetMethod() - Method in interface com.corticon.services.metadata.vocabulary.IAttributeMetadata
Get the Attribute's 'Java Object Get Method' value
getJavaObjectSetMethod() - Method in interface com.corticon.services.metadata.vocabulary.IAssociationMetadata
Get the Association's 'Java Object Set Method' value
getJavaObjectSetMethod() - Method in interface com.corticon.services.metadata.vocabulary.IAttributeMetadata
Get the Attribute's 'Java Object Set Method' value
getJavaPackage() - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get the Entity's 'Java Package' value
getJoinExpression() - Method in interface com.corticon.services.metadata.vocabulary.IAssociationMetadata
Get the Association's 'Join Expression' value
getLicenseMetadata() - Method in interface com.corticon.services.dataobject.ICcDataObjectManager
Returns the ILicenseMetadata object related to this DataObjectManager
getMandatory() - Method in interface com.corticon.services.metadata.vocabulary.IAssociationMetadata
Get the Association's 'Mandatory' value
getMandatory() - Method in interface com.corticon.services.metadata.vocabulary.IAttributeMetadata
Get the Attribute's 'Mandatory' value
getMode() - Method in interface com.corticon.services.metadata.vocabulary.IAttributeMetadata
Get the Attribute's 'Mode' value
getName() - Method in interface com.corticon.services.metadata.license.ILicenseMetadata
Get the License's 'Name' value
getName() - Method in interface com.corticon.services.metadata.vocabulary.IAttributeMetadata
Get the Attribute's 'Name' value
getName() - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get the Entity's 'Name'
getNavigability() - Method in interface com.corticon.services.metadata.vocabulary.IAssociationMetadata
Get the Association's 'Navigability' value
getPropertyNameOptions() - Method in interface com.corticon.services.extensions.ICcPropertyProvider
 
getPropertyValueOptions(String) - Method in interface com.corticon.services.extensions.ICcPropertyProvider
 
getRoleName() - Method in interface com.corticon.services.metadata.vocabulary.IAssociationMetadata
Get the Association's 'Role Name' value
getRuleAssetMajorVersionNumber() - Method in interface com.corticon.services.metadata.decisionservice.IDecisionServiceMetadata
Get the Decision Service's 'RuleAsset Major Version Number' value
getRuleAssetMinorVersionNumber() - Method in interface com.corticon.services.metadata.decisionservice.IDecisionServiceMetadata
Get the Decision Service's 'RuleAsset Minor Version Number' value
getRuleCount() - Method in interface com.corticon.services.metadata.decisionservice.IDecisionServiceMetadata
Get the Decision Service's 'Rule Count' value
getServerBatchProcessing() - Method in interface com.corticon.services.metadata.license.ILicenseMetadata
Get the License's 'Server Batch Processing' value
getServerSingleExecution() - Method in interface com.corticon.services.metadata.license.ILicenseMetadata
Get the License's 'Server Single Execution' value
getServerSingleExecutionEDC() - Method in interface com.corticon.services.metadata.license.ILicenseMetadata
Get the License's 'Server Single Execution EDC' value
getTableName() - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get the Entity's 'Table Name' value
getTargetEntityName() - Method in interface com.corticon.services.metadata.vocabulary.IAssociationMetadata
Get the Association's 'Target Entity Name' value
getValueSequence() - Method in interface com.corticon.services.metadata.vocabulary.IAttributeMetadata
Get the Attribute's 'Value Sequence' value
getValueStrategy() - Method in interface com.corticon.services.metadata.vocabulary.IAttributeMetadata
Get the Attribute's 'Value Strategy' value
getValueTableName() - Method in interface com.corticon.services.metadata.vocabulary.IAttributeMetadata
Get the Attribute's 'Value Table Name' value
getValueTableNameColumnName() - Method in interface com.corticon.services.metadata.vocabulary.IAttributeMetadata
Get the Attribute's 'Value Table Name Column Name' value
getValueTableValueColumnName() - Method in interface com.corticon.services.metadata.vocabulary.IAttributeMetadata
Get the Attribute's 'Value Table Value Column Name' value
getVersion() - Method in interface com.corticon.services.metadata.license.ILicenseMetadata
Get the License's 'Version' value
getVersionColumnName() - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get the Entity's 'Version Column Name' value
getVersionStrategy() - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get the Entity's 'Version Strategy' value
getVocabularyMetadata() - Method in interface com.corticon.services.dataobject.ICcDataObjectManager
Returns the IVocabularyMetadata object related to this DataObjectManager
getXMLClassName() - Method in interface com.corticon.services.dataobject.ICcDataObject
Get the XML Class name for this Entity instance which is used for XML messaging
getXmlElementName() - Method in interface com.corticon.services.metadata.vocabulary.IAttributeMetadata
Get the Attribute's 'Xml Element Name' value
getXmlElementName() - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get the Entity's 'Xml Element Name' value
getXmlNamespace() - Method in interface com.corticon.services.metadata.vocabulary.IAttributeMetadata
Get the Attribute's 'Xml Namespace' value
getXmlNamespace() - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get the Entity's 'Xml Namespace' value
getXmlPropertyName() - Method in interface com.corticon.services.metadata.vocabulary.IAssociationMetadata
Get the Association's 'Xml Property Name' value

I

IAssociationMetadata - Interface in com.corticon.services.metadata.vocabulary
Interface IAssociationMetadata provides methods related to a particular Vocabulary's Entity.Association.
IAttributeMetadata - Interface in com.corticon.services.metadata.vocabulary
Interface IAttributeMetadata provides methods related to a particular Vocabulary's Entity.Attribute.
ICcCollectionExtension - Interface in com.corticon.services.extensions
Marker interface that identifies this class as a holder of Collection extended operator methods.
ICcDataObject - Interface in com.corticon.services.dataobject
Interface ICcDataObject represents a single entity instance in working memory.
ICcDataObjectManager - Interface in com.corticon.services.dataobject
Interface ICcDataObjectManager provides methods to allow a Service Call-out to create, read, update and delete entity instances in working memory.
ICcDateTimeExtension - Interface in com.corticon.services.extensions
Marker interface that identifies this class as a holder of DateTime extended operator methods.
ICcDecimalExtension - Interface in com.corticon.services.extensions
Marker interface that identifies this class as a holder of Decimal extended operator methods.
ICcExtension - Interface in com.corticon.services.extensions
Marker interface that identifies this class as an extended operator methods.
ICcIntegerExtension - Interface in com.corticon.services.extensions
Marker interface that identifies this class as a holder of Integer extended operator methods.
ICcPropertyProvider - Interface in com.corticon.services.extensions
 
ICcSequenceExtension - Interface in com.corticon.services.extensions
Marker interface that identifies this class as a holder of Sequence extended operator methods.
ICcServiceCalloutExtension - Interface in com.corticon.services.extensions
Marker interface that identifies this class as a holder of ServiceCallout extended operator methods.
ICcStandAloneExtension - Interface in com.corticon.services.extensions
Marker interface that identifies this class as a holder of StandAlone extended operator methods.
ICcStringExtension - Interface in com.corticon.services.extensions
Marker interface that identifies this class as a holder of String extended operator methods.
IDatabaseDriverManager - Interface in com.corticon.services.databasedrivers
This interface allows the user to create a new Connection using DataDirect Drivers.
IDecisionServiceMetadata - Interface in com.corticon.services.metadata.decisionservice
Interface IDecisionServiceMetadata provides methods related to a values associated with the Decision Service that is currently executing.
IEntityMetadata - Interface in com.corticon.services.metadata.vocabulary
Interface IEntityMetadata provides methods related to a particular Vocabulary's Entity.
ILicenseMetadata - Interface in com.corticon.services.metadata.license
Interface ILicenseMetadata provides methods related to a values associated with the CcLicense.jar that is running inside the CcServer.
INFO - Static variable in interface com.corticon.services.dataobject.ICcDataObjectManager
INFO severity is used to post a message of an audit trail nature.
isAutoReloadRules() - Method in interface com.corticon.services.metadata.decisionservice.IDecisionServiceMetadata
Get the Decision Service's 'Auto Reload Rules' value
isConfiguredForDatabaseAccess() - Method in interface com.corticon.services.metadata.decisionservice.IDecisionServiceMetadata
Get whether the Decision Service is configured for Database Access (EDC)
isConfiguredForObjectExecution() - Method in interface com.corticon.services.metadata.decisionservice.IDecisionServiceMetadata
Get whether the Decision Service is configured for Object Execution
isDeployedAsEds() - Method in interface com.corticon.services.metadata.decisionservice.IDecisionServiceMetadata
Get whether the Decision Service was deployed using an .eds file.
isDeployedAsRuleflow() - Method in interface com.corticon.services.metadata.decisionservice.IDecisionServiceMetadata
Get whether the Decision Service was deployed using an .erf file.
isDeployedThroughStudioTester() - Method in interface com.corticon.services.metadata.decisionservice.IDecisionServiceMetadata
Get whether the Decision Service was deployed through the Studio's Tester
isValidAttributeName(String) - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
 
isValidRoleName(String) - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
 
IVocabularyMetadata - Interface in com.corticon.services.metadata.vocabulary
Interface IVocabularyMetadata provides methods to allow a Service Call-out to access Vocabulary Metadata information related the executing Decision Service.

L

logDebug(String, Object) - Method in interface com.corticon.services.dataobject.ICcDataObjectManager
Log a message to the Corticon log mechanism at DEBUG log level
logError(String, Object) - Method in interface com.corticon.services.dataobject.ICcDataObjectManager
Log a message to the Corticon log mechanism at ERROR log level
logInfo(String, Object) - Method in interface com.corticon.services.dataobject.ICcDataObjectManager
Log a message to the Corticon log mechanism at INFO log level
logRuleTrace(String, Object) - Method in interface com.corticon.services.dataobject.ICcDataObjectManager
Log a message to the Corticon log mechanism at RULETRACE log level
logTiming(String, Object) - Method in interface com.corticon.services.dataobject.ICcDataObjectManager
Log a message to the Corticon log mechanism at TIMING log level
logViolation(String, Object) - Method in interface com.corticon.services.dataobject.ICcDataObjectManager
Log a message to the Corticon log mechanism at VIOLATION log level
logWarning(String, Object) - Method in interface com.corticon.services.dataobject.ICcDataObjectManager
Log a message to the Corticon log mechanism at WARNING log level

O

OperatorFolder - Annotation Type in com.corticon.services.extensions
 

P

postMessage(String, String, ICcDataObject) - Method in interface com.corticon.services.dataobject.ICcDataObjectManager
Post the given message against the specified Entity instance

R

removeAssociation(String, ICcDataObject) - Method in interface com.corticon.services.dataobject.ICcDataObject
Remove the provided Entity instance from an existing association
removeEntity(ICcDataObject) - Method in interface com.corticon.services.dataobject.ICcDataObjectManager
Remove/delete the give Entity instance from the rule engine working memory

S

setAssociation(String, ICcDataObject) - Method in interface com.corticon.services.dataobject.ICcDataObject
Replace all existing associations of the given role name with a new association to the provided Entity instance
setAssociation(String, Set<ICcDataObject>) - Method in interface com.corticon.services.dataobject.ICcDataObject
Replace all existing associations of the given role name with new associations to the provided Entity instance set
setAttributeValue(String, Object) - Method in interface com.corticon.services.dataobject.ICcDataObject
Set the value of the given attribute of this Entity instance

T

TopLevelFolder - Annotation Type in com.corticon.services.extensions
 

V

VIOLATION - Static variable in interface com.corticon.services.dataobject.ICcDataObjectManager
VIOLATION severity is used to post a message indicating a constraint business rule has been violated.

W

WARNING - Static variable in interface com.corticon.services.dataobject.ICcDataObjectManager
WARNING severity is used to post a message indicating a constraint business rule is close to being violated.
A C D G I L O P R S T V W 

Copyright © 2005-2017 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.