Packageorg.servebox.toolbox.acl
Classpublic class AccessControlObjectGroup
InheritanceAccessControlObjectGroup Inheritance AccessControlObject Inheritance BasicACLObject
SubclassesAccessControlApplication

Define a group of ACO



Public Properties
 PropertyDefined by
  accessControlObjects : ArrayCollection
AccessControlObjectGroup
  application : AccessControlApplication
AccessControlObjectGroup
 Inheritedname : String
The name of the object.
BasicACLObject
 InheritedUID : String
The UID of the object.
BasicACLObject
Public Methods
 MethodDefined by
  
AccessControlObjectGroup
 Inherited
equals(value:IBasicObject):Boolean
Object comparison mechanism.
BasicACLObject
 Inherited
hashCode():int
Returns the hashcode of the object.
BasicACLObject
 Inherited
toString():String
Returns the string representation of the specified object.
BasicACLObject
Property detail
accessControlObjectsproperty
accessControlObjects:ArrayCollection  [read-write]Implementation
    public function get accessControlObjects():ArrayCollection
    public function set accessControlObjects(value:ArrayCollection):void
applicationproperty 
public var application:AccessControlApplication
Method detail
addAccesControlObject()method
public function addAccesControlObject(aco:AccessControlObject):voidParameters
aco:AccessControlObject