|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FormObject in com.evolveum.midpoint.web.bean |
---|
Methods in com.evolveum.midpoint.web.bean that return FormObject | |
---|---|
FormObject |
ResourceConfigFormBean.getBean()
|
FormObject |
AccountFormBean.getBean()
|
Methods in com.evolveum.midpoint.web.bean with parameters of type FormObject | |
---|---|
void |
ResourceConfigFormBean.setBean(FormObject bean)
|
void |
AccountFormBean.setBean(FormObject bean)
|
Constructors in com.evolveum.midpoint.web.bean with parameters of type FormObject | |
---|---|
AccountFormBean(int id,
AccountShadowDto account,
ResourceCapability resourceCapability,
javax.xml.namespace.QName defaultAccountType,
FormObject bean,
boolean isNew)
|
|
ResourceConfigFormBean(int id,
ConnectorDto connectorConfig,
javax.xml.namespace.QName defaultConfigType,
FormObject bean)
|
Uses of FormObject in com.evolveum.midpoint.web.controller.account |
---|
Methods in com.evolveum.midpoint.web.controller.account that return types with arguments of type FormObject | |
---|---|
java.util.List<FormObject> |
UserDetailsController.getFormObjects()
|
Uses of FormObject in com.evolveum.midpoint.web.controller.enduser |
---|
Methods in com.evolveum.midpoint.web.controller.enduser that return types with arguments of type FormObject | |
---|---|
java.util.List<FormObject> |
EndUserDetailsController.getFormObjects()
|
Uses of FormObject in com.evolveum.midpoint.web.controller.resource |
---|
Methods in com.evolveum.midpoint.web.controller.resource that return types with arguments of type FormObject | |
---|---|
java.util.List<FormObject> |
ResourceConfigurationController.getFormObjects()
|
Uses of FormObject in com.evolveum.midpoint.web.util |
---|
Methods in com.evolveum.midpoint.web.util that return FormObject | |
---|---|
FormObject |
SchemaFormParser.parseSchemaForAccount(AccountShadowDto account)
|
FormObject |
SchemaFormParser.parseSchemaForAccount(AccountShadowDto account,
javax.xml.namespace.QName accountType)
|
Methods in com.evolveum.midpoint.web.util that return types with arguments of type FormObject | |
---|---|
java.util.List<FormObject> |
SchemaFormParser.parseSchemaForConnector(ConnectorDto connector,
ResourceConfigurationType configuration)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |