Interface EntityModelLocal
-
public interface EntityModelLocalThe Interface EntityModelLocal. This class contains Constants (JNDINAME and MAPPED_NAME) and method to check data provider.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJNDINAMEThe Constant JNDINAME: "java:global/CometConfiguration/CometConfiguration!com.priint.pubserver.comet.config.EntityModelLocal"static java.lang.StringMAPPED_NAMEThe mapped name of the EntityModel Plugin
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CheckResultcheckEntityModel(java.lang.String projectIdentifier)Checks the entity model.
-
-
-
Field Detail
-
JNDINAME
static final java.lang.String JNDINAME
The Constant JNDINAME: "java:global/CometConfiguration/CometConfiguration!com.priint.pubserver.comet.config.EntityModelLocal"- See Also:
- Constant Field Values
-
MAPPED_NAME
static final java.lang.String MAPPED_NAME
The mapped name of the EntityModel Plugin
Use this name when requesting a Plugin instance from the PluginManager
.- See Also:
- Constant Field Values
-
-
Method Detail
-
checkEntityModel
CheckResult checkEntityModel(java.lang.String projectIdentifier) throws CometException, InvalidSessionException
Checks the entity model.
- Parameters:
projectIdentifier- the project identifier- Returns:
- CheckResult
- Throws:
CometException- the comet exceptionInvalidSessionException- the invalid session exception
-
-