psdi.webclient.system.runtime

Class DataStoreInfo

  • java.lang.Object
    • psdi.webclient.system.runtime.DataStoreInfo


  • public class DataStoreInfo
    extends java.lang.Object
    • Method Detail

      • getDomainAttributes

        public java.lang.String[] getDomainAttributes()
      • isSimpleDomain

        public boolean isSimpleDomain()
      • getDomainInfo

        public DomainInfo getDomainInfo()
      • getId

        public java.lang.String getId()
      • getFilterMap

        public java.util.Map getFilterMap()
      • getTypeAhead

        public com.ibm.json.java.JSONObject getTypeAhead()
      • getSetValueMap

        public java.util.Map getSetValueMap()
      • getValidFor

        public int getValidFor()
      • getAsJSON

        public com.ibm.json.java.JSONObject getAsJSON(PageInstance page)
      • getFiltersAsJSON

        public com.ibm.json.java.JSONObject getFiltersAsJSON(PageInstance page)
      • getSetValuesAsJSON

        public com.ibm.json.java.JSONObject getSetValuesAsJSON(PageInstance page)
      • getDomainTimeStamp

        public java.lang.String getDomainTimeStamp()
        Returns the time in milliseconds when the domain was last changed.
      • getElementId

        public java.lang.String getElementId()
        Returns the value of the id attribute on the datastore xml element from the presentation xml).
      • needsToConsiderSiteOrg

        public boolean needsToConsiderSiteOrg()
        Returns true id the datastore uses a simple domain and the domain needs to consider site and org filtering
      • getAsJSONForDownload

        public com.ibm.json.java.JSONObject getAsJSONForDownload()
        Returns the DataStoreInfo info as A JSONObject which is needed by the client to download the DataStore
        Returns:
      • cleanup

        public void cleanup()