|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsystemic.sif.sbpframework.common.utils.SIFObjectMetadataCache
public class SIFObjectMetadataCache
Method Summary | |
---|---|
static SIFObjectMetadataCache |
getCache()
|
SIFObject |
getObjectMetadata(java.lang.String sifObjectName)
This method returns the metadata information for the given SIF Object Name. |
boolean |
hasDependencies(java.lang.String sifObjectName)
This method simply checks if the SIF object given by its name (i.e StudentSchoolEnrolment) has potential dependencies based on the metadata that is available on the object. |
boolean |
isDependedUpon(java.lang.String sifObjectName)
This method returns true if the given SIF Object given by its name is being depended upon, meaning there are other SIF objects that have a dependency on this object. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static SIFObjectMetadataCache getCache()
public SIFObject getObjectMetadata(java.lang.String sifObjectName)
sifObjectName
- The name of the SIF Object for which the metadata information shall be returned.
public boolean hasDependencies(java.lang.String sifObjectName)
sifObjectName
- The name of the SIF Object to test for.
public boolean isDependedUpon(java.lang.String sifObjectName)
sifObjectName
- The object name for which object the check shall be performed.
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |