Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Public Methods

MethodDescription

 ChangeGrantee

Change the grantee of the ObjectPermission given the new GranteeType (0 = DBUSer or 1 = DBRole) and GranteeID. PARAMETERS: GranteeType

as

(Integer), GranteeId

as

(Integer).

Public Properties

MethodDescription

 ActionType

This is the

ActionType of the ObjectPermission.

'G' means

Valid values are: G = GRANT and

'

R

' means

= Revoke. DATATYPE: String.

 AttributeID

AttributeID of the ObjectPermission if it was Granted to an Attribute. DATATYPE: Integer.

 GranteeID

GranteeId is the ID of the DBUser or DBRole of this ObjectPermission. DATATYPE: Integer.

 GranteeName

This is the name

Name of the DBUser or DBRole of this ObjectPermission. DATATYPE: String.

 GranteeType

GranteeType of the ObjectPermission where 0 = DBUser and 1 = DBRole. DATATYPE: Integer.

 GUID

ObjectPermission's object GUID. The GUID

(

assigned by ER/Studio

)

is unique. DATATYPE: String.

 ID

ObjectPermission ID of the object

. This ID is

as assigned by ER/Studio

and can be used

. Used to obtain the corresponding ObjectPermission. DATATYPE: Integer.

 IsActionExtended

This indicates the permission

Permission ActionExtended value. DATATYPE: Boolean.

 IsSystem

This indicates

Indicates whether this permission is a System Permission

or not

. DATATYPE: Boolean.

 PermissionType

This is the

PermissionType of the ObjectPermission. DATATYPE: String.

Info
titleSee Also

...