|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Authorization Identifier'.
The following features are supported:
Owned Schema
Received Role Authorization
Granted Role Authorization
Granted Privilege
Received Privilege
SQLAccessControlPackage.getAuthorizationIdentifier()
Method Summary | |
EList |
getGrantedPrivilege()
Returns the value of the 'Granted Privilege' reference list. |
EList |
getGrantedRoleAuthorization()
Returns the value of the 'Granted Role Authorization' reference list. |
EList |
getOwnedSchema()
Returns the value of the 'Owned Schema' reference list. |
EList |
getReceivedPrivilege()
Returns the value of the 'Received Privilege' containment reference list. |
EList |
getReceivedRoleAuthorization()
Returns the value of the 'Received Role Authorization' reference list. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
addEAnnotation, addEAnnotationDetail, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Method Detail |
public EList getOwnedSchema()
Schema
.
It is bidirectional and its opposite is 'Owner
'.
If the meaning of the 'Owned Schema' reference list isn't clear, there really should be more of a description here...
SQLAccessControlPackage.getAuthorizationIdentifier_OwnedSchema()
,
Schema.getOwner()
public EList getReceivedRoleAuthorization()
RoleAuthorization
.
It is bidirectional and its opposite is 'Grantee
'.
If the meaning of the 'Received Role Authorization' reference list isn't clear, there really should be more of a description here...
SQLAccessControlPackage.getAuthorizationIdentifier_ReceivedRoleAuthorization()
,
RoleAuthorization.getGrantee()
public EList getGrantedRoleAuthorization()
RoleAuthorization
.
It is bidirectional and its opposite is 'Grantor
'.
If the meaning of the 'Granted Role Authorization' reference list isn't clear, there really should be more of a description here...
SQLAccessControlPackage.getAuthorizationIdentifier_GrantedRoleAuthorization()
,
RoleAuthorization.getGrantor()
public EList getGrantedPrivilege()
Privilege
.
It is bidirectional and its opposite is 'Grantor
'.
If the meaning of the 'Granted Privilege' reference list isn't clear, there really should be more of a description here...
SQLAccessControlPackage.getAuthorizationIdentifier_GrantedPrivilege()
,
Privilege.getGrantor()
public EList getReceivedPrivilege()
Privilege
.
If the meaning of the 'Received Privilege' containment reference list isn't clear, there really should be more of a description here...
SQLAccessControlPackage.getAuthorizationIdentifier_ReceivedPrivilege()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |