Package org.alfresco.solr.client
Class AclChangeSets
- java.lang.Object
-
- org.alfresco.solr.client.AclChangeSets
-
public class AclChangeSets extends Object
- Author:
- Andy
-
-
Constructor Summary
Constructors Constructor Description AclChangeSets(List<AclChangeSet> aclChangeSets)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AclChangeSet>
getAclChangeSets()
Long
getMaxChangeSetCommitTime()
Long
getMaxChangeSetId()
-
-
-
Constructor Detail
-
AclChangeSets
public AclChangeSets(List<AclChangeSet> aclChangeSets)
-
-
Method Detail
-
getAclChangeSets
public List<AclChangeSet> getAclChangeSets()
-
getMaxChangeSetCommitTime
public Long getMaxChangeSetCommitTime()
-
getMaxChangeSetId
public Long getMaxChangeSetId()
-
-