Uses of Interface
org.duracloud.GroupsType
-
Packages that use GroupsType Package Description org.duracloud org.duracloud.impl -
-
Uses of GroupsType in org.duracloud
Methods in org.duracloud that return GroupsType Modifier and Type Method Description static GroupsTypeGroupsType.Factory. newInstance()static GroupsTypeGroupsType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static GroupsTypeGroupsType.Factory. newValue(Object obj)static GroupsTypeGroupsType.Factory. parse(File file)static GroupsTypeGroupsType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static GroupsTypeGroupsType.Factory. parse(InputStream is)static GroupsTypeGroupsType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static GroupsTypeGroupsType.Factory. parse(Reader r)static GroupsTypeGroupsType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static GroupsTypeGroupsType.Factory. parse(String xmlAsString)static GroupsTypeGroupsType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static GroupsTypeGroupsType.Factory. parse(URL u)static GroupsTypeGroupsType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static GroupsTypeGroupsType.Factory. parse(XMLStreamReader sr)static GroupsTypeGroupsType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static GroupsTypeGroupsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic GroupsTypeGroupsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic GroupsTypeGroupsType.Factory. parse(Node node)static GroupsTypeGroupsType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)GroupsTypeSecurityUserType. xgetGroups()Gets (as xml) the "groups" elementMethods in org.duracloud with parameters of type GroupsType Modifier and Type Method Description voidSecurityUserType. xsetGroups(GroupsType groups)Sets (as xml) the "groups" element -
Uses of GroupsType in org.duracloud.impl
Classes in org.duracloud.impl that implement GroupsType Modifier and Type Class Description classGroupsTypeImplAn XML GroupsType(@duracloud.org).Methods in org.duracloud.impl that return GroupsType Modifier and Type Method Description GroupsTypeSecurityUserTypeImpl. xgetGroups()Gets (as xml) the "groups" elementMethods in org.duracloud.impl with parameters of type GroupsType Modifier and Type Method Description voidSecurityUserTypeImpl. xsetGroups(GroupsType groups)Sets (as xml) the "groups" element
-