Class AbstractManagedApplicationPerspective
java.lang.Object
org.teamapps.application.api.application.AbstractApplicationPerspective
org.teamapps.application.server.system.application.AbstractManagedApplicationPerspective
- All Implemented Interfaces:
org.teamapps.application.api.application.ApplicationPerspective
- Direct Known Subclasses:
AccessControlPerspective,ApplicationConfigurationPerspective,ApplicationGroupsPerspective,ApplicationProvisioningPerspective,ApplicationsPerspective,ApplicationsPerspectiveComponents,ApplicationUpdatesPerspective,AppLocalAdministrationPerspective,MachineTranslationsPerspective,OrganizationChartPerspective,OrganizationFieldPerspective,OrganizationPerspective,OrganizationUnitTypePerspective,RolesPerspective,SystemLogPerspective,TranslationsPerspective,UserRoleAssignmentPerspective,UsersPerspective
public abstract class AbstractManagedApplicationPerspective
extends org.teamapps.application.api.application.AbstractApplicationPerspective
-
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()voidhandleOnAfterLoad()booleanisAppFilter()booleanisOrgFieldFilterApplied()Methods inherited from class org.teamapps.application.api.application.AbstractApplicationPerspective
getAllowedPrivilegeObjects, getAllowedPrivilegeObjects, getAllowedUnits, getAllowedUnits, getApplicationInstanceData, getLocalized, getLocalized, getLocalized, getPerspective, getPerspectiveInfoBadgeValue, getPerspectiveMenuPanel, isAllowed, isAllowed, isAllowed, isAllowed, isAllowed, isAllowed, setPerspective, setPerspectiveMenuPanel, showPerspective, writeActivityLog, writeExceptionLogMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AbstractManagedApplicationPerspective
public AbstractManagedApplicationPerspective(org.teamapps.application.api.application.ApplicationInstanceData applicationInstanceData, org.teamapps.databinding.MutableValue<java.lang.String> perspectiveInfoBadgeValue)
-
-
Method Details
-
handleOnAfterLoad
public void handleOnAfterLoad() -
isAppFilter
public boolean isAppFilter() -
isOrgFieldFilterApplied
public boolean isOrgFieldFilterApplied() -
getManagedApplication
-
getMainApplication
-
getOrganizationField
-