Interface NodesApiExt

  • All Implemented Interfaces:

    
    public interface NodesApiExt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract NodeEntry createNode(@Path(value = "nodeId") String nodeId, @Part(value = "filedata"; filename="filedata") RequestBody fileData, @Part(value = "name") String name, @Part(value = "nodeType") String nodeType, @PartMap() Map<String, RequestBody> properties, @Part(value = "overwrite") Boolean overwrite, @Part(value = "comment") String comment, @Part(value = "relativepath") String relativePath, @Part(value = "renditions") String renditions, @Part(value = "autoRename") Boolean autoRename, @Part(value = "majorVersion") Boolean majorVersion, @Part(value = "versioningEnabled") Boolean versioningEnabled, @Part(value = "include") List<String> include, @Part(value = "fields") List<String> fields) Multipart definition for NodesApi.createNode.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • createNode

        @Multipart()@POST(value = "alfresco/versions/1/nodes/{nodeId}/children") abstract NodeEntry createNode(@Path(value = "nodeId") String nodeId, @Part(value = "filedata"; filename="filedata") RequestBody fileData, @Part(value = "name") String name, @Part(value = "nodeType") String nodeType, @PartMap() Map<String, RequestBody> properties, @Part(value = "overwrite") Boolean overwrite, @Part(value = "comment") String comment, @Part(value = "relativepath") String relativePath, @Part(value = "renditions") String renditions, @Part(value = "autoRename") Boolean autoRename, @Part(value = "majorVersion") Boolean majorVersion, @Part(value = "versioningEnabled") Boolean versioningEnabled, @Part(value = "include") List<String> include, @Part(value = "fields") List<String> fields)

        Multipart definition for NodesApi.createNode.