Uses of Class
com.sas.drugdev.remote.repository.InvalidTypeException

Packages that use InvalidTypeException
com.sas.drugdev.remote.repository Provides classes and interfaces for retrieving and writing content and metadata. 
com.sas.drugdev.remote.repository.security Provides classes and interfaces managing permissions for nodes. 
com.sas.drugdev.remote.sas Provides classes and interfaces for publishing and examining an SDD process. 
 

Uses of InvalidTypeException in com.sas.drugdev.remote.repository
 

Methods in com.sas.drugdev.remote.repository that throw InvalidTypeException
 RemoteFile RepositoryService.checkinFile(File file)
          Check in the file described by the given File.
 RemoteFile RepositoryService.checkinFile(File file, java.lang.String comment)
          Check in the file described by the given File.
 RemoteFile RepositoryService.checkoutFile(File file)
          Checkout the file described by the given File.
 RemoteContainer RepositoryService.createContainer(ContainerBean containerBean)
          Create the container described by the given ContainerBean.
 RemoteFile RepositoryService.createFile(FileBean fileBean)
          Create the file described by the given FileBean.
 RemoteFile RepositoryService.enableVersioning(File file)
          Enable versioning on the file described by the given File.
 java.util.List RepositoryService.getChildren(Container container)
          Get the children of the container described by the given Container.
 RemoteContainer RepositoryService.getContainer(ContainerBean container)
          Get the Container described by the given ContainerBean.
 void RepositoryService.getContents(File file, java.io.OutputStream stream)
          Get the contents of the file described by the given file, including the version specified in file.
 RemoteFile RepositoryService.getFile(FileBean file)
          Get the File described by the given FileBean.
 RemoteContainer RepositoryService.setDefaultContainerVersioning(Container container, ContainerDepth depth, boolean onOff)
          Turn on default versioning for the specified container, to the given depth.
 RemoteContainer RepositoryService.setOwnerOnContainer(Container container, ContainerDepth depth, java.lang.String userid)
          Set the owner of the given container to the given userid.
 RemoteFile RepositoryService.setOwnerOnFile(File file, java.lang.String userid)
          Set the owner of the given file to the given userid.
 RemoteFile RepositoryService.undoCheckout(File file)
          Undo the check out of the file described by the given File.
 void RepositoryService.updateContainerAccessControlList(AccessControlList acl, AclRecurseBehavior recurseBehavior)
          Apply the changes that have been made on the given AccessControlList on the server side.
 void RepositoryService.updateFileAccessControlList(AccessControlList acl)
          Apply the changes that have been made on the given AccessControlList on the server side.
 RemoteNode RepositoryService.updateNode(NodeBean nodeBean)
          Apply the changes that have been made on the given Node on the server side.
 

Uses of InvalidTypeException in com.sas.drugdev.remote.repository.security
 

Methods in com.sas.drugdev.remote.repository.security that throw InvalidTypeException
 void AccessControlEntry.addPermission(Permission permission)
          Add the given permission to this entry.
 void AccessControlEntry.setPermissions(java.util.Set permissions)
          Set the permissions on this entry to the set of permissions passed in.
 

Uses of InvalidTypeException in com.sas.drugdev.remote.sas
 

Methods in com.sas.drugdev.remote.sas that throw InvalidTypeException
 RemoteFile SASService.publishProcess(FileBean processFile, java.util.List parameters)
          Takes the SAS code contents on the FileBean and the associated list of parameters and saves it to SDD as a process.