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

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

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

Methods in org.pentaho.commons.util.repository that throw TypeNotFoundException
 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)
           
 

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

Methods in org.pentaho.platform.util.client that throw TypeNotFoundException
 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)