Skip navigation links
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.datasource - package com.corticon.services.datasource
 
com.corticon.services.extensions - package com.corticon.services.extensions
 
com.corticon.services.http - package com.corticon.services.http
 
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
 
com.corticon.services.query - package com.corticon.services.query
 
containsHttpHeader(String) - Method in interface com.corticon.services.http.ICcServerHttpInfo
Checks if the given key is there in http headers
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

getADCRead(String) - Method in interface com.corticon.services.query.IQueryServiceManager
 
getADCWrite(String) - Method in interface com.corticon.services.query.IQueryServiceManager
 
getAddToPayload() - Method in interface com.corticon.services.query.IADCRead
 
getAllADCReads() - Method in interface com.corticon.services.query.IQueryServiceManager
 
getAllADCWrites() - Method in interface com.corticon.services.query.IQueryServiceManager
 
getAllBatchReads() - Method in interface com.corticon.services.query.IQueryServiceManager
 
getAllEntities() - Method in interface com.corticon.services.dataobject.ICcDataObjectManager
Get a set of all Entity instances currently held in the engine work memory
getAllPropertyKeys() - Method in interface com.corticon.services.metadata.vocabulary.IDatasourceMetadata
Get the list of available property keys for this Mapping
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, 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
getBatchRead(String) - Method in interface com.corticon.services.query.IQueryServiceManager
 
getCardinality() - Method in interface com.corticon.services.metadata.vocabulary.IAssociationMetadata
Get the Association's 'Cardinality' value
getCcServerHttpInfo() - Method in interface com.corticon.services.dataobject.ICcDataObjectManager
Returns ICcServerHttpInfo object related to this DataObjectManager
getColumnName() - Method in interface com.corticon.services.metadata.vocabulary.IAttributeMetadata
Get the Attribute's 'Column Name' value
getColumnName(String) - Method in interface com.corticon.services.metadata.vocabulary.IAttributeMetadata
Get the column name defined in the given datasource
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.
getDatabaseDatasources() - Method in interface com.corticon.services.metadata.vocabulary.IVocabularyMetadata
Gets the list of datasources that are of type Database
getDatabaseDriverManager() - Method in interface com.corticon.services.dataobject.ICcDataObjectManager
Returns IDatabaseDriverManager object related to this DataObjectManager
getDatasource(String) - Method in interface com.corticon.services.datasource.IDatasourceManager
This method will return an IDatasource connection for a particular name.
getDatasourceCatalogFilter() - Method in interface com.corticon.services.datasource.IDatasource
If this is an EDC connection, there may be a Catalog filter provided in the configuration.
getDatasourceConnectionURL() - Method in interface com.corticon.services.datasource.IDatasource
Returns either the URL or the connection string for the datasource connection.
getDatasourceDescription() - Method in interface com.corticon.services.datasource.IDatasource
Returns a human readable description of this datasource.
getDatasourceDriverId() - Method in interface com.corticon.services.datasource.IDatasource
If this is a database or EDC connection, there will be a corticon database driver for the associated database, calling this method will return the ID of the database driver.
getDatasourceManager() - Method in interface com.corticon.services.dataobject.ICcDataObjectManager
Returns the IDatasourceManager related to this DataObjectManager
getDatasourceMetadata(String) - Method in interface com.corticon.services.metadata.vocabulary.IVocabularyMetadata
Get a specific IDatasourceMetadata base on the Datasource Name (as defined in the vocabulary)
getDatasourceName() - Method in interface com.corticon.services.datasource.IDatasource
Returns the name of this datasource, this is generally used to look up the datasource and associated configuration.
getDatasourceNames() - Method in interface com.corticon.services.metadata.vocabulary.IAssociationMetadata
Get a List of defined datasource names
getDatasourceNames() - Method in interface com.corticon.services.metadata.vocabulary.IAttributeMetadata
Get a List of defined datasource names
getDatasourceNames() - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get a List of defined datasource names
getDatasourcePassword() - Method in interface com.corticon.services.datasource.IDatasource
Returns the password portion of the login information (if any) that this datasource was configured for.
getDatasourceProperties() - Method in interface com.corticon.services.datasource.IDatasource
Gets the property object representing all the datasource's properties, this includes the database driver ID and login information for applicable datasources.
getDatasourceProperties(String) - Method in interface com.corticon.services.metadata.vocabulary.IAssociationMetadata
Get a List of Properties defined in the given datasource name
getDatasourceProperties(String) - Method in interface com.corticon.services.metadata.vocabulary.IAttributeMetadata
Get a List of Properties defined in the given datasource name
getDatasourceProperties(String) - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get a List of Properties defined in the given datasource name
getDatasourceProperty(String, String) - Method in interface com.corticon.services.metadata.vocabulary.IAssociationMetadata
Get the value of the datasource property for given datasource name and property key
getDatasourceProperty(String, String) - Method in interface com.corticon.services.metadata.vocabulary.IAttributeMetadata
Get the value of the datasource property for given datasource name and property key
getDatasourceProperty(String, String) - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get the value of the datasource property for given datasource name and property key
getDatasourcesAsList() - Method in interface com.corticon.services.datasource.IDatasourceManager
This method will return copied list of all the loaded IDatasource objects that have been loaded into the IDatsourceManager.
getDatasourceSchemaFilter() - Method in interface com.corticon.services.datasource.IDatasource
If this is an EDC connection, there may be a Schema filter provided in the configuration.
getDatasourceType() - Method in interface com.corticon.services.datasource.IDatasource
Returns the type of datasource connection this is, different connections can be accessed differently.
getDatasourceUserName() - Method in interface com.corticon.services.datasource.IDatasource
Returns the username portion of the login information (if any) that this datasource was configured for.
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
getDatsourceProperty(String) - Method in interface com.corticon.services.datasource.IDatasource
Gets the value for a particular configuration property, this is commonly used in database connections, where particular databases drivers may need additional properties set specific to the driver.
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
getEnable() - Method in interface com.corticon.services.query.IADCReadDef
 
