public class ModelFinder extends Object
Constructor and Description |
---|
ModelFinder(DictionaryModel model) |
ModelFinder(SearchModel model) |
ModelFinder(ServiceContractModel model) |
public ModelFinder(DictionaryModel model)
public ModelFinder(SearchModel model)
public ModelFinder(ServiceContractModel model)
public XmlType findXmlType(String xmlTypeName)
public List<State> findStates(String xmlObject)
public Dictionary findRoot(Dictionary dict)
public Dictionary findDictionaryEntry(String dictId)
public List<Dictionary> findChildDictionaryEntries(Dictionary parent)
public List<Dictionary> findDefaultDictionary()
public List<Dictionary> findDictionaryEntriees(String xmlTypeName)
public List<Dictionary> findDefaultDictionaryEntriees(String xmlTypeName)
public List<Dictionary> findStateOverrideDictionary()
public Set<Type> expandType(Type type)
state
- public Set<State> expandState(State state)
state
- public Constraint findConstraint(String id)
public Set<XmlType> findAllComplexSubTypes(String xmlTypeName)
public Set<XmlType> findAllComplexTypesInService(String service)
public Set<XmlType> findMainXmlTypesInService(String service)
public Field findField(Dictionary dict)
public List<Field> findFields(String xmlTypeName)
public Service findService(String key)
public Project findProject(String key)
public SearchType findSearchType(String key)
public List<ServiceMethod> findServiceMethods(String service)
public ServiceMethod findServiceMethod(String service, String name)
public List<ServiceMethod> getServiceMethodsInService(String service)
public List<MessageStructure> findMessageStructures(String xmlType)
public MessageStructure findMessageStructure(String xmlType, String shortName)
public Type getDefaultType()
public State getDefaultState()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.