Package de.xima.fc.interfaces.form
Interface IFormResource
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
FormResource
public interface IFormResource extends Serializable
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCacheKey()
String
getName()
Gets the name of the IFCPlugin that provided this resource.String
getPluginKey()
Gets the key of the plugin JAR bundle that provided this resource.byte[]
getResourceData()
String
getResourceName()
EFormResourceType
getResourceType()
EFormResourceSourceType
getSourceType()
Gets the source that provided this resource.
-
-
-
Method Detail
-
getResourceType
EFormResourceType getResourceType()
-
getPluginKey
String getPluginKey()
Gets the key of the plugin JAR bundle that provided this resource.- Returns:
- The key of the plugin that provided this resource.
-
getResourceName
String getResourceName()
-
getResourceData
byte[] getResourceData()
-
getCacheKey
String getCacheKey()
-
getName
String getName()
Gets the name of the IFCPlugin that provided this resource.- Returns:
- The name of the IFCPlugin that provided this resource.
-
getSourceType
EFormResourceSourceType getSourceType()
Gets the source that provided this resource.- Returns:
- The source that provided this resource.
-
-