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 ResourceParameter
ResourceParameter. ENTITY_PARAM
static ResourceParameter
ResourceParameter. MAX_ITEMS_PARAM
static ResourceParameter
ResourceParameter. PROPS_PARAM
static ResourceParameter
ResourceParameter. RELATIONS_PARAM
static ResourceParameter
ResourceParameter. RELATIONSHIP_PARAM
static ResourceParameter
ResourceParameter. SKIP_PARAM
static ResourceParameter
ResourceParameter. WHERE_PARAM
Methods in org.alfresco.rest.framework.core that return ResourceParameter Modifier and Type Method Description protected static ResourceParameter
ResourceParameter. 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)
-