public interface SimplePolicyAttribute extends CentraSiteObjectAttribute
TYPE_APIKEY_EXPIRE_DATE, TYPE_APIPortal, TYPE_CLASSIFICATION, TYPE_COMMON, TYPE_COMPUTED, TYPE_DESIGN_TIME, TYPE_EXTENSION, TYPE_FILE, TYPE_NATIVE_SERVICE, TYPE_OBJECT, TYPE_ORGANIZATION, TYPE_PERMISSION, TYPE_POLICY, TYPE_REGISTRY_OBJECT, TYPE_RELATIONSHIP, TYPE_REPORT_ATTRIBUTE, TYPE_ROLE, TYPE_SIMPLE, TYPE_USER, TYPE_VIRTUAL
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayType()
Returns the display type of the attribute.
|
com.softwareag.centrasite.policy.api.PolicyActionParameter |
getPolicyActionParameter() |
java.util.Collection |
getPossibleValues()
Get enumerated values (i.e., list of possible values) for an attribute of "string" data type.
|
boolean |
isMultiValued()
Returns true if the slot is a multi valued attribute.
|
boolean |
isROType() |
getCentraSiteObjectType, getDataType, getDefaultValue, getDescription, getDescription, getDisplayName, getDisplayName, getName, getQName, getType, isComputedAttribute, isReadOnly, isRequired, isVisibleInSearch
java.util.Collection getPossibleValues() throws CLLException, javax.xml.registry.JAXRException
CLLException
- If an error occurs in getting the list of possible valuesjavax.xml.registry.JAXRException
java.lang.String getDisplayType() throws CLLException
CLLException
- If an error occurs in getting the display typeboolean isMultiValued() throws CLLException
isMultiValued
in interface CentraSiteObjectAttribute
CLLException
- If an error occurs in determining whether the attribute takes multiples valuesboolean isROType() throws CLLException
CLLException
com.softwareag.centrasite.policy.api.PolicyActionParameter getPolicyActionParameter()