Package org.alfresco.sdk.sample.event.si
Class EventsSpringIntegrationSampleApplication
- java.lang.Object
-
- org.alfresco.sdk.sample.event.si.EventsSpringIntegrationSampleApplication
-
@SpringBootApplication public class EventsSpringIntegrationSampleApplication extends Object
-
-
Constructor Summary
Constructors Constructor Description EventsSpringIntegrationSampleApplication()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.integration.dsl.IntegrationFlowlogTheCreationOfHTMLContent()org.springframework.integration.dsl.IntegrationFlowlogTheCreationOfNodesOfTypeContent()org.springframework.integration.dsl.IntegrationFlowlogTheDeletionOfFolders()org.springframework.integration.dsl.IntegrationFlowlogTheModificationOfTitle()org.springframework.integration.dsl.IntegrationFlowlogTheMovementOfANode()org.springframework.integration.dsl.IntegrationFlowlogTheUpdateOfContent()static voidmain(String[] args)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
logTheCreationOfNodesOfTypeContent
@Bean public org.springframework.integration.dsl.IntegrationFlow logTheCreationOfNodesOfTypeContent()
-
logTheDeletionOfFolders
@Bean public org.springframework.integration.dsl.IntegrationFlow logTheDeletionOfFolders()
-
logTheCreationOfHTMLContent
@Bean public org.springframework.integration.dsl.IntegrationFlow logTheCreationOfHTMLContent()
-
logTheUpdateOfContent
@Bean public org.springframework.integration.dsl.IntegrationFlow logTheUpdateOfContent()
-
logTheModificationOfTitle
@Bean public org.springframework.integration.dsl.IntegrationFlow logTheModificationOfTitle()
-
logTheMovementOfANode
@Bean public org.springframework.integration.dsl.IntegrationFlow logTheMovementOfANode()
-
-