Uses of Class
org.alfresco.rest.framework.WebApiParam
-
-
Uses of WebApiParam in org.alfresco.rest.api.downloads
Methods in org.alfresco.rest.api.downloads with annotations of type WebApiParam Modifier and Type Method Description List<Download>DownloadsEntityResource. create(List<Download> entity, Parameters parameters)DownloadDownloadsEntityResource. 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 WebApiParam Modifier and Type Method Description List<GroupMember>GroupMembersRelation. create(String groupId, List<GroupMember> entity, Parameters params)List<Group>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 WebApiParam Modifier and Type Method Description NetworkNetworksEntityResource. 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 WebApiParam Modifier and Type Method Description NodeNodeChildrenRelation. create(String parentFolderNodeId, org.springframework.extensions.webscripts.servlet.FormData formData, Parameters parameters, WithResponse withResponse)List<NodeRating>NodeRatingsRelation. create(String nodeId, List<NodeRating> ratingEntity, Parameters parameters)Create a rating for the node with id 'nodeId'.CollectionWithPagingInfo<NodeRating>NodeRatingsRelation. readAll(String nodeId, Parameters parameters)NodeNodesEntityResource. readById(String nodeId, Parameters parameters)Returns information regarding the node 'nodeId' - folder or documentDirectAccessUrlNodeRenditionsRelation. requestContentDirectUrl(String nodeId, String renditionId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse)DirectAccessUrlNodesEntityResource. requestContentDirectUrl(String nodeId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse)DirectAccessUrlNodeVersionsRelation. requestContentDirectUrl(String nodeId, String versionId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse) -
Uses of WebApiParam in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people with annotations of type WebApiParam Modifier and Type Method Description List<Person>PeopleEntityResource. create(List<Person> persons, Parameters parameters)PersonPeopleEntityResource. 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 WebApiParam Modifier and Type Method Description ProbeProbeEntityResource. 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 WebApiParam Modifier and Type Method Description voidSiteMembershipRequestsRelation. approve(String siteId, String invitationId, SiteMembershipApproval siteMembershipApproval, Parameters parameters, WithResponse withResponse)List<Site>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 WebApiParam Modifier and Type Method Description DirectAccessUrlTrashcanEntityResource. requestContentDirectUrl(String originalNodeId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse)DirectAccessUrlTrashcanRenditionsRelation. requestContentDirectUrl(String originalNodeId, String renditionId, DirectAccessUrlRequest directAccessUrlRequest, Parameters parameters, WithResponse withResponse)NodeTrashcanEntityResource. restoreDeletedNode(String nodeId, NodeTargetAssoc nodeTargetAssoc, Parameters parameters, WithResponse withResponse) -
Uses of WebApiParam in org.alfresco.rest.framework
Methods in org.alfresco.rest.framework that return WebApiParam Modifier and Type Method Description WebApiParam[]value()
-