org.xcmis.client.gwt.unmarshallers.parser
Class ACLParser

java.lang.Object
  extended by org.xcmis.client.gwt.unmarshallers.parser.ACLParser

public class ACLParser
extends Object

Created by The eXo Platform SAS.

Version:
$Id: ${date} ${time}
Author:
Ann Zhuleva

Constructor Summary
protected ACLParser()
          Constructor.
 
Method Summary
static AccessControlEntry getACE(com.google.gwt.xml.client.Node aceNode)
          Get ACE from xml element.
static void parse(com.google.gwt.xml.client.Node aclNode, AccessControlList acl)
          Parse xml to get AccessControlList.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACLParser

protected ACLParser()
Constructor.

Method Detail

parse

public static void parse(com.google.gwt.xml.client.Node aclNode,
                         AccessControlList acl)
Parse xml to get AccessControlList.

Parameters:
aclNode - ACL node
acl - ACL

getACE

public static AccessControlEntry getACE(com.google.gwt.xml.client.Node aceNode)
Get ACE from xml element.

Parameters:
aceNode - ACE node
Returns:
CmisAccessControlEntryType


Copyright © 2010 eXo Platform SAS. All Rights Reserved.