Package de.xima.fc.mdl.resource
Interface IResourceItem
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ClientResourceItem
,ExternalResourceItem
,FormResourceItem
Deprecated.
A file select menu may contain options for form resources, client resources and external URLs. These resources are by
an instance implementing this interface.
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
getName
String getName()Deprecated.- Returns:
- The (file) name of the resource this item represents.
-
getResourceType
ERessourcenTyp getResourceType()Deprecated.- Returns:
- The type of the resource this item represents, or
null
if it represents none of the available types.
-
getResourceUuid
String getResourceUuid()Deprecated.- Returns:
- The UUID of the resource this item represents, or
null
or empty string if no such UUID exists.
-
ResourceItem
for the closest equivalent in the new workflow engine.