Uses of Enum Class
net.bluemind.core.container.model.acl.AclDiff.AclStatus
Packages that use AclDiff.AclStatus
-
Uses of AclDiff.AclStatus in net.bluemind.core.container.model.acl
Subclasses with type arguments of type AclDiff.AclStatus in net.bluemind.core.container.model.aclMethods in net.bluemind.core.container.model.acl that return AclDiff.AclStatusModifier and TypeMethodDescriptionAclDiff.status()Returns the value of thestatusrecord component.static AclDiff.AclStatusReturns the enum constant of this class with the specified name.static AclDiff.AclStatus[]AclDiff.AclStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.bluemind.core.container.model.acl with parameters of type AclDiff.AclStatusModifierConstructorDescriptionAclDiff(String subject, Verb oldVerb, Verb newVerb, AclDiff.AclStatus status) Creates an instance of aAclDiffrecord class.