Uses of Class
org.pentaho.commons.util.repository.exception.ConstraintViolationException

Packages that use ConstraintViolationException
org.pentaho.commons.util.repository   
org.pentaho.platform.util.client   
 

Uses of ConstraintViolationException in org.pentaho.commons.util.repository
 

Methods in org.pentaho.commons.util.repository that throw ConstraintViolationException
 String IObjectService.createDocument(String repositoryId, String typeId, CmisProperties properties, String folderId, ContentStream contentStream, VersioningState versioningState)
           
 String IObjectService.createFolder(String repositoryId, String typeId, CmisProperties properties, String folderId)
           
 GetCheckedoutDocsResponse INavigationService.getCheckedoutDocs(String repositoryId, String folderId, String filter, boolean includeAllowableActions, boolean includeRelationships, int maxItems, int skipCount)
           
 List<CmisObject> INavigationService.getChildren(String repositoryId, String folderId, TypesOfFileableObjects type, String filter, boolean includeAllowableActions, boolean includeRelationships, int maxItems, int skipCount)
           
 List<CmisObject> INavigationService.getDescendants(String repositoryId, String folderId, TypesOfFileableObjects type, int depth, String filter, boolean includeAllowableActions, boolean includeRelationships)
           
 List<CmisObject> INavigationService.getFolderParent(String repositoryId, String folderId, String filter, boolean includeAllowableActions, boolean includeRelationships, boolean returnToRoot)
           
 List<CmisObject> INavigationService.getObjectParent(String repositoryId, String objectId, String filter, boolean includeAllowableActions, boolean includeRelationships)
           
 

Uses of ConstraintViolationException in org.pentaho.platform.util.client
 

Methods in org.pentaho.platform.util.client that throw ConstraintViolationException
 String BiPlatformRepositoryClientObjectService.createDocument(String arg0, String arg1, CmisProperties arg2, String arg3, ContentStream arg4, VersioningState arg5)
           
 String BiPlatformRepositoryClientObjectService.createFolder(String arg0, String arg1, CmisProperties arg2, String arg3)
           
 GetCheckedoutDocsResponse BiPlatformRepositoryClientNavigationService.getCheckedoutDocs(String repositoryId, String folderId, String filter, boolean includeAllowableActions, boolean includeRelationships, int maxItems, int skipCount)
           
 List<CmisObject> BiPlatformRepositoryClientNavigationService.getChildren(String repositoryId, String folderId, TypesOfFileableObjects type, String filter, boolean includeAllowableActions, boolean includeRelationships, int maxItems, int skipCount)
           
 List<CmisObject> BiPlatformRepositoryClientNavigationService.getDescendants(String repositoryId, String folderId, TypesOfFileableObjects type, int depth, String filter, boolean includeAllowableActions, boolean includeRelationships)
           
 List<CmisObject> BiPlatformRepositoryClientNavigationService.getFolderParent(String repositoryId, String folderId, String filter, boolean includeAllowableActions, boolean includeRelationships, boolean returnToRoot)
           
 List<CmisObject> BiPlatformRepositoryClientNavigationService.getObjectParent(String repositoryId, String objectId, String filter, boolean includeAllowableActions, boolean includeRelationships)