public interface IBoxResourceHub
Modifier and Type | Method and Description |
---|---|
Collection<IBoxType> |
getAllTypes() |
Class |
getClass(IBoxType type)
Given a
IBoxType , get the corrosponding DAO class. |
IBoxType |
getTypeFromLowercaseString(String type)
Get the IBoxType from a lower case string value.
|
Class getClass(IBoxType type)
IBoxType
, get the corrosponding DAO class.type
- resource typeIBoxType getTypeFromLowercaseString(String type)
Collection<IBoxType> getAllTypes()
Copyright © 2016 Nuxeo SA. All rights reserved.