Uses of Class
org.alfresco.rest.model.RestVersionModel
-
Packages that use RestVersionModel Package Description org.alfresco.rest.model org.alfresco.rest.requests -
-
Uses of RestVersionModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestVersionModel Modifier and Type Method Description RestVersionModelRestVersionModel. onModel()Methods in org.alfresco.rest.model that return types with arguments of type RestVersionModel Modifier and Type Method Description ModelAssertion<RestVersionModel>RestVersionModel. and()ModelAssertion<RestVersionModel>RestVersionModel. assertThat() -
Uses of RestVersionModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestVersionModel Modifier and Type Method Description RestVersionModelNode. getVersionInformation(java.lang.String versionId)Gets the version information versionId for node nodeId using GET call 'nodes/{nodeId}/versions/{versionId}RestVersionModelNode. revertVersion(java.lang.String versionId, java.lang.String postBody)Revert the version identified by versionId and nodeId to the node using POST call 'nodes/{nodeId}/versions/{versionId}/revert
-