psdi.app.signature

Interface QuerySetRemote

    • Field Detail

      • DEFAULTQUERY

        static final java.lang.String DEFAULTQUERY
        Relationship to DefaultQuery (defaultquery.clausename = query.clausename and defaultquery.app = query.app). The result set will contain zero or mroe objects.
        See Also:
        Constant Field Values
      • MAXAPPS

        static final java.lang.String MAXAPPS
        Relationship to MaxApps (maxapps.app = query.app). The result set will normally contain one object, assuming the app exists in only one module.
        See Also:
        Constant Field Values
      • THISUSERDEFAULT

        static final java.lang.String THISUSERDEFAULT
        Relationship to DefaultQuery (defaultquery.clausename = query.clausename and defaultquery.app = query.app and defaultquery.username = the user who owns this Query MboSet, not the Query.Owner attribute). The result set will contain zero or one object. If the result set is not empty, then this Query is the default query for this user and app.
        See Also:
        Constant Field Values
      • DEFAULTFORAPP

        static final java.lang.String DEFAULTFORAPP
        Relationship to DefaultQuery (defaultquery.app = query.app and defaultquery.username = the user who owns this Query MboSet, not the Query.Owner attribute). The result set will contain zero or one object.
        See Also:
        Constant Field Values