Package de.xima.fc.mdl.resource
Class ClientResourceItem
java.lang.Object
de.xima.fc.mdl.resource.ClientResourceItem
- All Implemented Interfaces:
IResourceItem
,Serializable
Deprecated.
A file select menu may contain options for form resources, client resources and external URLs. Client resources are
represented by an instance of this class.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Details
-
ClientResourceItem
Deprecated.
-
-
Method Details
-
getName
Deprecated.- Specified by:
getName
in interfaceIResourceItem
- Returns:
- The (file) name of the resource this item represents.
-
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.
-
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.
-
toString
Deprecated. -
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-
ResourceItem
for the closest equivalent in the new workflow engine.