Interface com.symantec.itools.vcafe.openapi.PropertyInstanceGetter
All Packages Class Hierarchy This Package Previous Next Index
Interface com.symantec.itools.vcafe.openapi.PropertyInstanceGetter
- public interface PropertyInstanceGetter
The API used to get an Object Reference Property instance that correpsonds to the specified
VisualProperty
of the given VisualObject
.
If a plug-in is instantiating (via VisualObject.instantiate
) a VisualObject
that has VisualProperties
that are designated as Object Reference Properties, the
plug-in should provide an instance of PropertyInstanceGetter
which returns the correct
instances of the Object Reference Properties.
- Version:
- 1.0
- Author:
- Symantec Internet Tools Division
- Since:
- VCafe 3.0
- See Also:
- instantiate, updateInstanceProperty
-
getORPInstance(VisualProperty, VisualObject)
- Gets an instance of an Object Reference Property that corresponds to the
VisualProperty
of the given VisualObject
.
getORPInstance
public abstract java.lang.Object getORPInstance(VisualProperty visualProperty,
VisualObject objectReferenced)
- Gets an instance of an Object Reference Property that corresponds to the
VisualProperty
of the given VisualObject
.
- Parameters:
- visualProperty - the VisualProperty whose ORP value to get.
- objectReferenced - the VisualObject that represents the ORP object.
- Returns:
- an Object Reference Property that corresponds to the specified java object property.
- See Also:
- isObjectReferenceProperty, setReferencedVisualObjectID
All Packages Class Hierarchy This Package Previous Next Index