Package de.xima.fc.mdl.resource
Interface IResourceItem
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ClientResourceItem
,ExternalResourceItem
,FormResourceItem
@Deprecated public interface IResourceItem extends Serializable
Deprecated.This class is part of the old workflow engine and will be removed together with it soon. SeeResourceItem
for the closest equivalent in the new workflow engine.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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getName()
Deprecated.ERessourcenTyp
getResourceType()
Deprecated.String
getResourceUuid()
Deprecated.
-
-
-
Method Detail
-
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.
-
-