Package org.teamapps.model.controlcenter
Interface ManagedApplicationPerspectiveQuery
- All Superinterfaces:
org.teamapps.universaldb.pojo.Query<ManagedApplicationPerspective>
- All Known Implementing Classes:
UdbManagedApplicationPerspectiveQuery
public interface ManagedApplicationPerspectiveQuery extends org.teamapps.universaldb.pojo.Query<ManagedApplicationPerspective>
-
Method Summary
Modifier and Type Method Description ManagedApplicationPerspectiveQueryandOr(ManagedApplicationPerspectiveQuery... queries)ManagedApplicationPerspectiveQueryapplicationPerspective(org.teamapps.universaldb.index.numeric.NumericFilter filter)static ManagedApplicationPerspectiveQuerycreate()ManagedApplicationPerspectiveQuerycustomFilter(java.util.function.Function<ManagedApplicationPerspective,java.lang.Boolean> customFilter)ManagedApplicationPerspectiveQuerydescriptionKeyOverride(org.teamapps.universaldb.index.text.TextFilter filter)ManagedApplicationPerspectiveQueryfilterApplicationPerspective(ApplicationPerspectiveQuery query)ManagedApplicationPerspectiveQueryfilterManagedApplication(ManagedApplicationQuery query)ManagedApplicationPerspectiveQueryfullTextFilter(org.teamapps.universaldb.index.text.TextFilter textFilter, java.lang.String... fieldNames)ManagedApplicationPerspectiveQueryiconOverride(org.teamapps.universaldb.index.text.TextFilter filter)ManagedApplicationPerspectiveQueryid(java.lang.Integer... ids)ManagedApplicationPerspectiveQueryid(java.util.BitSet ids)ManagedApplicationPerspectiveQueryid(java.util.Collection<java.lang.Integer> ids)ManagedApplicationPerspectiveQuerylistingPosition(org.teamapps.universaldb.index.numeric.NumericFilter filter)ManagedApplicationPerspectiveQuerymanagedApplication(org.teamapps.universaldb.index.numeric.NumericFilter filter)ManagedApplicationPerspectiveQuerymetaCreatedBy(org.teamapps.universaldb.index.numeric.NumericFilter filter)ManagedApplicationPerspectiveQuerymetaCreationDate(org.teamapps.universaldb.index.numeric.NumericFilter filter)ManagedApplicationPerspectiveQuerymetaDeletedBy(org.teamapps.universaldb.index.numeric.NumericFilter filter)ManagedApplicationPerspectiveQuerymetaDeletionDate(org.teamapps.universaldb.index.numeric.NumericFilter filter)ManagedApplicationPerspectiveQuerymetaModificationDate(org.teamapps.universaldb.index.numeric.NumericFilter filter)ManagedApplicationPerspectiveQuerymetaModifiedBy(org.teamapps.universaldb.index.numeric.NumericFilter filter)ManagedApplicationPerspectiveQuerymetaRestoreDate(org.teamapps.universaldb.index.numeric.NumericFilter filter)ManagedApplicationPerspectiveQuerymetaRestoredBy(org.teamapps.universaldb.index.numeric.NumericFilter filter)ManagedApplicationPerspectiveQueryorApplicationPerspective(org.teamapps.universaldb.index.numeric.NumericFilter filter)ManagedApplicationPerspectiveQueryorDescriptionKeyOverride(org.teamapps.universaldb.index.text.TextFilter filter)ManagedApplicationPerspectiveQueryorIconOverride(org.teamapps.universaldb.index.text.TextFilter filter)ManagedApplicationPerspectiveQueryorListingPosition(org.teamapps.universaldb.index.numeric.NumericFilter filter)ManagedApplicationPerspectiveQueryorManagedApplication(org.teamapps.universaldb.index.numeric.NumericFilter filter)ManagedApplicationPerspectiveQueryorMetaCreatedBy(org.teamapps.universaldb.index.numeric.NumericFilter filter)ManagedApplicationPerspectiveQueryorMetaCreationDate(org.teamapps.universaldb.index.numeric.NumericFilter filter)ManagedApplicationPerspectiveQueryorMetaDeletedBy(org.teamapps.universaldb.index.numeric.NumericFilter filter)ManagedApplicationPerspectiveQueryorMetaDeletionDate(org.teamapps.universaldb.index.numeric.NumericFilter filter)ManagedApplicationPerspectiveQueryorMetaModificationDate(org.teamapps.universaldb.index.numeric.NumericFilter filter)ManagedApplicationPerspectiveQueryorMetaModifiedBy(org.teamapps.universaldb.index.numeric.NumericFilter filter)ManagedApplicationPerspectiveQueryorMetaRestoreDate(org.teamapps.universaldb.index.numeric.NumericFilter filter)ManagedApplicationPerspectiveQueryorMetaRestoredBy(org.teamapps.universaldb.index.numeric.NumericFilter filter)ManagedApplicationPerspectiveQueryorTitleKeyOverride(org.teamapps.universaldb.index.text.TextFilter filter)ManagedApplicationPerspectiveQueryorToolbarPerspectiveMenu(org.teamapps.universaldb.index.bool.BooleanFilter filter)ManagedApplicationPerspectiveQueryparseFullTextFilter(java.lang.String query, java.lang.String... fieldNames)ManagedApplicationPerspectiveQuerytitleKeyOverride(org.teamapps.universaldb.index.text.TextFilter filter)ManagedApplicationPerspectiveQuerytoolbarPerspectiveMenu(org.teamapps.universaldb.index.bool.BooleanFilter filter)Methods inherited from interface org.teamapps.universaldb.pojo.Query
execute, execute, execute, execute, execute, executeExpectSingleton, executeOnDeletedRecords, executeToBitSet, matches
-
Method Details
-
create
-
id
-
id
-
id
-
fullTextFilter
ManagedApplicationPerspectiveQuery fullTextFilter(org.teamapps.universaldb.index.text.TextFilter textFilter, java.lang.String... fieldNames) -
parseFullTextFilter
ManagedApplicationPerspectiveQuery parseFullTextFilter(java.lang.String query, java.lang.String... fieldNames) -
metaCreationDate
ManagedApplicationPerspectiveQuery metaCreationDate(org.teamapps.universaldb.index.numeric.NumericFilter filter) -
orMetaCreationDate
ManagedApplicationPerspectiveQuery orMetaCreationDate(org.teamapps.universaldb.index.numeric.NumericFilter filter) -
metaCreatedBy
ManagedApplicationPerspectiveQuery metaCreatedBy(org.teamapps.universaldb.index.numeric.NumericFilter filter) -
orMetaCreatedBy
ManagedApplicationPerspectiveQuery orMetaCreatedBy(org.teamapps.universaldb.index.numeric.NumericFilter filter) -
metaModificationDate
ManagedApplicationPerspectiveQuery metaModificationDate(org.teamapps.universaldb.index.numeric.NumericFilter filter) -
orMetaModificationDate
ManagedApplicationPerspectiveQuery orMetaModificationDate(org.teamapps.universaldb.index.numeric.NumericFilter filter) -
metaModifiedBy
ManagedApplicationPerspectiveQuery metaModifiedBy(org.teamapps.universaldb.index.numeric.NumericFilter filter) -
orMetaModifiedBy
ManagedApplicationPerspectiveQuery orMetaModifiedBy(org.teamapps.universaldb.index.numeric.NumericFilter filter) -
metaDeletionDate
ManagedApplicationPerspectiveQuery metaDeletionDate(org.teamapps.universaldb.index.numeric.NumericFilter filter) -
orMetaDeletionDate
ManagedApplicationPerspectiveQuery orMetaDeletionDate(org.teamapps.universaldb.index.numeric.NumericFilter filter) -
metaDeletedBy
ManagedApplicationPerspectiveQuery metaDeletedBy(org.teamapps.universaldb.index.numeric.NumericFilter filter) -
orMetaDeletedBy
ManagedApplicationPerspectiveQuery orMetaDeletedBy(org.teamapps.universaldb.index.numeric.NumericFilter filter) -
metaRestoreDate
ManagedApplicationPerspectiveQuery metaRestoreDate(org.teamapps.universaldb.index.numeric.NumericFilter filter) -
orMetaRestoreDate
ManagedApplicationPerspectiveQuery orMetaRestoreDate(org.teamapps.universaldb.index.numeric.NumericFilter filter) -
metaRestoredBy
ManagedApplicationPerspectiveQuery metaRestoredBy(org.teamapps.universaldb.index.numeric.NumericFilter filter) -
orMetaRestoredBy
ManagedApplicationPerspectiveQuery orMetaRestoredBy(org.teamapps.universaldb.index.numeric.NumericFilter filter) -
filterManagedApplication
-
managedApplication
ManagedApplicationPerspectiveQuery managedApplication(org.teamapps.universaldb.index.numeric.NumericFilter filter) -
orManagedApplication
ManagedApplicationPerspectiveQuery orManagedApplication(org.teamapps.universaldb.index.numeric.NumericFilter filter) -
filterApplicationPerspective
-
applicationPerspective
ManagedApplicationPerspectiveQuery applicationPerspective(org.teamapps.universaldb.index.numeric.NumericFilter filter) -
orApplicationPerspective
ManagedApplicationPerspectiveQuery orApplicationPerspective(org.teamapps.universaldb.index.numeric.NumericFilter filter) -
iconOverride
ManagedApplicationPerspectiveQuery iconOverride(org.teamapps.universaldb.index.text.TextFilter filter) -
orIconOverride
ManagedApplicationPerspectiveQuery orIconOverride(org.teamapps.universaldb.index.text.TextFilter filter) -
titleKeyOverride
ManagedApplicationPerspectiveQuery titleKeyOverride(org.teamapps.universaldb.index.text.TextFilter filter) -
orTitleKeyOverride
ManagedApplicationPerspectiveQuery orTitleKeyOverride(org.teamapps.universaldb.index.text.TextFilter filter) -
descriptionKeyOverride
ManagedApplicationPerspectiveQuery descriptionKeyOverride(org.teamapps.universaldb.index.text.TextFilter filter) -
orDescriptionKeyOverride
ManagedApplicationPerspectiveQuery orDescriptionKeyOverride(org.teamapps.universaldb.index.text.TextFilter filter) -
toolbarPerspectiveMenu
ManagedApplicationPerspectiveQuery toolbarPerspectiveMenu(org.teamapps.universaldb.index.bool.BooleanFilter filter) -
orToolbarPerspectiveMenu
ManagedApplicationPerspectiveQuery orToolbarPerspectiveMenu(org.teamapps.universaldb.index.bool.BooleanFilter filter) -
listingPosition
ManagedApplicationPerspectiveQuery listingPosition(org.teamapps.universaldb.index.numeric.NumericFilter filter) -
orListingPosition
ManagedApplicationPerspectiveQuery orListingPosition(org.teamapps.universaldb.index.numeric.NumericFilter filter) -
andOr
-
customFilter
ManagedApplicationPerspectiveQuery customFilter(java.util.function.Function<ManagedApplicationPerspective,java.lang.Boolean> customFilter)
-