|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthorizationIdentifier
A representation of the model object 'Authorization Identifier'.
The following features are supported:
Owned Schema
Database
Received Role Authorization
Granted Role Authorization
Granted Privilege
Received Privilege
SQLAccessControlPackage.getAuthorizationIdentifier()
Method Summary | |
---|---|
Database |
getDatabase()
Returns the value of the 'Database' reference. |
org.eclipse.emf.common.util.EList |
getGrantedPrivilege()
Returns the value of the 'Granted Privilege' reference list. |
org.eclipse.emf.common.util.EList |
getGrantedRoleAuthorization()
Returns the value of the 'Granted Role Authorization' reference list. |
org.eclipse.emf.common.util.EList |
getOwnedSchema()
Returns the value of the 'Owned Schema' reference list. |
org.eclipse.emf.common.util.EList |
getReceivedPrivilege()
Returns the value of the 'Received Privilege' containment reference list. |
org.eclipse.emf.common.util.EList |
getReceivedRoleAuthorization()
Returns the value of the 'Received Role Authorization' reference list. |
void |
setDatabase(Database value)
Sets the value of the ' Database ' reference. |
Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.schema.SQLObject |
---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from interface org.eclipse.emf.ecore.sdo.EDataObject |
---|
getInstanceProperties |
Methods inherited from interface commonj.sdo.DataObject |
---|
createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unset |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotations |
Method Detail |
---|
org.eclipse.emf.common.util.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()
Database getDatabase()
Authorization Ids
'.
If the meaning of the 'Database' reference isn't clear, there really should be more of a description here...
setDatabase(Database)
,
SQLAccessControlPackage.getAuthorizationIdentifier_Database()
,
Database.getAuthorizationIds()
void setDatabase(Database value)
Database
' reference.
value
- the new value of the 'Database' reference.getDatabase()
org.eclipse.emf.common.util.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()
org.eclipse.emf.common.util.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()
org.eclipse.emf.common.util.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()
org.eclipse.emf.common.util.EList getReceivedPrivilege()
Privilege
.
It is bidirectional and its opposite is 'Grantee
'.
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()
,
Privilege.getGrantee()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |