Uses of Class
de.xima.fc.mdl.data.GenericStringModel
-
-
Uses of GenericStringModel in de.xima.fc.gui.bean.data
Methods in de.xima.fc.gui.bean.data that return types with arguments of type GenericStringModel Modifier and Type Method Description List<GenericStringModel>
LdapQueryBean. getAttributes()
Methods in de.xima.fc.gui.bean.data with parameters of type GenericStringModel Modifier and Type Method Description void
LdapQueryBean. removeAttribute(GenericStringModel host)
Method parameters in de.xima.fc.gui.bean.data with type arguments of type GenericStringModel Modifier and Type Method Description void
LdapQueryBean. setAttributes(List<GenericStringModel> attributeList)
-
Uses of GenericStringModel in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return types with arguments of type GenericStringModel Modifier and Type Method Description List<GenericStringModel>
ClusterBean. getTcpHostList()
Methods in de.xima.fc.gui.bean.settings with parameters of type GenericStringModel Modifier and Type Method Description void
ClusterBean. removeTcpHost(GenericStringModel host)
Method parameters in de.xima.fc.gui.bean.settings with type arguments of type GenericStringModel Modifier and Type Method Description void
ClusterBean. setTcpHostList(List<GenericStringModel> tcpHostList)
-
Uses of GenericStringModel in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return types with arguments of type GenericStringModel Modifier and Type Method Description List<GenericStringModel>
LDAPGroupBean. getLdapGroups()
-
Uses of GenericStringModel in de.xima.fc.gui.utils.data
Method parameters in de.xima.fc.gui.utils.data with type arguments of type GenericStringModel Modifier and Type Method Description static String[]
QueryUtils. getNonEmptyArray(List<GenericStringModel> strings)
-
Uses of GenericStringModel in de.xima.fc.mdl.data
Methods in de.xima.fc.mdl.data that return GenericStringModel Modifier and Type Method Description static GenericStringModel
GenericStringModel. of(String value)
-
Uses of GenericStringModel in de.xima.fc.workflow.designer.bean.nodes
Methods in de.xima.fc.workflow.designer.bean.nodes with parameters of type GenericStringModel Modifier and Type Method Description void
FcLdapQueryBean. removeResultAttribute(GenericStringModel value)
-
Uses of GenericStringModel in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return types with arguments of type GenericStringModel Modifier and Type Method Description List<GenericStringModel>
FcLdapQueryProps. getResultAttributes()
Method parameters in de.xima.fc.workflow.model.nodes with type arguments of type GenericStringModel Modifier and Type Method Description void
FcLdapQueryProps. setResultAttributes(List<GenericStringModel> resultAttributes)
-