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)java.util.List<ManagedApplicationPerspective>execute()java.util.List<ManagedApplicationPerspective>execute(int startIndex, int length, org.teamapps.universaldb.query.Sorting sorting)java.util.List<ManagedApplicationPerspective>execute(java.lang.String sortFieldName, boolean ascending, java.lang.String... path)ManagedApplicationPerspectiveexecuteExpectSingleton()java.util.BitSetexecuteToBitSet()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)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)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)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)
-
Method Details
-
create
-
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) -
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) -
execute
java.util.List<ManagedApplicationPerspective> execute() -
executeExpectSingleton
ManagedApplicationPerspective executeExpectSingleton() -
executeToBitSet
java.util.BitSet executeToBitSet() -
execute
java.util.List<ManagedApplicationPerspective> execute(java.lang.String sortFieldName, boolean ascending, java.lang.String... path) -
execute
java.util.List<ManagedApplicationPerspective> execute(int startIndex, int length, org.teamapps.universaldb.query.Sorting sorting)
-