com.filenet.api.action

Class ApplySecurityTemplate

  • All Implemented Interfaces:
    java.io.Serializable


    public class ApplySecurityTemplate
    extends PendingAction
    Represents a pending action for applying a security template. Calling a method that applies a security template to an object automatically creates an instance of ApplySecurityTemplate, which is then added to the underlying object's PendingActions collection.
    See Also:
    Serialized Form
    • Constructor Detail

      • ApplySecurityTemplate

        public ApplySecurityTemplate(Id applyStateId)
        Creates a new instance of an ApplySecurityTemplate pending action object initialized with the specified versioning state identifier.

        For a versioning security template, valid versioning state identifiers are:

        • VersionStatusId.IN_PROCESS
        • VersionStatusId.RELEASED
        • VersionStatusId.RESERVATION
        • VersionStatusId.SUPERSEDED

        For an application security template, the returned value corresponds to a user-defined ID managed by your application.

        Parameters:
        applyStateId - The ID of the versioning state identifier.
    • Method Detail

      • getApplyStateId

        public Id getApplyStateId()
        Returns an identifier for the versioning state to be applied to the underlying object for this pending action.
        Returns:
        The ID of the versioning state identifier.

© Copyright IBM Corporation 2006, 2013. All rights reserved.