com.ibm.itim.dataservices.model

Class LifecycleProfile

    • Field Detail

      • LIFECYCLE_ATTR_TARGET

        public static java.lang.String LIFECYCLE_ATTR_TARGET
        String constant for the entity target attribute.
    • Constructor Detail

      • LifecycleProfile

        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)
        Parameters:
        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 -
    • Method Detail

      • getTarget

        public DistinguishedName getTarget()
        This method returns the entity target for this lifecycle profile.
        Returns:
        DistinguishedName DN of entity target.
      • setTarget

        public void setTarget(DistinguishedName target)
        This method sets the entity target for this lifecycle profile.
        Parameters:
        target - DN of the entity target