Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


oracle.odi.core.security
Class PermissionType

java.lang.Object
  extended by oracle.odi.core.security.PermissionType


public final class PermissionType
extends java.lang.Object

The class represents the type of priviledges users can have on ODI entities.

Since:
11.1.1.3.0

Field Summary
static PermissionType EXECUTE
          EXECUTE priviledge, to execute.
static PermissionType GENERATE
          GENERATE priviledge, to generate script and code.
static PermissionType READ
          READ priviledge, to view, consult an entity.
static PermissionType WRITE
          WRITE priviledge, to modify an entity.

 

Method Summary
static PermissionType methodToPermissionType(java.lang.String methodName)
          INTERNAL: Return permission type object based on java method name.
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

READ

public static final PermissionType READ
READ priviledge, to view, consult an entity.

WRITE

public static final PermissionType WRITE
WRITE priviledge, to modify an entity.

EXECUTE

public static final PermissionType EXECUTE
EXECUTE priviledge, to execute.

GENERATE

public static final PermissionType GENERATE
GENERATE priviledge, to generate script and code.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

methodToPermissionType

public static final PermissionType methodToPermissionType(java.lang.String methodName)
INTERNAL: Return permission type object based on java method name.
Parameters:
methodName - the java method name.
Returns:
permission type object based on java method name.

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


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