public class SimpleReferenceManager
extends java.lang.Object
SimpleReferenceManager
ist ein Singleton, der die verschiedenen Instanzen von
SimpleReferences
zur Verfügung stellt.Modifier and Type | Method | Description |
---|---|---|
SimpleReference |
checkForSimpleReference(de.bsvrz.dav.daf.main.config.SystemObjectType type1,
de.bsvrz.dav.daf.main.config.AttributeGroup atg,
de.bsvrz.dav.daf.main.config.Attribute attr,
de.bsvrz.dav.daf.main.config.SystemObjectType type2) |
|
SimpleReference |
checkForSimpleReference(de.bsvrz.dav.daf.main.config.SystemObjectType type1,
java.lang.String setName,
de.bsvrz.dav.daf.main.config.SystemObjectType type2) |
|
java.lang.Object[] |
getAttributeGroups(de.bsvrz.dav.daf.main.config.SystemObjectType type) |
|
java.lang.Object[] |
getAttributes(de.bsvrz.dav.daf.main.config.SystemObjectType type,
de.bsvrz.dav.daf.main.config.AttributeGroup atg) |
|
static SimpleReferenceManager |
getInstance(de.bsvrz.dav.daf.main.ClientDavInterface connection) |
|
java.lang.Object[] |
getSets(de.bsvrz.dav.daf.main.config.SystemObjectType type) |
|
java.util.Set<SimpleAttributeReference> |
getSimpleAttributeReferences(de.bsvrz.dav.daf.main.config.SystemObjectType type,
boolean reversed) |
|
java.util.List<SimpleReference> |
getSimpleReferences(de.bsvrz.dav.daf.main.config.SystemObjectType type,
boolean reversed) |
|
java.util.Set<SimpleSetReference> |
getSimpleSetReferences(de.bsvrz.dav.daf.main.config.SystemObjectType type,
boolean reversed) |
|
de.bsvrz.dav.daf.main.config.SystemObjectType |
getSystemObjectType(de.bsvrz.dav.daf.main.config.SystemObjectType type,
de.bsvrz.dav.daf.main.config.AttributeGroup atg,
de.bsvrz.dav.daf.main.config.Attribute attr) |
|
de.bsvrz.dav.daf.main.config.SystemObjectType |
getSystemObjectType(de.bsvrz.dav.daf.main.config.SystemObjectType type,
java.lang.String setName) |
|
java.util.List<de.bsvrz.dav.daf.main.config.SystemObjectType> |
getSystemObjectTypes() |
Diese Methode gibt eine Liste aller
SystemObjectTypes zurück,
die an irgendeiner SimpleReference beteiligt sind. |
java.lang.Object[] |
getSystemObjectTypesForAttributes() |
|
java.lang.Object[] |
getSystemObjectTypesForSets() |
|
java.lang.String |
toString() |
public static SimpleReferenceManager getInstance(de.bsvrz.dav.daf.main.ClientDavInterface connection)
public java.util.List<SimpleReference> getSimpleReferences(de.bsvrz.dav.daf.main.config.SystemObjectType type, boolean reversed)
public java.util.Set<SimpleAttributeReference> getSimpleAttributeReferences(de.bsvrz.dav.daf.main.config.SystemObjectType type, boolean reversed)
public java.util.Set<SimpleSetReference> getSimpleSetReferences(de.bsvrz.dav.daf.main.config.SystemObjectType type, boolean reversed)
public java.util.List<de.bsvrz.dav.daf.main.config.SystemObjectType> getSystemObjectTypes()
SystemObjectTypes
zurück,
die an irgendeiner SimpleReference
beteiligt sind.public java.lang.Object[] getSystemObjectTypesForAttributes()
public java.lang.Object[] getAttributeGroups(de.bsvrz.dav.daf.main.config.SystemObjectType type)
public java.lang.Object[] getAttributes(de.bsvrz.dav.daf.main.config.SystemObjectType type, de.bsvrz.dav.daf.main.config.AttributeGroup atg)
@Nullable public de.bsvrz.dav.daf.main.config.SystemObjectType getSystemObjectType(de.bsvrz.dav.daf.main.config.SystemObjectType type, de.bsvrz.dav.daf.main.config.AttributeGroup atg, de.bsvrz.dav.daf.main.config.Attribute attr)
@Nullable public SimpleReference checkForSimpleReference(de.bsvrz.dav.daf.main.config.SystemObjectType type1, de.bsvrz.dav.daf.main.config.AttributeGroup atg, de.bsvrz.dav.daf.main.config.Attribute attr, de.bsvrz.dav.daf.main.config.SystemObjectType type2)
@Nullable public SimpleReference checkForSimpleReference(de.bsvrz.dav.daf.main.config.SystemObjectType type1, java.lang.String setName, de.bsvrz.dav.daf.main.config.SystemObjectType type2)
public java.lang.Object[] getSystemObjectTypesForSets()
public java.lang.Object[] getSets(de.bsvrz.dav.daf.main.config.SystemObjectType type)
@Nullable public de.bsvrz.dav.daf.main.config.SystemObjectType getSystemObjectType(de.bsvrz.dav.daf.main.config.SystemObjectType type, java.lang.String setName)
public java.lang.String toString()
toString
in class java.lang.Object