Package de.xima.fc.mdl.resource
Class ExternalResourceItem
java.lang.Object
de.xima.fc.mdl.resource.ExternalResourceItem
- All Implemented Interfaces:
IResourceItem
,Serializable
Deprecated.
A file select menu may contain options for form resources, client resources and external URLs. The latter is
represented by an instance of this class.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExternalResourceItem
Deprecated.The immutable instance of this external resource item. -
Method Summary
-
Field Details
-
INSTANCE
Deprecated.The immutable instance of this external resource item.
-
-
Method Details
-
getName
Deprecated.- Specified by:
getName
in interfaceIResourceItem
- Returns:
- The (file) name of the resource this item represents.
-
getResourceType
Deprecated.- Specified by:
getResourceType
in interfaceIResourceItem
- Returns:
- The type of the resource this item represents, or
null
if it represents none of the available types.
-
getResourceUuid
Deprecated.- Specified by:
getResourceUuid
in interfaceIResourceItem
- Returns:
- The UUID of the resource this item represents, or
null
or empty string if no such UUID exists.
-
toString
Deprecated.
-
ResourceItem
for the closest equivalent in the new workflow engine.