Uses of Class
org.exoplatform.services.wsrp2.type.ModelTypes

Packages that use ModelTypes
org.exoplatform.services.wsrp2.type   
 

Uses of ModelTypes in org.exoplatform.services.wsrp2.type
 

Methods in org.exoplatform.services.wsrp2.type that return ModelTypes
 ModelTypes ModelDescription.getModelTypes()
          Gets the modelTypes value for this ModelDescription.
 ModelTypes EventDescription.getSchemaType()
          Gets the schemaType value for this EventDescription.
 ModelTypes ServiceDescription.getSchemaType()
          Gets the schemaType value for this ServiceDescription.
 ModelTypes ExtensionPart.getSchemaType()
          Gets the schemaType value for this ExtensionPart.
 

Methods in org.exoplatform.services.wsrp2.type with parameters of type ModelTypes
 void ModelDescription.setModelTypes(ModelTypes modelTypes)
          Sets the modelTypes value for this ModelDescription.
 void EventDescription.setSchemaType(ModelTypes schemaType)
          Sets the schemaType value for this EventDescription.
 void ServiceDescription.setSchemaType(ModelTypes schemaType)
          Sets the schemaType value for this ServiceDescription.
 void ExtensionPart.setSchemaType(ModelTypes schemaType)
          Sets the schemaType value for this ExtensionPart.
 

Constructors in org.exoplatform.services.wsrp2.type with parameters of type ModelTypes
EventDescription(javax.xml.namespace.QName[] aliases, LocalizedString description, LocalizedString label, LocalizedString hint, ModelTypes schemaType, Extension[] extensions, javax.xml.namespace.QName name, javax.xml.namespace.QName type, org.apache.axis.types.URI schemaLocation)
           
ExtensionPart(java.lang.String[] extendedTypes, ModelTypes schemaType, Extension[] extensions, javax.xml.namespace.QName name, javax.xml.namespace.QName type, org.apache.axis.types.URI schemaLocation)
           
ModelDescription(PropertyDescription[] propertyDescriptions, ModelTypes modelTypes, Extension[] extensions)
           
ServiceDescription(boolean requiresRegistration, PortletDescription[] offeredPortlets, ItemDescription[] userCategoryDescriptions, ExtensionDescription[] extensionDescriptions, ItemDescription[] customWindowStateDescriptions, ItemDescription[] customModeDescriptions, CookieProtocol requiresInitCookie, ModelDescription registrationPropertyDescription, java.lang.String[] locales, ResourceList resourceList, EventDescription[] eventDescriptions, ModelTypes schemaType, java.lang.String[] supportedOptions, Extension[] exportDescription, java.lang.Boolean mayReturnRegistrationState, Extension[] extensions)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.