Uses of Interface
org.kuali.rice.core.util.jaxb.RiceXmlListAdditionListener
-
Packages that use RiceXmlListAdditionListener Package Description org.kuali.rice.core.impl.jaxb org.kuali.rice.core.util.jaxb org.kuali.rice.kim.impl.jaxb -
-
Uses of RiceXmlListAdditionListener in org.kuali.rice.core.impl.jaxb
Classes in org.kuali.rice.core.impl.jaxb that implement RiceXmlListAdditionListener Modifier and Type Class Description classDataXmlDTOThis class represents the root <data> XML element. -
Uses of RiceXmlListAdditionListener in org.kuali.rice.core.util.jaxb
Constructors in org.kuali.rice.core.util.jaxb with parameters of type RiceXmlListAdditionListener Constructor Description RiceXmlImportList(RiceXmlListAdditionListener<E> listAdditionListener)Constructs a new streaming list that will pass new items to the given listener instead of storing them. -
Uses of RiceXmlListAdditionListener in org.kuali.rice.kim.impl.jaxb
Classes in org.kuali.rice.kim.impl.jaxb that implement RiceXmlListAdditionListener Modifier and Type Class Description classPermissionsXmlDTOThis class represents a <permissions> element.classRoleMembersXmlDTO<T extends RoleMemberXmlDTO>Base class representing an unmarshalled <roleMembers> element.static classRoleMembersXmlDTO.OutsideOfRoleThis class represents a <roleMembers> element that is not a child of a <role> element.static classRoleMembersXmlDTO.WithinRoleThis class represents a <roleMembers> element that is a child of a <role> element.classRolePermissionsXmlDTO<T extends RolePermissionXmlDTO>Base class representing an unmarshalled <rolePermissions> element.static classRolePermissionsXmlDTO.OutsideOfRoleThis class represents a <rolePermissions> element that is not a child of a <role> element.static classRolePermissionsXmlDTO.WithinRoleThis class represents a <rolePermissions> element that is a child of a <role> element.classRolesXmlDTOThis class represents a <roles> element.
-