Uses of Annotation Interface
org.alfresco.rest.framework.WebApiParameters
Packages that use WebApiParameters
Package
Description
-
Uses of WebApiParameters in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes with annotations of type WebApiParametersModifier and TypeMethodDescriptionvoidNodeCommentsRelation.delete(String nodeId, String commentNodeId, Parameters parameters) NodeRatingsRelation.readById(String nodeId, String ratingSchemeId, Parameters parameters) Returns the rating with id 'schemeName' for node with id 'nodeId'.NodeSizeDetailsRelation.readById(String nodeId, String jobId, Parameters parameters) -
Uses of WebApiParameters in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people with annotations of type WebApiParametersModifier and TypeMethodDescriptionPersonActivitiesRelation.readAll(String personId, Parameters parameters) -
Uses of WebApiParameters in org.alfresco.rest.workflow.api.processdefinitions
Methods in org.alfresco.rest.workflow.api.processdefinitions with annotations of type WebApiParametersModifier and TypeMethodDescriptionProcessDefinitionsRestEntityResource.readAll(Parameters params) -
Uses of WebApiParameters in org.alfresco.rest.workflow.api.processes
Methods in org.alfresco.rest.workflow.api.processes with annotations of type WebApiParametersModifier and TypeMethodDescriptionProcessesRestEntityResource.create(List<ProcessInfo> entity, Parameters parameters) ProcessesRestEntityResource.readAll(Parameters params) -
Uses of WebApiParameters in org.alfresco.rest.workflow.api.tasks
Methods in org.alfresco.rest.workflow.api.tasks with annotations of type WebApiParameters