Uses of Annotation Type
org.alfresco.rest.framework.WebApiParam
Packages that use WebApiParam
Package
Description
-
Uses of WebApiParam in org.alfresco.rest.api.downloads
Methods in org.alfresco.rest.api.downloads with annotations of type WebApiParamModifier and TypeMethodDescriptionDownloadsEntityResource.create
(List<Download> entity, Parameters parameters) DownloadsEntityResource.readById
(String nodeId, Parameters parameters) -
Uses of WebApiParam in org.alfresco.rest.api.groups
Methods in org.alfresco.rest.api.groups with annotations of type WebApiParamModifier and TypeMethodDescriptionGroupMembersRelation.create
(String groupId, List<GroupMember> entity, Parameters params) GroupsEntityResource.create
(List<Group> entity, Parameters parameters) -
Uses of WebApiParam in org.alfresco.rest.api.networks
Methods in org.alfresco.rest.api.networks with annotations of type WebApiParamModifier and TypeMethodDescriptionNetworksEntityResource.readById
(String networkId, Parameters parameters) -
Uses of WebApiParam in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes with annotations of type WebApiParamModifier and TypeMethodDescriptionNodeChildrenRelation.create
(String parentFolderNodeId, org.springframework.extensions.webscripts.servlet.FormData formData, Parameters parameters, WithResponse withResponse) NodeRatingsRelation.create
(String nodeId, List<NodeRating> ratingEntity, Parameters parameters) Create a rating for the node with id 'nodeId'.NodeRatingsRelation.readAll
(String nodeId, Parameters parameters) NodesEntityResource.readById
(String nodeId, Parameters parameters) Returns information regarding the node 'nodeId' - folder or document -
Uses of WebApiParam in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people with annotations of type WebApiParamModifier and TypeMethodDescriptionPeopleEntityResource.create
(List<Person> persons, Parameters parameters) PeopleEntityResource.readById
(String personId, Parameters parameters) Get a person by userName. -
Uses of WebApiParam in org.alfresco.rest.api.probes
Methods in org.alfresco.rest.api.probes with annotations of type WebApiParamModifier and TypeMethodDescriptionProbeEntityResource.readById
(String name, Parameters parameters) Returns a status code of 200 for okay. -
Uses of WebApiParam in org.alfresco.rest.api.sites
Methods in org.alfresco.rest.api.sites with annotations of type WebApiParamModifier and TypeMethodDescriptionvoid
SiteMembershipRequestsRelation.approve
(String siteId, String invitationId, SiteMembershipApproval siteMembershipApproval, Parameters parameters, WithResponse withResponse) SiteEntityResource.create
(List<Site> entity, Parameters parameters) Create the given site.void
SiteMembershipRequestsRelation.reject
(String siteId, String invitationId, SiteMembershipRejection siteMembershipRejection, Parameters parameters, WithResponse withResponse) -
Uses of WebApiParam in org.alfresco.rest.api.trashcan
Methods in org.alfresco.rest.api.trashcan with annotations of type WebApiParamModifier and TypeMethodDescriptionTrashcanEntityResource.restoreDeletedNode
(String nodeId, NodeTargetAssoc nodeTargetAssoc, Parameters parameters, WithResponse withResponse)