Class NodeBatchLoadEntity

java.lang.Object
org.alfresco.repo.domain.node.ibatis.NodeBatchLoadEntity

public class NodeBatchLoadEntity extends Object
Bean to convey carry query information of node batch loading.
Since:
3.4
Author:
Derek Hulley
  • Constructor Details

    • NodeBatchLoadEntity

      public NodeBatchLoadEntity()
  • Method Details

    • getStoreId

      public Long getStoreId()
    • setStoreId

      public void setStoreId(Long storeId)
    • getUuids

      public List<String> getUuids()
    • setUuids

      public void setUuids(List<String> uuids)
    • getIds

      public List<Long> getIds()
    • setIds

      public void setIds(List<Long> ids)