getEnable() - Method in interface com.corticon.services.query.IADCWriteDef
 
getEnable() - Method in interface com.corticon.services.query.IBatchRead
 
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, 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.
getHttpHeader(String) - Method in interface com.corticon.services.http.ICcServerHttpInfo
Get a specific http header value
getHttpHeaders() - Method in interface com.corticon.services.http.ICcServerHttpInfo
Gets the http headers information
getId() - Method in interface com.corticon.services.query.IADCRead
 
getId() - Method in interface com.corticon.services.query.IADCReadDef
 
getId() - Method in interface com.corticon.services.query.IADCWrite
 
getId() - Method in interface com.corticon.services.query.IADCWriteDef
 
getId() - Method in interface com.corticon.services.query.IBatchRead
 
getIdentity() - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get the Entity's 'Identity' value
getIdentity(String) - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get the entity identity defined in the given vocabulary mapping
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
getJoinExpression(String) - Method in interface com.corticon.services.metadata.vocabulary.IAssociationMetadata
Get the join expression defined in the given datasource.
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.IDatasourceMetadata
Get the Mapping's 'Name' value
getName() - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get the Entity's 'Name'
getName() - Method in interface com.corticon.services.query.IADCRead
 
getName() - Method in interface com.corticon.services.query.IADCWrite
 
getName() - Method in interface com.corticon.services.query.IBatchRead
 
getNavigability() - Method in interface com.corticon.services.metadata.vocabulary.IAssociationMetadata
Get the Association's 'Navigability' value
getParentEntity() - Method in interface com.corticon.services.query.IADCReadDef
 
getParentRolename() - Method in interface com.corticon.services.query.IADCReadDef
 
getPrimaryEntity() - Method in interface com.corticon.services.query.IADCReadDef
 
getPrimaryEntity() - Method in interface com.corticon.services.query.IADCWriteDef
 
getPrimaryEntity() - Method in interface com.corticon.services.query.IBatchRead
 
