Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-03


oracle.bpel.services.workflow.metadata
Interface IPrivilege


public interface IPrivilege

Method Summary
 boolean canAdd()
          Returns true if user is allowed to add entities like the payload, attachment or comments to the existing task.
 boolean canRead()
          Returns true if read is permitted with this privilege
 boolean canWrite()
          Returns true if write is permitted with this privilege.

 

Method Detail

canRead

boolean canRead()
Returns true if read is permitted with this privilege

canWrite

boolean canWrite()
Returns true if write is permitted with this privilege. Write permission does not mean it can be read by the user

canAdd

boolean canAdd()
Returns true if user is allowed to add entities like the payload, attachment or comments to the existing task.

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-03


Copyright © 2009, Oracle and/or its affiliates. All rights reserved.