public interface IDocumentBaselineManagerLocal
Modifier and Type | Method and Description |
---|---|
DocumentBaseline |
createBaseline(String workspaceId,
String name,
DocumentBaselineType type,
String description,
List<DocumentRevisionKey> documentRevisionKeys) |
void |
deleteBaseline(String workspaceId,
int baselineId) |
DocumentCollection |
getACLFilteredDocumentCollection(String workspaceId,
int baselineId) |
DocumentBaseline |
getBaselineLight(String workspaceId,
int baselineId) |
List<DocumentBaseline> |
getBaselines(String workspaceId) |
List<BaselinedDocumentBinaryResourceCollection> |
getBinaryResourcesFromBaseline(String workspaceId,
int baselineId) |
DocumentBaseline createBaseline(String workspaceId, String name, DocumentBaselineType type, String description, List<DocumentRevisionKey> documentRevisionKeys) throws UserNotFoundException, AccessRightException, WorkspaceNotFoundException, FolderNotFoundException, UserNotActiveException, DocumentRevisionNotFoundException, NotAllowedException, WorkspaceNotEnabledException
List<DocumentBaseline> getBaselines(String workspaceId) throws UserNotFoundException, UserNotActiveException, WorkspaceNotFoundException, WorkspaceNotEnabledException
void deleteBaseline(String workspaceId, int baselineId) throws BaselineNotFoundException, UserNotFoundException, AccessRightException, WorkspaceNotFoundException, UserNotActiveException, WorkspaceNotEnabledException
DocumentBaseline getBaselineLight(String workspaceId, int baselineId) throws BaselineNotFoundException, UserNotFoundException, UserNotActiveException, WorkspaceNotFoundException, WorkspaceNotEnabledException
DocumentCollection getACLFilteredDocumentCollection(String workspaceId, int baselineId) throws BaselineNotFoundException, UserNotFoundException, UserNotActiveException, WorkspaceNotFoundException, WorkspaceNotEnabledException
List<BaselinedDocumentBinaryResourceCollection> getBinaryResourcesFromBaseline(String workspaceId, int baselineId) throws UserNotFoundException, UserNotActiveException, WorkspaceNotFoundException, BaselineNotFoundException, WorkspaceNotEnabledException
Copyright © 2017 DocDoku. All rights reserved.