Uses of Annotation Type
org.alfresco.rest.framework.Operation
Packages that use Operation
Package
Description
-
Uses of Operation in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes with annotations of type OperationModifier and TypeMethodDescriptionNodesEntityResource.copyById
(String nodeId, NodeTarget target, Parameters parameters, WithResponse withResponse) NodesEntityResource.lock
(String nodeId, LockInfo lockInfo, Parameters parameters, WithResponse withResponse) NodesEntityResource.moveById
(String nodeId, NodeTarget target, Parameters parameters, WithResponse withResponse) NodeVersionsRelation.revertById
(String nodeId, String versionId, VersionOptions versionOptions, Parameters parameters, WithResponse withResponse) NodesEntityResource.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 OperationModifier and TypeMethodDescriptionvoid
PeopleEntityResource.requestPasswordReset
(String personId, Client client, Parameters parameters, WithResponse withResponse) void
PeopleEntityResource.resetPassword
(String personId, PasswordReset passwordReset, Parameters parameters, WithResponse withResponse) -
Uses of Operation in org.alfresco.rest.api.sites
Methods in org.alfresco.rest.api.sites with annotations of type OperationModifier and TypeMethodDescriptionvoid
SiteMembershipRequestsRelation.approve
(String siteId, String invitationId, SiteMembershipApproval siteMembershipApproval, Parameters parameters, WithResponse withResponse) void
SiteMembershipRequestsRelation.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 OperationModifier and TypeMethodDescriptionTrashcanEntityResource.restoreDeletedNode
(String nodeId, NodeTargetAssoc nodeTargetAssoc, Parameters parameters, WithResponse withResponse)