Package de.xima.fc.interfaces
Interface ISingleConsuming
-
- All Known Implementing Classes:
VerarbeitungXmlToFd
public interface ISingleConsuming
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getActionUUID()
long
getSourceAktionId()
Deprecated.UsegetActionUUID()
insteadvoid
setActionUUID(String uuid)
void
setSourceAktionId(long sourceAktionId)
Deprecated.UsesetActionUUID(String)
instead
-
-
-
Method Detail
-
setActionUUID
void setActionUUID(String uuid)
- Parameters:
the
-Aktion.getUUID()
of the action that will be consumed by this action
-
getActionUUID
String getActionUUID()
- Returns:
- the
Aktion.getUUID()
of the action that will be consumed by this action
-
getSourceAktionId
@Deprecated long getSourceAktionId()
Deprecated.UsegetActionUUID()
instead
-
setSourceAktionId
@Deprecated void setSourceAktionId(long sourceAktionId)
Deprecated.UsesetActionUUID(String)
instead
-
-