Uses of Class
org.alfresco.rest.api.model.LockInfo
-
Packages that use LockInfo Package Description org.alfresco.rest.api org.alfresco.rest.api.impl org.alfresco.rest.api.nodes -
-
Uses of LockInfo in org.alfresco.rest.api
Methods in org.alfresco.rest.api with parameters of type LockInfo Modifier and Type Method Description NodeNodes. lock(String nodeId, LockInfo lockInfo, Parameters parameters)Lock a node -
Uses of LockInfo in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl with parameters of type LockInfo Modifier and Type Method Description NodeNodesImpl. lock(String nodeId, LockInfo lockInfo, Parameters parameters) -
Uses of LockInfo in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes with parameters of type LockInfo Modifier and Type Method Description NodeNodesEntityResource. lock(String nodeId, LockInfo lockInfo, Parameters parameters, WithResponse withResponse)
-