public class LifecycleProfile extends ObjectProfile
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LIFECYCLE_ATTR_TARGET
String constant for the entity target attribute.
|
ACCOUNT_ATTR_PASSWORD, DAO_CLASS, DESCRIPTION_ATTR, ER_XML, MANAGE_GROUP, OBJ_PROFILE_ATTR_CATEGORY, OBJ_PROFILE_ATTR_CUSTOM_CLASS, OBJ_PROFILE_ATTR_MAP, OBJ_PROFILE_ATTR_NAME, OBJ_PROFILE_ATTR_PROPS, OBJ_PROFILE_ATTR_RDN, OBJ_PROFILE_ATTR_SEARCH, OBJ_PROFILE_RULES_ATTR, OWNERSHIP_TYPE_ATTR| Constructor and Description |
|---|
LifecycleProfile(DistinguishedName dn,
java.util.Map<java.lang.String,java.lang.String> attrMap,
java.util.Collection<ObjectProfileOperation> operations,
java.util.Collection<LifecycleRule> complianceRules,
AttributeValues attributes,
DistinguishedName target) |
| Modifier and Type | Method and Description |
|---|---|
DistinguishedName |
getTarget()
This method returns the entity target for this lifecycle profile.
|
void |
setTarget(DistinguishedName target)
This method sets the entity target for this lifecycle profile.
|
addOperation, addRule, getAttributeMap, getCategory, getCustomClass, getCustomProperties, getDaoClassName, getDistinguishedName, getMappedAttribute, getName, getNameAttribute, getOperation, getOperationNames, getOperations, getRdnAttr, getRule, getRules, getSearchAttribute, getSearchAttributes, getTenantDN, isPasswordAttributeExist, removeOperation, removeRule, setAttributeMap, setCategory, setCustomClass, setName, setNameAttribute, setOperation, setOperations, setRule, setRules, setSearchAttribute, setSearchAttribute, setTenantDN, toString, toXMLpublic static java.lang.String LIFECYCLE_ATTR_TARGET
public LifecycleProfile(DistinguishedName dn, java.util.Map<java.lang.String,java.lang.String> attrMap, java.util.Collection<ObjectProfileOperation> operations, java.util.Collection<LifecycleRule> complianceRules, AttributeValues attributes, DistinguishedName target)
dn - DistinguishedName of the profile.attrMap - A mapping of semantic attributes to class attributes.operations - The workflow operation mappings that determine the
operations for the target service.complianceRules - Collection of compliance rules.attributes - target - public DistinguishedName getTarget()
public void setTarget(DistinguishedName target)
target - DN of the entity target