Package de.xima.fc.mdl.resource
Class ExternalResourceItem
- java.lang.Object
 - 
- de.xima.fc.mdl.resource.ExternalResourceItem
 
 
- 
- All Implemented Interfaces:
 IResourceItem,Serializable
@Deprecated public final class ExternalResourceItem extends Object implements IResourceItem
Deprecated.This class is part of the old workflow engine and will be removed together with it soon. SeeResourceItemfor the closest equivalent in the new workflow engine.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:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static ExternalResourceItemINSTANCEDeprecated.The immutable instance of this external resource item. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetName()Deprecated.ERessourcenTypgetResourceType()Deprecated.StringgetResourceUuid()Deprecated.StringtoString()Deprecated. 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final ExternalResourceItem INSTANCE
Deprecated.The immutable instance of this external resource item. 
 - 
 
- 
Method Detail
- 
getName
public String getName()
Deprecated.- Specified by:
 getNamein interfaceIResourceItem- Returns:
 - The (file) name of the resource this item represents.
 
 
- 
getResourceType
public ERessourcenTyp getResourceType()
Deprecated.- Specified by:
 getResourceTypein interfaceIResourceItem- Returns:
 - The type of the resource this item represents, or 
nullif it represents none of the available types. 
 
- 
getResourceUuid
public String getResourceUuid()
Deprecated.- Specified by:
 getResourceUuidin interfaceIResourceItem- Returns:
 - The UUID of the resource this item represents, or 
nullor empty string if no such UUID exists. 
 
 - 
 
 -