Class ArtifactTypeMappingStore.ArtifactTypeMappingValue
java.lang.Object
com.sodius.oslc.server.process.types.ArtifactTypeMappingStore.ArtifactTypeMappingValue
- Enclosing class:
ArtifactTypeMappingStore
The resource type mapped to a native artifact type for linking (with possibly some policies).
-
Constructor Summary
ConstructorsConstructorDescriptionArtifactTypeMappingValue(URI resourceType, String linkingPolicies) Constructs an instance specifying the resource type and linking policies.ArtifactTypeMappingValue(Link resourceType) Constructs an instance specifying the resource type (no linking policies exist).ArtifactTypeMappingValue(Link resourceType, String linkingPolicies) Constructs an instance specifying the resource type and linking policies. -
Method Summary
Modifier and TypeMethodDescriptionGets the linking policies.Gets the resource type.
-
Constructor Details
-
ArtifactTypeMappingValue
Constructs an instance specifying the resource type and linking policies.- Parameters:
resourceType- the resource type.linkingPolicies- the linking policies.
-
ArtifactTypeMappingValue
Constructs an instance specifying the resource type and linking policies.- Parameters:
resourceType- the resource type.linkingPolicies- the linking policies.
-
ArtifactTypeMappingValue
Constructs an instance specifying the resource type (no linking policies exist).- Parameters:
resourceType- the resource type.
-
-
Method Details
-
getResourceType
Gets the resource type.- Returns:
- the resource type.
-
getLinkingPolicies
Gets the linking policies.- Returns:
- the linking policies.
-