Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpel.services.workflow.metadata
Interface IPrivilege

All Superinterfaces:
java.io.Serializable

public interface IPrivilege
extends java.io.Serializable


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.


Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

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