public class CodDefinition
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
int |
getCandidateModelProperties() |
int |
getCandidateScxml()
Restriction: This method should not be used by external clients
|
java.lang.String |
getCandidateTableName()
Restriction: This method should not be used by external clients
|
java.lang.String |
getClient()
Returns name of the service group name associated with hub data store.
|
java.lang.String |
getCodType()
Returns name of the schema fragment associated with hub data entity.
|
java.lang.String |
getDeleteTrigger()
Returns event name configured for database delete operation.
|
java.lang.String |
getDescription()
Returns description of the hub entity.
|
int |
getDqConfiguration()
Restriction: This method should not be used by external clients
|
java.lang.String |
getDQPlanName()
Restriction: This method should not be used by external clients
|
java.lang.String |
getGuidGenerationClass()
Returns the registry guid generator class.
|
java.lang.String |
getInsertTrigger()
Returns event name configured for database insert operation.
|
static CodDefinition |
getInstance(java.lang.String client,
java.lang.String codType,
java.lang.String organizationDN)
This method retrieves the CodDefinition for the given parameters
|
java.lang.String |
getLookUpQuery()
Restriction: This method should not be used by external clients
Returns the lookup query for state instance look up
|
java.lang.String |
getObjectType() |
java.lang.String |
getOrganizationDN()
Returns organization to which the hub entity belongs to.
|
java.lang.String |
getPersisterClass()
Returns persister class defined for the state enable hub entity.
|
java.lang.String |
getRegistryTableName()
Returns registry table name associated with the hub entity.
|
java.lang.String |
getSequenceID()
Returns name of the sequence.
|
int |
getSequencePreferences()
Returns registry sequence preferences.
|
int |
getStateInsctanceSchema()
Returns state instance table schema.
|
int |
getStateInsctanceScxml()
Returns scxml of the state model associated with hub data entity.
|
java.lang.String |
getStateInstanceTableName()
Returns state instance table name.
|
int |
getStateModelProperties()
Returns properties associated with the state model.
|
java.lang.String |
getUpdateTrigger()
Returns event name configured for database update operation.
|
int |
hashCode() |
boolean |
isISV()
Restriction: This method should not be used by external clients
|
boolean |
isRegistryEnabled()
Returns true if registry is enabled, false otherwise.
|
boolean |
isStateEnabled()
Returns true if business object life cycle is enabled, false otherwise.
|
static void |
resetCache() |
static void |
resetCodEntity(java.lang.String key) |
public java.lang.String getCodType()
public java.lang.String getDescription()
public java.lang.String getInsertTrigger()
public boolean isStateEnabled()
public java.lang.String getUpdateTrigger()
public java.lang.String getDeleteTrigger()
public java.lang.String getObjectType()
public boolean isRegistryEnabled()
public java.lang.String getRegistryTableName()
public java.lang.String getGuidGenerationClass()
public java.lang.String getSequenceID()
public java.lang.String getDQPlanName()
public int getSequencePreferences()
public int getDqConfiguration()
public boolean isISV()
public java.lang.String getCandidateTableName()
public int getCandidateScxml()
public java.lang.String getStateInstanceTableName()
public int getStateInsctanceSchema()
public int getStateInsctanceScxml()
public int getStateModelProperties()
public int getCandidateModelProperties()
public java.lang.String getClient()
public static CodDefinition getInstance(java.lang.String client, java.lang.String codType, java.lang.String organizationDN) throws RCORException
client
- name of the service group associated with hub data store.codType
- name of the schema fragment associated with hub entity.organizationDN
- organization to which the hub entity belongs to.RCORException
public java.lang.String getLookUpQuery()
public static void resetCache()
public static void resetCodEntity(java.lang.String key)
public java.lang.String getOrganizationDN()
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String getPersisterClass()