Uses of Annotation Interface
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 documentvoidNodeStorageInfoRelation.requestArchiveContent(String nodeId, String contentPropName, ArchiveContentRequest archiveContentRequest, Parameters parameters, WithResponse withResponse) voidNodeVersionsStorageInfoRelation.requestArchiveContent(String nodeId, String versionId, ArchiveContentRequest archiveContentRequest, Parameters parameters, WithResponse withResponse) NodeRenditionsRelation.requestContentDirectUrl(String nodeId, String renditionId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse) NodesEntityResource.requestContentDirectUrl(String nodeId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse) NodeVersionRenditionsRelation.requestContentDirectUrl(String nodeId, String versionId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse) NodeVersionsRelation.requestContentDirectUrl(String nodeId, String versionId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse) voidNodeStorageInfoRelation.requestRestoreContentFromArchive(String nodeId, String contentPropName, RestoreArchivedContentRequest restoreArchivedContentRequest, Parameters parameters, WithResponse withResponse) voidNodeVersionsStorageInfoRelation.requestRestoreContentFromArchive(String nodeId, String versionId, RestoreArchivedContentRequest restoreArchivedContentRequest, Parameters parameters, WithResponse withResponse) -
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.rules
Methods in org.alfresco.rest.api.rules with annotations of type WebApiParamModifier and TypeMethodDescriptionNodeRuleSetLinksRelation.create(String nodeId, List<RuleSetLink> ruleSetLinksBody, Parameters parameters) -
Uses of WebApiParam in org.alfresco.rest.api.sites
Methods in org.alfresco.rest.api.sites with annotations of type WebApiParamModifier and TypeMethodDescriptionvoidSiteMembershipRequestsRelation.approve(String siteId, String invitationId, SiteMembershipApproval siteMembershipApproval, Parameters parameters, WithResponse withResponse) SiteEntityResource.create(List<Site> entity, Parameters parameters) Create the given site.voidSiteMembershipRequestsRelation.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.requestContentDirectUrl(String originalNodeId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse) TrashcanRenditionsRelation.requestContentDirectUrl(String originalNodeId, String renditionId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse) TrashcanEntityResource.restoreDeletedNode(String nodeId, NodeTargetAssoc nodeTargetAssoc, Parameters parameters, WithResponse withResponse)