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 ResourceParameter
ResourceParameter.ENTITY_PARAM
static final ResourceParameter
ResourceParameter.MAX_ITEMS_PARAM
static final ResourceParameter
ResourceParameter.PROPS_PARAM
static final ResourceParameter
ResourceParameter.RELATIONS_PARAM
static final ResourceParameter
ResourceParameter.RELATIONSHIP_PARAM
static final ResourceParameter
ResourceParameter.SKIP_PARAM
static final ResourceParameter
ResourceParameter.WHERE_PARAM
Methods in org.alfresco.rest.framework.core that return ResourceParameterModifier and TypeMethodDescriptionprotected 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 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)