Class AbstractManagedApplicationPerspective
java.lang.Object
org.teamapps.application.api.application.perspective.AbstractApplicationPerspective
org.teamapps.application.server.system.application.AbstractManagedApplicationPerspective
- All Implemented Interfaces:
org.teamapps.application.api.application.ApplicationInstanceDataMethods,org.teamapps.application.api.application.perspective.ApplicationPerspective
- Direct Known Subclasses:
AccessControlAppRolePerspective,AccessControlPerspective,ApplicationConfigurationPerspective,ApplicationGroupsPerspective,ApplicationProvisioningPerspective,ApplicationsPerspective,ApplicationsPerspectiveComponents,ApplicationUpdatesPerspective,AppLocalAdministrationPerspective,ChatPerspective,DashboardPerspective,DatabasePerspective,MachineTranslationsPerspective,MonitoringPerspective,NewsBoardPerspective,OrganizationChartPerspective,OrganizationFieldPerspective,OrganizationPerspective,OrganizationUnitTypePerspective,RolesPerspective,SystemLogPerspective,TranslationsPerspective,UserRoleAssignmentPerspective,UsersPerspective
public abstract class AbstractManagedApplicationPerspective
extends org.teamapps.application.api.application.perspective.AbstractApplicationPerspective
-
Field Summary
Fields inherited from class org.teamapps.application.api.application.perspective.AbstractApplicationPerspective
onPerspectiveInitialized, onPerspectiveRefreshRequested -
Constructor Summary
Constructors Constructor Description AbstractManagedApplicationPerspective(org.teamapps.application.api.application.ApplicationInstanceData applicationInstanceData, org.teamapps.databinding.MutableValue<java.lang.String> perspectiveInfoBadgeValue) -
Method Summary
Modifier and Type Method Description ApplicationgetMainApplication()ManagedApplicationgetManagedApplication()OrganizationFieldgetOrganizationField()booleanisAppFilter()booleanisOrgFieldFilterApplied()Methods inherited from class org.teamapps.application.api.application.perspective.AbstractApplicationPerspective
getApplicationInstanceData, getLocalized, getOnPerspectiveInitialized, getOnPerspectiveRefreshRequested, getPerspective, getPerspectiveInfoBadgeValue, getPerspectiveMenuPanel, getPerspectiveToolbarMenuPanel, setPerspective, setPerspectiveMenuPanelMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teamapps.application.api.application.ApplicationInstanceDataMethods
createApplicationDesktop, getAllowedPrivilegeObjects, getAllowedPrivilegeObjects, getAllowedUnits, getAllowedUnits, getApplicationConfig, getContext, getLocalized, getLocalized, getLocalized, getLocalized, getLocalized, getMultiProgressDisplay, getUser, isAllowed, isAllowed, isAllowed, isAllowed, isAllowed, isAllowed, runTaskAsync, showPerspective, writeActivityLog, writeExceptionLog
-
Constructor Details
-
AbstractManagedApplicationPerspective
public AbstractManagedApplicationPerspective(org.teamapps.application.api.application.ApplicationInstanceData applicationInstanceData, org.teamapps.databinding.MutableValue<java.lang.String> perspectiveInfoBadgeValue)
-
-
Method Details
-
isAppFilter
public boolean isAppFilter() -
isOrgFieldFilterApplied
public boolean isOrgFieldFilterApplied() -
getManagedApplication
-
getMainApplication
-
getOrganizationField
-