getPropertyNameOptions() - Method in interface com.corticon.services.extensions.ICcPropertyProvider
 
getPropertyValue(String) - Method in interface com.corticon.services.metadata.vocabulary.IDatasourceMetadata
get the value for the specified key
getPropertyValueOptions(String) - Method in interface com.corticon.services.extensions.ICcPropertyProvider
 
getQueryServiceManager() - Method in interface com.corticon.services.dataobject.ICcDataObjectManager
Returns the IQueryServiceManager related to this DataObjectManager
getReadId() - Method in interface com.corticon.services.query.IADCReadDef
 
getRestDatasources() - Method in interface com.corticon.services.metadata.vocabulary.IVocabularyMetadata
Gets the list of datasources that are of type Rest
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
getSequence() - Method in interface com.corticon.services.query.IADCReadDef
 
getSequence() - Method in interface com.corticon.services.query.IADCWriteDef
 
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
getSortedADCReadDefList() - Method in interface com.corticon.services.query.IADCRead
 
getSortedADCWriteDefList() - Method in interface com.corticon.services.query.IADCWrite
 
getSql() - Method in interface com.corticon.services.query.IADCReadDef
 
getSql() - Method in interface com.corticon.services.query.IADCWriteDef
 
getSql() - Method in interface com.corticon.services.query.IBatchRead
 
getTableName() - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get the Entity's 'Table Name' value
getTableName(String) - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Get the table name defined in the given vocabulary mapping
getTargetEntityName() - Method in interface com.corticon.services.metadata.vocabulary.IAssociationMetadata
Get the Association's 'Target Entity Name' value
getUseForQueryService() - Method in interface com.corticon.services.datasource.IDatasource
If this datasource is the Query Datasource, that is it is the datasource that contains the metadata used by ADC.
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
getVariables() - Method in interface com.corticon.services.query.IBatchRead
 
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
getWriteId() - Method in interface com.corticon.services.query.IADCWriteDef
 
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

IADCRead - Interface in com.corticon.services.query
 
IADCReadDef - Interface in com.corticon.services.query
 
IADCWrite - Interface in com.corticon.services.query
 
IADCWriteDef - Interface in com.corticon.services.query
 
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.
IBatchRead - Interface in com.corticon.services.query
 
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.
ICcServerHttpInfo - Interface in com.corticon.services.http
Interface ICcServerHttpInfo provides methods to get http headers from the request when Corticon is called as a REST or SOAP service
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.
IDatasource - Interface in com.corticon.services.datasource
 
IDatasourceManager - Interface in com.corticon.services.datasource
 
IDatasourceMetadata - Interface in com.corticon.services.metadata.vocabulary
Interface IDatasourceMetadata provides methods to allow a Service Call-out to access Datasource Metadata information related the executing Decision Service.
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.
IQueryServiceManager - Interface in com.corticon.services.query
 
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
Query if the given attribute name is a valid attribute for this entity
isValidRoleName(String) - Method in interface com.corticon.services.metadata.vocabulary.IEntityMetadata
Query if hte given role name is a valid role for this entity
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
 
toString() - Method in interface com.corticon.services.query.IADCRead
 
toString() - Method in interface com.corticon.services.query.IADCReadDef
 
toString(String) - Method in interface com.corticon.services.query.IADCReadDef
 
toString() - Method in interface com.corticon.services.query.IADCWrite
 
toString() - Method in interface com.corticon.services.query.IADCWriteDef
 
toString(String) - Method in interface com.corticon.services.query.IADCWriteDef
 
toString() - Method in interface com.corticon.services.query.IBatchRead
 
toString(String) - Method in interface com.corticon.services.query.IBatchRead
 
TYPE_DATABASE - Static variable in interface com.corticon.services.datasource.IDatasource
TYPE_DATABASE: A database connection type as described in the datasource config file.
TYPE_EDC - Static variable in interface com.corticon.services.datasource.IDatasource
TYPE_EDC: This is the EDC data connection for this decision service.

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 
Skip navigation links

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