| java.lang.Object | ||
| ↳ | com.google.gdata.data.AbstractExtension | |
| ↳ | com.google.gdata.data.acl.AclScope | |
Describes the scope of an entry in an access control list.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AclScope.Type | predefined values for the "type" attribute | ||||||||||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | NAME | XML "name" attribute name | |||||||||
| String | SCOPE | XML "scope" element name | |||||||||
| String | TYPE | XML "type" attribute name | |||||||||
| String | VALUE | XML "value" attribute name | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TYPE_ENUM_TO_ATTRIBUTE_VALUE | helper to produce lower case name from Type value | ||||||||||
| name | name | ||||||||||
| type | type | ||||||||||
| value | value | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Given a standard external representation, return the scope that it
represents or null if an invalid representation.
| |||||||||||
Puts attributes into the attribute generator.
| |||||||||||
Return a standard external representation of this scope, suitable
for use as an Acl Entry identifier.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Consumes attributes from the attribute helper.
| |||||||||||
Checks the attributes to see if there are any problems.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
XML "name" attribute name
XML "scope" element name
XML "type" attribute name
XML "value" attribute name
helper to produce lower case name from Type value
name
value
| o |
|---|
Given a standard external representation, return the scope that it represents or null if an invalid representation. This is the inverse operation of toExternalForm.
| externalForm |
|---|
Puts attributes into the attribute generator. Called from
generate(XmlWriter, ExtensionProfile). Default implementation
does nothing, though generally this is discouraged unless there really are
no attributes.
| generator | Attribute generator |
|---|
| name |
|---|
| value |
|---|
Return a standard external representation of this scope, suitable for use as an Acl Entry identifier.
Consumes attributes from the attribute helper. May also use
consumeContent(boolean) to consume the element's text
content. Called from getHandler(ExtensionProfile, String, String, Attributes). Default implementation does
nothing, though generally this is discouraged unless there really are no
attributes.
| helper | Attribute helper |
|---|
| ParseException |
|---|
Checks the attributes to see if there are any problems. Default implementation does nothing, though generally this is discouraged unless there really are no restrictions.