Class ChainableImpl
java.lang.Object
org.openehealth.ipf.commons.ihe.core.chain.ChainableImpl
- All Implemented Interfaces:
Chainable
- Direct Known Subclasses:
InterceptorSupport
Base for an element of a chain.
- Author:
- Dmytro Rud
-
Constructor Details
-
ChainableImpl
public ChainableImpl()
-
-
Method Details
-
setId
Sets the ID of this chain element.- Parameters:
id
- ID of this chain element.
-
getId
-
addBefore
Configures this chain element to be deployed before the given ones.- Parameters:
ids
- IDs of chain elements this chain element should be deployed before.
-
addAfter
Configures this chain element to be deployed after the given ones.- Parameters:
ids
- IDs of chain elements this chain element should be deployed after.
-
getBefore
-
getAfter
-