-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AEM: use tool as method parameter for extension
- Loading branch information
Showing
11 changed files
with
29 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...exer/src/main/java/com/viglet/turing/connector/aem/indexer/ext/ExtAttributeInterface.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
package com.viglet.turing.connector.aem.indexer.ext; | ||
|
||
import com.viglet.turing.connector.aem.indexer.AemObject; | ||
import com.viglet.turing.connector.aem.indexer.TurAEMIndexerTool; | ||
import com.viglet.turing.connector.cms.beans.TurMultiValue; | ||
import com.viglet.turing.connector.cms.config.IHandlerConfiguration; | ||
import com.viglet.turing.connector.cms.mappers.TurCmsSourceAttr; | ||
import com.viglet.turing.connector.cms.mappers.TurCmsTargetAttr; | ||
|
||
public interface ExtAttributeInterface { | ||
TurMultiValue consume (TurCmsTargetAttr turCmsTargetAttr, TurCmsSourceAttr turCmsSourceAttr, | ||
AemObject aemObject, IHandlerConfiguration config); | ||
AemObject aemObject, IHandlerConfiguration config, TurAEMIndexerTool turAEMIndexerTool); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters