Package wt.representation
Interface _Representation
- All Superinterfaces:
wt.content._ContentHolder,wt.admin._DomainAdministered,wt.ufid._Federatable,wt.federation._FederatedLinkHolder,wt.content._FormatContentHolder,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.federation._RemotelyLinkable,ContentHolder,DomainAdministered,wt.ufid.Federatable,wt.federation.FederatedLinkHolder,FormatContentHolder,NetFactor,ObjectMappable,Persistable,wt.federation.RemotelyLinkable,Serializable
- All Known Subinterfaces:
Representation
- All Known Implementing Classes:
_DerivedImage,DerivedImage
public interface _Representation
extends FormatContentHolder, DomainAdministered, wt.ufid.Federatable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSupported API: truestatic final StringSupported API: truestatic final StringSupported API: truestatic final StringHas the Representation be made out of date by changes to other objects?static final StringSupported API: truestatic final StringSupported API: trueFields inherited from interface wt.content._ContentHolder
CONTENT_VECTOR, HAS_CONTENTS, HTTP_VECTOR, OPERATIONFields inherited from interface wt.admin._DomainAdministered
DOMAIN_REF, INHERITED_DOMAINFields inherited from interface wt.ufid._Federatable
FEDERATABLE_INFOFields inherited from interface wt.content._FormatContentHolder
FORMAT, FORMAT_NAME, PRIMARYFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.ufid.Federatable
serialVersionUIDFields inherited from interface wt.content.FormatContentHolder
serialVersionUIDFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Modifier and TypeMethodDescriptionfloat[]Supported API: trueSupported API: trueSupported API: truebooleanSupported API: truebooleanSupported API: truebooleanHas the Representation be made out of date by changes to other objects?Methods inherited from interface wt.content._ContentHolder
getContentVector, getHttpVector, getOperation, isHasContents, setContentVector, setHasContents, setHttpVector, setOperationMethods inherited from interface wt.admin._DomainAdministered
getDomainRef, isInheritedDomain, setDomainRef, setInheritedDomainMethods inherited from interface wt.ufid._Federatable
getFederatableInfo, setFederatableInfoMethods inherited from interface wt.content._FormatContentHolder
getFormat, getFormatName, getPrimary, setFormat, setPrimaryMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity, getType
-
Field Details
-
DEFAULT_REPRESENTATION
Supported API: true- See Also:
-
OUT_OF_DATE
Has the Representation be made out of date by changes to other objects?Supported API: true
- See Also:
-
BOUNDING_BOX
Supported API: true- See Also:
-
HAS_BOUNDING_BOX
Supported API: true- See Also:
-
REPRESENTABLE
Supported API: true- See Also:
-
REPRESENTABLE_REFERENCE
Supported API: true- See Also:
-
-
Method Details
-
isDefaultRepresentation
boolean isDefaultRepresentation()Supported API: true- See Also:
-
isOutOfDate
boolean isOutOfDate()Has the Representation be made out of date by changes to other objects?Supported API: true
- See Also:
-
getBoundingBox
float[] getBoundingBox()Supported API: true- See Also:
-
isHasBoundingBox
boolean isHasBoundingBox()Supported API: true- See Also:
-
getRepresentable
Representable getRepresentable()Supported API: true- See Also:
-
getRepresentableReference
ObjectReference getRepresentableReference()Supported API: true- See Also:
-