Package wt.representation
Interface RepresentationService
The RepresentationService contains the methods to create, query, and
delete Representations and associated files.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongetDefaultRepresentation(WTCollection representables) Gets the default Representations for the passed Representables.getDefaultRepresentation(Representable representable) Get the default Representation for the passed Representable.
-
Method Details
-
getDefaultRepresentation
Get the default Representation for the passed Representable.
Supported API: true- Parameters:
representable- Representable object for which default Representation is required- Returns:
- Default Representation for given Representable is present
- Throws:
WTException
-
getDefaultRepresentation
Gets the default Representations for the passed Representables.
Supported API: true- Parameters:
representables- WTCollection of Representables- Returns:
- WTValuedMap - keys are the Representables and values are the default Representations for the Representables. A Representable without a default Representation will not be included in the returned WTValuedMap
- Throws:
WTException
-