Uses of Interface
org.alfresco.rest.framework.resource.content.BasicContentInfo
Packages that use BasicContentInfo
Package
Description
-
Uses of BasicContentInfo in org.alfresco.rest.api
Methods in org.alfresco.rest.api with parameters of type BasicContentInfoModifier and TypeMethodDescriptionNodes.updateContent
(String fileNodeId, BasicContentInfo contentInfo, InputStream stream, Parameters parameters) Uploads file content (updates existing node with new content).People.uploadAvatarContent
(String personId, BasicContentInfo contentInfo, InputStream stream, Parameters parameters) -
Uses of BasicContentInfo in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl with parameters of type BasicContentInfoModifier and TypeMethodDescriptionNodesImpl.updateContent
(String fileNodeId, BasicContentInfo contentInfo, InputStream stream, Parameters parameters) PeopleImpl.uploadAvatarContent
(String personId, BasicContentInfo contentInfo, InputStream stream, Parameters parameters) -
Uses of BasicContentInfo in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes with parameters of type BasicContentInfoModifier and TypeMethodDescriptionNodesEntityResource.updateProperty
(String fileNodeId, BasicContentInfo contentInfo, InputStream stream, Parameters parameters) Upload new version of content This allow binary content update of an existing file/content node. -
Uses of BasicContentInfo in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people with parameters of type BasicContentInfoModifier and TypeMethodDescriptionPeopleEntityResource.updateProperty
(String personId, BasicContentInfo contentInfo, InputStream stream, Parameters parameters) Upload avatar image content -
Uses of BasicContentInfo in org.alfresco.rest.framework.resource.actions.interfaces
Methods in org.alfresco.rest.framework.resource.actions.interfaces with parameters of type BasicContentInfoModifier and TypeMethodDescriptionBinaryResourceAction.Update.updateProperty
(String entityId, BasicContentInfo contentInfo, InputStream stream, Parameters params) Updates a binary property.BinaryResourceAction.UpdateWithResponse.updateProperty
(String entityId, BasicContentInfo contentInfo, InputStream stream, Parameters params, WithResponse withResponse) Updates a binary property.RelationshipResourceBinaryAction.Update.updateProperty
(String entityId, String entityResourceId, BasicContentInfo contentInfo, InputStream stream, Parameters params) Updates a binary property.RelationshipResourceBinaryAction.UpdateWithResponse.updateProperty
(String entityId, String entityResourceId, BasicContentInfo contentInfo, InputStream stream, Parameters params, WithResponse withResponse) Updates a binary property. -
Uses of BasicContentInfo in org.alfresco.rest.framework.resource.content
Subinterfaces of BasicContentInfo in org.alfresco.rest.framework.resource.contentClasses in org.alfresco.rest.framework.resource.content that implement BasicContentInfoModifier and TypeClassDescriptionclass
A POJO property that is of type "Binary" You can add this to your object to be serialized as a normal property.class
Basic implementation of information about the returned content. -
Uses of BasicContentInfo in org.alfresco.rest.framework.resource.parameters
Methods in org.alfresco.rest.framework.resource.parameters that return BasicContentInfoModifier and TypeMethodDescriptionParameters.getContentInfo()
Gets the basic information about content, typically taken from a HTTPServletRequest.Params.getContentInfo()
Methods in org.alfresco.rest.framework.resource.parameters with parameters of type BasicContentInfoModifier and TypeMethodDescriptionstatic Params
Params.valueOf
(boolean isCollectionResource, String entityId, String relationshipId, String relationship2Id, Object passedIn, InputStream stream, String addressedProperty, Params.RecognizedParams recognizedParams, BasicContentInfo contentInfo, org.springframework.extensions.webscripts.WebScriptRequest request) static Params
Params.valueOf
(String entityId, String relationshipId, Object passedIn, InputStream stream, String addressedProperty, Params.RecognizedParams recognizedParams, BasicContentInfo contentInfo, org.springframework.extensions.webscripts.WebScriptRequest request) Constructors in org.alfresco.rest.framework.resource.parameters with parameters of type BasicContentInfoModifierConstructorDescriptionprotected
Params
(Boolean isCollectionResource, String entityId, String relationshipId, String relationship2Id, Object passedIn, InputStream stream, String addressedProperty, Params.RecognizedParams recognizedParams, BasicContentInfo contentInfo, org.springframework.extensions.webscripts.WebScriptRequest request)