|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.accesscontrol.attributes.AttributeRegistry
@Entity public class AttributeRegistry
The base of the AttributeRegistry.
TODO: explain
| Constructor Summary | |
|---|---|
AttributeRegistry()
builds a new empty AttributeRegistry. |
|
| Method Summary | |
|---|---|
void |
addBundleNode(BundleAttribute n)
adds a new Bundle to the AttributeRegistry. |
org.jdom.Element |
deserializeToJDOM()
this will deserialize the state of the JDOMable as a JDOM
Element. |
BundleAttribute |
getBundleNode(java.lang.String bundleName)
get the RegistryBundleNode for the named Bundle
. |
long |
getId()
returns the primary key. |
java.util.Set<BundleAttribute> |
getRootNodes()
|
void |
setRootNodes(java.util.Set<BundleAttribute> n)
set the set of RegistryBundleNodes of the
AttributeRegistry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeRegistry()
AttributeRegistry.
| Method Detail |
|---|
public final void setRootNodes(java.util.Set<BundleAttribute> n)
RegistryBundleNodes of the
AttributeRegistry.
n - the set of RegistryBundleNodespublic final java.util.Set<BundleAttribute> getRootNodes()
RegistryBundleNodes of the
AttributeRegistrypublic final void addBundleNode(BundleAttribute n)
Bundle to the AttributeRegistry.
n - the Node of the Bundle to be addedpublic final BundleAttribute getBundleNode(java.lang.String bundleName)
RegistryBundleNode for the named Bundle
.
bundleName - the name of the Bundle
RegistryBundleNode for the named
Bundle, or null, if no matching
RegistryBundleNode could be found in the
AttributeRegistrypublic final long getId()
id of the AttributeRegistrypublic final org.jdom.Element deserializeToJDOM()
JDOMableJDOMable as a JDOM
Element.
deserializeToJDOM in interface JDOMableAttributeRegistry as an Element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||