Package de.xima.fc.interfaces
Interface IResourceConsuming
- All Known Implementing Classes:
VerarbeitungExterneRessource,VerarbeitungPdf,VerarbeitungWord
public interface IResourceConsuming
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the type of the resourceGets the resource URI that is needed for processingGets the resource UUID that is needed for processingdefault ERessourcenTypDeprecated.UsegetResourceType()insteadvoidsetResource(String resource) Deprecated.UsesetResourceUuid(String)for formcycle resources orsetResourceUri(String)for URIsvoidsetResourceUri(String uri) Sets the resource URI that is needed for processingvoidsetResourceUuid(String uuid) Sets the resource UUID that is needed for processing
-
Method Details
-
setResourceUuid
Sets the resource UUID that is needed for processing- Parameters:
uuid-StringUUID of the resource
-
getResourceUuid
String getResourceUuid()Gets the resource UUID that is needed for processing- Returns:
StringUUID of the resource
-
setResourceUri
Sets the resource URI that is needed for processing- Parameters:
uri-StringURI of the resource
-
getResourceUri
String getResourceUri()Gets the resource URI that is needed for processing- Returns:
StringURI of the resource
-
getResourceType
ERessourcenTyp getResourceType()Gets the type of the resource- Returns:
ERessourcenTypresource type
-
setResource
Deprecated.UsesetResourceUuid(String)for formcycle resources orsetResourceUri(String)for URIs -
getResource
Deprecated.UsegetResourceUuid()for formcycle resources orgetResourceUri()for URIs -
getRessTypeEnum
Deprecated.UsegetResourceType()instead
-
getResourceUuid()for formcycle resources orgetResourceUri()for URIs