public interface CatalogContext extends Context
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CATALOG_ID
The property name for the catalog Id.
|
static java.lang.String |
CONTEXT_NAME
This is the name of the context that will identify it in the CTXDATA table.
|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
static java.lang.String |
MASTER_CATALOG
The property name for the master catalog flag.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCatalogID()
This method will return the catalog ID of the catalog in context
|
java.lang.String |
getOwnerID()
This method will return the catalog owner ID of the catalog in context.
|
boolean |
isEntitlementCheckAlwaysEnforced()
This method returns whether the entitlement check is enforced or not.
|
boolean |
isMasterCatalog()
This method will returns whether the catalog in context is a master catalog or not.
|
void |
setCatalogID(java.lang.String id)
This method will set the catalog ID of the catalog in context.
|
void |
setMasterCatalog(boolean isMaster)
This mehod will set the master catalog flag
|
void |
setOwnerID(java.lang.String id)
This method will set the catalog owner ID of the catalog in context.
|
copyContext, getActivityToken, getContextName, validate
static final java.lang.String COPYRIGHT
static final java.lang.String CONTEXT_NAME
static final java.lang.String CATALOG_ID
static final java.lang.String MASTER_CATALOG
java.lang.String getCatalogID()
void setCatalogID(java.lang.String id)
id
- the catalog ID to set.java.lang.String getOwnerID()
void setOwnerID(java.lang.String id)
id
- the owner ID to set.void setMasterCatalog(boolean isMaster)
isMaster
- True if this is the master catalogboolean isMasterCatalog()
boolean isEntitlementCheckAlwaysEnforced()