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 NodeNodesEntityResource. copyById(String nodeId, NodeTarget target, Parameters parameters, WithResponse withResponse)NodeNodesEntityResource. lock(String nodeId, LockInfo lockInfo, Parameters parameters, WithResponse withResponse)NodeNodesEntityResource. moveById(String nodeId, NodeTarget target, Parameters parameters, WithResponse withResponse)NodeNodeVersionsRelation. revertById(String nodeId, String versionId, VersionOptions versionOptions, Parameters parameters, WithResponse withResponse)NodeNodesEntityResource. unlock(String nodeId, 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 voidPeopleEntityResource. requestPasswordReset(String personId, Client client, Parameters parameters, WithResponse withResponse)voidPeopleEntityResource. resetPassword(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 voidQuickShareLinkEntityResource. email(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 voidSiteMembershipRequestsRelation. approve(String siteId, String invitationId, SiteMembershipApproval siteMembershipApproval, Parameters parameters, WithResponse withResponse)voidSiteMembershipRequestsRelation. reject(String siteId, 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 NodeTrashcanEntityResource. restoreDeletedNode(String nodeId, NodeTargetAssoc nodeTargetAssoc, Parameters parameters, WithResponse withResponse)
-