Uses of Class
org.alfresco.rest.rm.community.model.hold.HoldEntry
-
Packages that use HoldEntry Package Description org.alfresco.rest.v0 -
-
Uses of HoldEntry in org.alfresco.rest.v0
Methods in org.alfresco.rest.v0 that return types with arguments of type HoldEntry Modifier and Type Method Description List<HoldEntry>HoldsAPI. getHolds(String user, String password, String itemNodeRef, Boolean includedInHold, Boolean fileOnly)Get the list of the available holds which have the item node reference if includedInHold parameter is true, otherwise a list of hold node references will be retrieved which do not include the given node reference.
-