|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of JptResourceType in org.eclipse.jpt.common.core |
|---|
| Fields in org.eclipse.jpt.common.core with type parameters of type JptResourceType | |
|---|---|
static org.eclipse.jpt.common.utility.transformer.Transformer<JptResourceTypeReference,JptResourceType> |
JptResourceTypeReference.TRANSFORMER
|
static org.eclipse.jpt.common.utility.transformer.Transformer<JptResourceType,String> |
JptResourceType.VERSION_TRANSFORMER
|
| Methods in org.eclipse.jpt.common.core that return JptResourceType | |
|---|---|
JptResourceType |
JptResourceTypeReference.getResourceType()
Return the object's resource type. |
JptResourceType |
JptResourceTypeManager.getResourceType(IContentType contentType)
Return the resource type for the specified content type and indeterminate version. |
JptResourceType |
JptResourceTypeManager.getResourceType(IContentType contentType,
String version)
Return the resource type for the specified content type and version. |
JptResourceType |
JptResourceTypeReference.ResourceTypeTransformer.transform(JptResourceTypeReference ref)
|
| Methods in org.eclipse.jpt.common.core that return types with arguments of type JptResourceType | |
|---|---|
Iterable<JptResourceType> |
JptResourceType.getBaseTypes()
Return the resource type's base types. |
Iterable<JptResourceType> |
JptResourceTypeManager.getResourceTypes()
Return the defined resource types. |
Iterable<JptResourceType> |
JptResourceTypeManager.getResourceTypes(IContentType contentType)
Return the defined resource types for the specified content type. |
| Methods in org.eclipse.jpt.common.core with parameters of type JptResourceType | |
|---|---|
boolean |
JptResourceType.IsKindOf.evaluate(JptResourceType resourceType)
|
boolean |
JptResourceType.isKindOf(JptResourceType resourceType)
Return whether either of the following is true:
Both of the following are true:
the resource type's content type
is a kind of the
specified resource type's content type
the resource type's version is compatible with the
specified resource type's version
(i.e. the resource type's version is greater than or
equal to the specified resource type's version);
if the resource type's version is indeterminate, it is compatible only if the specified resource
type's version is also indeterminate
Any one of the resource type's base types
is a kind of the specified
resource type
|
String |
JptResourceType.VersionTransformer.transform(JptResourceType resourceType)
|
| Constructors in org.eclipse.jpt.common.core with parameters of type JptResourceType | |
|---|---|
JptResourceType.IsKindOf(JptResourceType resourceType)
|
|
JptResourceTypeReference.ResourceTypeIsKindOf(JptResourceType resourceType)
|
|
| Uses of JptResourceType in org.eclipse.jpt.common.core.resource.xml |
|---|
| Methods in org.eclipse.jpt.common.core.resource.xml that return JptResourceType | |
|---|---|
JptResourceType |
JptXmlResource.getResourceType()
The XML schema version is required. |
protected JptResourceType |
JptXmlResource.getResourceType(String version)
|
| Uses of JptResourceType in org.eclipse.jpt.jaxb.core.platform |
|---|
| Methods in org.eclipse.jpt.jaxb.core.platform that return JptResourceType | |
|---|---|
JptResourceType |
JaxbPlatformDefinition.getMostRecentSupportedResourceType(IContentType contentType)
Return the most recent resource type for the given content type supported by this platform |
| Uses of JptResourceType in org.eclipse.jpt.jaxb.core.resource.jaxbindex |
|---|
| Fields in org.eclipse.jpt.jaxb.core.resource.jaxbindex declared as JptResourceType | |
|---|---|
static JptResourceType |
JaxbIndexResource.RESOURCE_TYPE
The resource type for jaxb.index files. |
| Uses of JptResourceType in org.eclipse.jpt.jaxb.core.resource.jaxbprops |
|---|
| Fields in org.eclipse.jpt.jaxb.core.resource.jaxbprops declared as JptResourceType | |
|---|---|
static JptResourceType |
JaxbPropertiesResource.RESOURCE_TYPE
The resource type for jaxb.properties files. |
| Uses of JptResourceType in org.eclipse.jpt.jaxb.eclipselink.core.resource.oxm |
|---|
| Fields in org.eclipse.jpt.jaxb.eclipselink.core.resource.oxm declared as JptResourceType | |
|---|---|
static JptResourceType |
Oxm.RESOURCE_TYPE_2_1
|
static JptResourceType |
Oxm.RESOURCE_TYPE_2_2
|
static JptResourceType |
Oxm.RESOURCE_TYPE_2_3
|
static JptResourceType |
Oxm.RESOURCE_TYPE_2_4
|
static JptResourceType |
Oxm.RESOURCE_TYPE_2_5
|
| Uses of JptResourceType in org.eclipse.jpt.jpa.core |
|---|
| Methods in org.eclipse.jpt.jpa.core that return JptResourceType | |
|---|---|
JptResourceType |
JpaPlatform.getMostRecentSupportedResourceType(IContentType contentType)
Return the most recent supported resource type for the specified content type. |
| Methods in org.eclipse.jpt.jpa.core that return types with arguments of type JptResourceType | |
|---|---|
Iterable<JptResourceType> |
JpaPlatformProvider.getMostRecentSupportedResourceTypes()
Return the most recent resource type for the specified content type supported by the JPA platform |
| Methods in org.eclipse.jpt.jpa.core with parameters of type JptResourceType | |
|---|---|
JpaResourceDefinition |
JpaPlatform.getResourceDefinition(JptResourceType resourceType)
Return the JPA platform's resource definition for the specified resource type. |
AccessType[] |
JpaPlatformVariation.getSupportedAccessTypes(JptResourceType resourceType)
|
boolean |
JpaPlatform.supportsResourceType(JptResourceType resourceType)
Return whether the JPA platform supports the specified resource type. |
| Uses of JptResourceType in org.eclipse.jpt.jpa.core.context |
|---|
| Methods in org.eclipse.jpt.jpa.core.context with parameters of type JptResourceType | |
|---|---|
static AccessType |
AccessType.fromJavaResourceModel(AccessType javaAccessType,
JpaPlatform jpaPlatform,
JptResourceType resourceType)
|
static AccessType |
AccessType.fromOrmResourceModel(String ormAccessType,
JpaPlatform jpaPlatform,
JptResourceType resourceType)
|
| Uses of JptResourceType in org.eclipse.jpt.jpa.ui |
|---|
| Methods in org.eclipse.jpt.jpa.ui with parameters of type JptResourceType | |
|---|---|
JpaComposite |
JpaPlatformUi.buildAttributeMappingComposite(JptResourceType resourceType,
String mappingKey,
Composite parentComposite,
PropertyValueModel<AttributeMapping> mappingModel,
PropertyValueModel<Boolean> enabledModel,
WidgetFactory widgetFactory,
ResourceManager resourceManager)
|
JpaComposite |
JpaPlatformUi.buildTypeMappingComposite(JptResourceType resourceType,
String mappingKey,
PropertyValueModel<TypeMapping> mappingModel,
PropertyValueModel<Boolean> enabledModel,
Composite parentComposite,
WidgetFactory widgetFactory,
ResourceManager resourceManager)
|
MappingUiDefinition |
JpaPlatformUi.getAttributeMappingUiDefinition(JptResourceType resourceType,
String mappingKey)
|
Iterable<MappingUiDefinition> |
JpaPlatformUi.getAttributeMappingUiDefinitions(JptResourceType resourceType)
Return the list of all the possible attribute mapping ui definitions for the given JptResourceType. |
DefaultMappingUiDefinition |
JpaPlatformUi.getDefaultAttributeMappingUiDefinition(JptResourceType resourceType,
String mappingKey)
|
DefaultMappingUiDefinition |
JpaPlatformUi.getDefaultTypeMappingUiDefinition(JptResourceType resourceType)
|
ResourceUiDefinition |
JpaPlatformUi.getResourceUiDefinition(JptResourceType resourceType)
Return a resource ui definition for the specified resource type. |
MappingUiDefinition |
JpaPlatformUi.getTypeMappingUiDefinition(JptResourceType resourceType,
String mappingKey)
|
Iterable<MappingUiDefinition> |
JpaPlatformUi.getTypeMappingUiDefinitions(JptResourceType resourceType)
Return the list of all the possible type mapping ui definitions for the given JptResourceType. |
boolean |
ResourceUiDefinition.providesUi(JptResourceType resourceType)
Return whether the definition provides UI for resource of the specified type. |
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||