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(java.lang.String name, java.lang.String title, java.lang.String description, boolean required, ResourceParameter.KIND kind, boolean allowMultiple, java.lang.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 java.util.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, java.lang.String title, java.lang.String description, java.util.List<ResourceParameter> parameters, int successStatus)
-