Uses of Class
org.alfresco.rest.framework.Operation
-
Packages that use Operation Package Description org.alfresco.rest.api.nodes org.alfresco.rest.api.people org.alfresco.rest.api.quicksharelinks org.alfresco.rest.api.sites org.alfresco.rest.api.trashcan -
-
Uses of Operation in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes with annotations of type Operation Modifier and Type Method Description Node
NodesEntityResource. copyById(java.lang.String nodeId, NodeTarget target, Parameters parameters, WithResponse withResponse)
Node
NodesEntityResource. lock(java.lang.String nodeId, LockInfo lockInfo, Parameters parameters, WithResponse withResponse)
Node
NodesEntityResource. moveById(java.lang.String nodeId, NodeTarget target, Parameters parameters, WithResponse withResponse)
Node
NodeVersionsRelation. revertById(java.lang.String nodeId, java.lang.String versionId, VersionOptions versionOptions, Parameters parameters, WithResponse withResponse)
Node
NodesEntityResource. unlock(java.lang.String nodeId, java.lang.Void ignore, Parameters parameters, WithResponse withResponse)
-
Uses of Operation in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people with annotations of type Operation Modifier and Type Method Description void
PeopleEntityResource. requestPasswordReset(java.lang.String personId, Client client, Parameters parameters, WithResponse withResponse)
void
PeopleEntityResource. resetPassword(java.lang.String personId, PasswordReset passwordReset, Parameters parameters, WithResponse withResponse)
-
Uses of Operation in org.alfresco.rest.api.quicksharelinks
Methods in org.alfresco.rest.api.quicksharelinks with annotations of type Operation Modifier and Type Method Description void
QuickShareLinkEntityResource. email(java.lang.String sharedId, QuickShareLinkEmailRequest emailRequest, Parameters parameters, WithResponse response)
-
Uses of Operation in org.alfresco.rest.api.sites
Methods in org.alfresco.rest.api.sites with annotations of type Operation Modifier and Type Method Description void
SiteMembershipRequestsRelation. approve(java.lang.String siteId, java.lang.String invitationId, SiteMembershipApproval siteMembershipApproval, Parameters parameters, WithResponse withResponse)
void
SiteMembershipRequestsRelation. reject(java.lang.String siteId, java.lang.String invitationId, SiteMembershipRejection siteMembershipRejection, Parameters parameters, WithResponse withResponse)
-
Uses of Operation in org.alfresco.rest.api.trashcan
Methods in org.alfresco.rest.api.trashcan with annotations of type Operation Modifier and Type Method Description Node
TrashcanEntityResource. restoreDeletedNode(java.lang.String nodeId, NodeTargetAssoc nodeTargetAssoc, Parameters parameters, WithResponse withResponse)
-