Uses of Class
org.alfresco.rest.framework.core.ResourceParameter
Packages that use ResourceParameter
-
Uses of ResourceParameter in org.alfresco.rest.framework.core
Fields in org.alfresco.rest.framework.core declared as ResourceParameterModifier and TypeFieldDescriptionstatic final ResourceParameterResourceParameter.ENTITY_PARAMstatic final ResourceParameterResourceParameter.MAX_ITEMS_PARAMstatic final ResourceParameterResourceParameter.PROPS_PARAMstatic final ResourceParameterResourceParameter.RELATIONS_PARAMstatic final ResourceParameterResourceParameter.RELATIONSHIP_PARAMstatic final ResourceParameterResourceParameter.SKIP_PARAMstatic final ResourceParameterResourceParameter.WHERE_PARAMMethods in org.alfresco.rest.framework.core that return ResourceParameterModifier and TypeMethodDescriptionprotected 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 ResourceParameterConstructor parameters in org.alfresco.rest.framework.core with type arguments of type ResourceParameterModifierConstructorDescriptionResourceOperation(org.springframework.http.HttpMethod httpMethod, String title, String description, List<ResourceParameter> parameters, int successStatus)