Uses of Class
org.dspace.app.rest.model.AuthorityRest
-
Packages that use AuthorityRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository org.dspace.app.rest.utils -
-
Uses of AuthorityRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return AuthorityRest Modifier and Type Method Description AuthorityRestAuthorityRestConverter. convert(ChoiceAuthority step, Projection projection) -
Uses of AuthorityRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return AuthorityRest Modifier and Type Method Description AuthorityRestSubmissionFormInputTypeRest. getAuthority()Methods in org.dspace.app.rest.model with parameters of type AuthorityRest Modifier and Type Method Description voidSubmissionFormInputTypeRest. setAuthority(AuthorityRest authority) -
Uses of AuthorityRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type AuthorityRest Constructor Description AuthorityResource(AuthorityRest sd, Utils utils) -
Uses of AuthorityRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return AuthorityRest Modifier and Type Method Description AuthorityRestAuthorityRestRepository. findOne(Context context, String name)Methods in org.dspace.app.rest.repository that return types with arguments of type AuthorityRest Modifier and Type Method Description org.springframework.data.domain.Page<AuthorityRest>AuthorityRestRepository. findAll(Context context, org.springframework.data.domain.Pageable pageable)Class<AuthorityRest>AuthorityRestRepository. getDomainClass() -
Uses of AuthorityRest in org.dspace.app.rest.utils
Methods in org.dspace.app.rest.utils that return AuthorityRest Modifier and Type Method Description AuthorityRestAuthorityUtils. convertAuthority(ChoiceAuthority source, String authorityName, Projection projection)TODO the authorityName MUST be a part of ChoiceAuthority model
-