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
-
getResourceUuid
-
setResourceUri
-
getResourceUri
-
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