Class SACFObjectImageWithGlyphs
java.lang.Object
com.ptc.core.foundation.persistable.server.impl.SACFObjectImageWithGlyphs
- All Implemented Interfaces:
AttributeContainerFunction,ServerAttributeContainerFunction,Serializable
@Deprecated
public final class SACFObjectImageWithGlyphs
extends Object
implements ServerAttributeContainerFunction
Deprecated.
Places a Server Calculated Attribute in the AttributeContainer whose
content is a String whose value is based on the associated WTOrganization
name
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncalculate(AttributeContainer attribute_container) Deprecated.
Supported API: truecalculate(AttributeContainer the_attribute_container, AssociationIdentifier entry_point) Deprecated.
Supported API: truecloneWithNewArguments(HashMap old_to_new_map) Deprecated.
Supported API: truebooleanDeprecated.
Supported API: trueObject[]Deprecated.
Supported API: trueObject[]Deprecated.
Supported API: truegetArgumentsRecursive(AttributeContainer the_attribute_container, AssociationIdentifier entry_point) Deprecated.
Supported API: trueDeprecated.
Supported API: trueDeprecated.Returns the AttributeContainerFunction object represented by the specified String.
-
Method Details
-
calculate
public Object calculate(AttributeContainer attribute_container) throws InvalidFunctionArgumentException Deprecated.
Supported API: true- Specified by:
calculatein interfaceAttributeContainerFunction- Parameters:
the_attribute_container-- Returns:
- Object
- Throws:
InvalidFunctionArgumentException
-
calculate
public Object calculate(AttributeContainer the_attribute_container, AssociationIdentifier entry_point) throws InvalidFunctionArgumentException Deprecated.
Supported API: true- Specified by:
calculatein interfaceAttributeContainerFunction- Parameters:
the_attribute_container-entry_point-- Returns:
- Object
- Throws:
InvalidFunctionArgumentException
-
getArguments
Deprecated.
Supported API: true- Specified by:
getArgumentsin interfaceAttributeContainerFunction- Returns:
- Object[]
-
getPrimaryArgument
Deprecated.
Supported API: true- Specified by:
getPrimaryArgumentin interfaceAttributeContainerFunction- Returns:
- Object
-
getArgumentsRecursive
Deprecated.
Supported API: true- Specified by:
getArgumentsRecursivein interfaceAttributeContainerFunction- Returns:
- Object[]
-
getArgumentsRecursive
public AttributeIdentifier[] getArgumentsRecursive(AttributeContainer the_attribute_container, AssociationIdentifier entry_point) Deprecated.
Supported API: true- Specified by:
getArgumentsRecursivein interfaceAttributeContainerFunction- Parameters:
the_attribute_container-entry_point-- Returns:
- AttributeIdentifier[]
-
equals
Deprecated.
Supported API: true- Specified by:
equalsin interfaceAttributeContainerFunction- Overrides:
equalsin classObject- Parameters:
obj-- Returns:
- boolean
-
cloneWithNewArguments
public AttributeContainerFunction cloneWithNewArguments(HashMap old_to_new_map) throws InvalidFunctionArgumentException Deprecated.
Supported API: true- Specified by:
cloneWithNewArgumentsin interfaceAttributeContainerFunction- Parameters:
old_to_new_map-- Returns:
- AttributeContainerFunction
- Throws:
InvalidFunctionArgumentException
-
valueOf
Deprecated.Returns the AttributeContainerFunction object represented by the specified String. An AttributeContainerFunction object with empty constructor has to be created , then call this method to complete the argument setup. No new AttributeContainerFuncion object will be created.
Supported API: true- Specified by:
valueOfin interfaceAttributeContainerFunction- Parameters:
str- A String representation of AttributeContainerFunction- Returns:
- AttributeContainerFunction
- Throws:
InvalidFunctionArgumentException
-
Supported API: true
Extendable: false