Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.api.security.impl
Class SecuritySummaryEntryImpl

java.lang.Object
  extended by org.nuxeo.ecm.core.api.security.impl.SecuritySummaryEntryImpl
All Implemented Interfaces:
Serializable, SecuritySummaryEntry

public class SecuritySummaryEntryImpl
extends Object
implements SecuritySummaryEntry, Serializable

See Also:
Serialized Form

Constructor Summary
SecuritySummaryEntryImpl(IdRef idRef, PathRef docPath, ACP acp)
           
 
Method Summary
 ACP getAcp()
           
 PathRef getDocPath()
           
 IdRef getIdRef()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecuritySummaryEntryImpl

public SecuritySummaryEntryImpl(IdRef idRef,
                                PathRef docPath,
                                ACP acp)
Method Detail

getAcp

public ACP getAcp()
Specified by:
getAcp in interface SecuritySummaryEntry

getDocPath

public PathRef getDocPath()
Specified by:
getDocPath in interface SecuritySummaryEntry

getIdRef

public IdRef getIdRef()
Specified by:
getIdRef in interface SecuritySummaryEntry

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.