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 ERessourcenTyp
Deprecated.UsegetResourceType()
insteadvoid
setResource
(String resource) Deprecated.UsesetResourceUuid(String)
for formcycle resources orsetResourceUri(String)
for URIsvoid
setResourceUri
(String uri) Sets the resource URI that is needed for processingvoid
setResourceUuid
(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
-String
UUID of the resource
-
getResourceUuid
String getResourceUuid()Gets the resource UUID that is needed for processing- Returns:
String
UUID of the resource
-
setResourceUri
Sets the resource URI that is needed for processing- Parameters:
uri
-String
URI of the resource
-
getResourceUri
String getResourceUri()Gets the resource URI that is needed for processing- Returns:
String
URI of the resource
-
getResourceType
ERessourcenTyp getResourceType()Gets the type of the resource- Returns:
ERessourcenTyp
resource 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