Uses of Class
org.guvnor.rest.client.PermissionException
-
-
Uses of PermissionException in org.guvnor.rest.client
Methods in org.guvnor.rest.client that return types with arguments of type PermissionException Modifier and Type Method Description List<PermissionException>Permission. getExceptions()Method parameters in org.guvnor.rest.client with type arguments of type PermissionException Modifier and Type Method Description voidPermission. setExceptions(List<PermissionException> exceptions)Constructor parameters in org.guvnor.rest.client with type arguments of type PermissionException Constructor Description Permission(Boolean read, Boolean create, Boolean update, Boolean delete, Boolean build, List<PermissionException> exceptions)
-