Uses of Class
wt.access.InvalidPermissionException

Packages that use InvalidPermissionException
wt.admin
Provides classes to represent and manage AdministrativeDomain objects. 
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
 

Uses of InvalidPermissionException in wt.admin
 

Methods in wt.admin that throw InvalidPermissionException
 boolean ReparentDomainsMigrator.runMigration(Connection connection, PersistentObjectManager pom, PrintWriter logWriter)
           
 boolean ReparentDomainsMigrator.runMigration(Connection connection, PersistentObjectManager pom, PrintWriter logWriter)
           
 

Uses of InvalidPermissionException in wt.workflow.definer
 

Methods in wt.workflow.definer that throw InvalidPermissionException
 void PermissionSet.addPermission(String permission)
          Adds a permission to the set of permissions of the variable.
 void PermissionSet.removePermission(String permission)
          Removes a permission from the set of permissions of the variable.
 boolean PermissionSet.hasPermission(String permission)
          Returns true if permission passed as argument is amongst the set of permissions of the variable.
 Enumeration PermissionSet.getPermissions()
          Returns an enumeration with all permissions contained in the set.