Uses of Class
org.alfresco.rest.framework.core.ResourceParameter
-
Packages that use ResourceParameter Package Description org.alfresco.rest.framework.core -
-
Uses of ResourceParameter in org.alfresco.rest.framework.core
Fields in org.alfresco.rest.framework.core declared as ResourceParameter Modifier and Type Field Description static ResourceParameterResourceParameter. ENTITY_PARAMstatic ResourceParameterResourceParameter. MAX_ITEMS_PARAMstatic ResourceParameterResourceParameter. PROPS_PARAMstatic ResourceParameterResourceParameter. RELATIONS_PARAMstatic ResourceParameterResourceParameter. RELATIONSHIP_PARAMstatic ResourceParameterResourceParameter. SKIP_PARAMstatic ResourceParameterResourceParameter. WHERE_PARAMMethods in org.alfresco.rest.framework.core that return ResourceParameter Modifier and Type Method Description protected static ResourceParameterResourceParameter. valueOf(String name, String title, String description, boolean required, ResourceParameter.KIND kind, boolean allowMultiple, Class<?> dataType)Creates a new ResourceParameter.Methods in org.alfresco.rest.framework.core that return types with arguments of type ResourceParameter Modifier and Type Method Description List<ResourceParameter>ResourceOperation. getParameters()Constructor parameters in org.alfresco.rest.framework.core with type arguments of type ResourceParameter Constructor Description ResourceOperation(org.springframework.http.HttpMethod httpMethod, String title, String description, List<ResourceParameter> parameters, int successStatus)
-