Uses of Interface
com.esprow.oapi.repository.OapiGroups
Packages that use OapiGroups
-
Uses of OapiGroups in com.esprow.oapi.repository
Methods in com.esprow.oapi.repository that return OapiGroupsModifier and TypeMethodDescriptionOapiRepositoryFactory.createGroups()
Returns a new object of class 'Groups'.OapiDocumentRoot.getGroups()
Returns a list of groups.OapiRepository.getGroups()
Returns a list of groups.Methods in com.esprow.oapi.repository with parameters of type OapiGroupsModifier and TypeMethodDescriptionvoid
OapiDocumentRoot.setGroups
(OapiGroups value) Set a list of groups.void
OapiRepository.setGroups
(OapiGroups value) Set a list of groups.