Uses of Interface
de.xima.fc.interfaces.IAccessProperty
- 
Packages that use IAccessProperty Package Description de.xima.fc.gui.common.bean de.xima.fc.interfaces de.xima.fc.interfaces.plugin.retval.backend de.xima.fc.interfaces.plugin.retval.user de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. - 
- 
Uses of IAccessProperty in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean with parameters of type IAccessProperty Modifier and Type Method Description booleanViewBean. getCustomAccessPropertyValue(IAccessProperty customProperty)booleanMenuTemplateBean. isAllowed(IAccessProperty... customProperties)booleanViewBean. isAllowed(IAccessProperty... accessProperties)voidViewBean. setCustomAccessPropertyValue(IAccessProperty customProperty, Boolean value) - 
Uses of IAccessProperty in de.xima.fc.interfaces
Methods in de.xima.fc.interfaces that return types with arguments of type IAccessProperty Modifier and Type Method Description Collection<? extends IAccessProperty>IAccessProperty. getChildren()A collection of child-properties specify parts of the main property. - 
Uses of IAccessProperty in de.xima.fc.interfaces.plugin.retval.backend
Methods in de.xima.fc.interfaces.plugin.retval.backend that return IAccessProperty Modifier and Type Method Description default IAccessProperty[]IPluginMenuEntry. getNeededCustomAccessProperties()Getter for a list of customIAccessPropertys which all have to be present on the user's role for this menu entry to be shown. - 
Uses of IAccessProperty in de.xima.fc.interfaces.plugin.retval.user
Subinterfaces of IAccessProperty in de.xima.fc.interfaces.plugin.retval.user Modifier and Type Interface Description interfaceIPluginAccessPropertyInterface for a custom access property provided by an access property plugin, seeIPluginAccessProperty. - 
Uses of IAccessProperty in de.xima.fc.mdl.enums
Classes in de.xima.fc.mdl.enums that implement IAccessProperty Modifier and Type Class Description classEAccessPropertyAn access property describes the permissions a FORMCYCLE user is granted. 
 -