forked from adobe/aio-lib-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adobeGH-55 adding aem 6.5 osgi configurations
- Loading branch information
1 parent
01d380e
commit 3e37a94
Showing
16 changed files
with
127 additions
and
21 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
...obe.aio.aem.event.osgimapping.internal.OsgiEventMappingSupplierImpl-assetcreated.cfg.json
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"aio.event.code": "asset_created", | ||
"aio.event.label": "Asset Created", | ||
"aio.event.description": "Asset Created Event", | ||
"aio.xdm.event.type": "com.adobe.xdm.event.AemAssetCreatedEvent", | ||
"osgi.event.handler.type": "com.adobe.aio.aem.event.osgimapping.eventhandler.ResourceEventHandler", | ||
"osgi.topic": "org/apache/sling/api/resource/Resource/ADDED", | ||
"osgi.filter": "(&(resourceType=dam:Asset)(!(event.application=*)))", | ||
"osgi.jcr.path.filter": "/content/dam/" | ||
} |
10 changes: 10 additions & 0 deletions
10
...obe.aio.aem.event.osgimapping.internal.OsgiEventMappingSupplierImpl-assetdeleted.cfg.json
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"aio.event.code": "asset_deleted", | ||
"aio.event.label": "Asset Deleted", | ||
"aio.event.description": "Asset Deleted Event", | ||
"aio.xdm.event.type": "com.adobe.xdm.event.AemAssetDeletedEvent", | ||
"osgi.event.handler.type": "com.adobe.aio.aem.event.osgimapping.eventhandler.AssetReplicationEventHandler", | ||
"osgi.topic": "com/day/cq/replication", | ||
"osgi.filter": "(&(type=DELETE)(!(event.application=*)))", | ||
"osgi.jcr.path.filter": "/content/dam/" | ||
} |
10 changes: 10 additions & 0 deletions
10
...obe.aio.aem.event.osgimapping.internal.OsgiEventMappingSupplierImpl-assetupdated.cfg.json
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"aio.event.code": "asset_updated", | ||
"aio.event.label": "Asset Updated", | ||
"aio.event.description": "Asset Updated Event", | ||
"aio.xdm.event.type": "com.adobe.xdm.event.AemAssetUpdatedEvent", | ||
"osgi.event.handler.type": "com.adobe.aio.aem.event.osgimapping.eventhandler.DamEventHandler", | ||
"osgi.topic": "com/day/cq/dam", | ||
"osgi.filter": "(&(type=VERSIONED)(!(event.application=*)))", | ||
"osgi.jcr.path.filter": "/content/dam/" | ||
} |
10 changes: 10 additions & 0 deletions
10
...com.adobe.aio.aem.event.osgimapping.internal.OsgiEventMappingSupplierImpl-custom.cfg.json
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"aio.event.code": "com.adobe.aio.aem.osgi.custom", | ||
"aio.event.label": "Osgi Custom Event", | ||
"aio.event.description": "Osgi Custom Event", | ||
"aio.xdm.event.type": "com.adobe.xdm.event.OsgiEmittedEvent", | ||
"osgi.event.handler.type": "com.adobe.aio.aem.event.osgimapping.eventhandler.OsgiEventHandler", | ||
"osgi.topic": "aio/event/custom", | ||
"osgi.filter": "", | ||
"osgi.jcr.path.filter": "" | ||
} |
8 changes: 0 additions & 8 deletions
8
...com.adobe.aio.aem.event.osgimapping.internal.OsgiEventMappingSupplierImpl-osgiping.config
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
...dobe.aio.aem.event.osgimapping.internal.OsgiEventMappingSupplierImpl-pagecreated.cfg.json
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"aio.event.code": "page_created", | ||
"aio.event.label": "Page Created", | ||
"aio.event.description": "Page Created Event", | ||
"aio.xdm.event.type": "com.adobe.aio.aem.event.xdm.event.AemPageModificationEvent", | ||
"osgi.event.handler.type": "com.adobe.aio.aem.event.osgimapping.eventhandler.PageCreatedEventHandler", | ||
"osgi.topic": "com/day/cq/wcm/core/page", | ||
"osgi.filter": "(!(event.application=*))", | ||
"osgi.jcr.path.filter": "/content/" | ||
} |
10 changes: 10 additions & 0 deletions
10
...dobe.aio.aem.event.osgimapping.internal.OsgiEventMappingSupplierImpl-pagedeleted.cfg.json
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"aio.event.code": "page_deleted", | ||
"aio.event.label": "Page Deleted", | ||
"aio.event.description": "Page Deleted Event", | ||
"aio.xdm.event.type": "com.adobe.aio.aem.event.xdm.event.AemPageModificationEvent", | ||
"osgi.event.handler.type": "com.adobe.aio.aem.event.osgimapping.eventhandler.PageDeletedEventHandler", | ||
"osgi.topic": "com/day/cq/wcm/core/page", | ||
"osgi.filter": "(!(event.application=*))", | ||
"osgi.jcr.path.filter": "/content/" | ||
} |
10 changes: 10 additions & 0 deletions
10
....adobe.aio.aem.event.osgimapping.internal.OsgiEventMappingSupplierImpl-pagemoved.cfg.json
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"aio.event.code": "page_moved", | ||
"aio.event.label": "Page Moved", | ||
"aio.event.description": "Page Moved Event", | ||
"aio.xdm.event.type": "com.adobe.aio.aem.event.xdm.event.AemPageModificationEvent", | ||
"osgi.event.handler.type": "com.adobe.aio.aem.event.osgimapping.eventhandler.PageMovedEventHandler", | ||
"osgi.topic": "com/day/cq/wcm/core/page", | ||
"osgi.filter": "(!(event.application=*))", | ||
"osgi.jcr.path.filter": "/content/" | ||
} |
10 changes: 10 additions & 0 deletions
10
...be.aio.aem.event.osgimapping.internal.OsgiEventMappingSupplierImpl-pagepublished.cfg.json
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"aio.event.code": "page_published", | ||
"aio.event.label": "Page Published", | ||
"aio.event.description": "Page Published Event", | ||
"aio.xdm.event.type": "com.adobe.xdm.event.AemPagePublishedEvent", | ||
"osgi.event.handler.type": "com.adobe.aio.aem.event.osgimapping.eventhandler.PageReplicationEventHandler", | ||
"osgi.topic": "com/day/cq/replication", | ||
"osgi.filter": "(&(type=ACTIVATE)(!(event.application=*)))", | ||
"osgi.jcr.path.filter": "/content/" | ||
} |
10 changes: 10 additions & 0 deletions
10
....aio.aem.event.osgimapping.internal.OsgiEventMappingSupplierImpl-pageunpublished.cfg.json
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"aio.event.code": "page_unpublished", | ||
"aio.event.label": "Page Unpublished", | ||
"aio.event.description": "Page Unpublished Event", | ||
"aio.xdm.event.type": "com.adobe.xdm.event.AemPageUnpublishedEvent", | ||
"osgi.event.handler.type": "com.adobe.aio.aem.event.osgimapping.eventhandler.PageReplicationEventHandler", | ||
"osgi.topic": "com/day/cq/replication", | ||
"osgi.filter": "(&(type=DEACTIVATE)(!(event.application=*)))", | ||
"osgi.jcr.path.filter": "/content/" | ||
} |
10 changes: 10 additions & 0 deletions
10
...dobe.aio.aem.event.osgimapping.internal.OsgiEventMappingSupplierImpl-pageupdated.cfg.json
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"aio.event.code": "page_updated", | ||
"aio.event.label": "Page Updated", | ||
"aio.event.description": "Page Updated Event", | ||
"aio.xdm.event.type": "com.adobe.aio.aem.event.xdm.event.AemPageModificationEvent", | ||
"osgi.event.handler.type": "com.adobe.aio.aem.event.osgimapping.eventhandler.PageUpdatedEventHandler", | ||
"osgi.topic": "com/day/cq/wcm/core/page", | ||
"osgi.filter": "(!(event.application=*))", | ||
"osgi.jcr.path.filter": "/content/" | ||
} |
10 changes: 10 additions & 0 deletions
10
...be.aio.aem.event.osgimapping.internal.OsgiEventMappingSupplierImpl-pageversioned.cfg.json
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"aio.event.code": "page_versioned", | ||
"aio.event.label": "Page Versioned", | ||
"aio.event.description": "Page Versioned Event", | ||
"aio.xdm.event.type": "com.adobe.aio.aem.event.xdm.event.AemPageModificationEvent", | ||
"osgi.event.handler.type": "com.adobe.aio.aem.event.osgimapping.eventhandler.PageVersionedEventHandler", | ||
"osgi.topic": "com/day/cq/wcm/core/page", | ||
"osgi.filter": "(!(event.application=*))", | ||
"osgi.jcr.path.filter": "/content/" | ||
} |
5 changes: 5 additions & 0 deletions
5
...onfig/com.adobe.aio.aem.event.management.internal.EventMetadataSupplierImpl-ping.cfg.json
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"aio.event.code": "ping", | ||
"aio.event.label": "ping", | ||
"aio.event.description": "ping event" | ||
} |
3 changes: 0 additions & 3 deletions
3
.../config/com.adobe.aio.aem.event.management.internal.EventMetadataSupplierImpl-ping.config
This file was deleted.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
...nts/osgiconfig/config/com.adobe.aio.aem.workspace.internal.WorkspaceSupplierImpl.cfg.json
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"aio.consumer.org.id": "$[env:aio_consumer_org_id]", | ||
"aio.ims.org.id": "$[env:aio_ims_org_id]", | ||
"aio.meta.scopes": "$[env:aio_meta_scopes]", | ||
"aio.project.id": "$[env:projectid]", | ||
"aio.workspace.id": "$[env:aio_workspace_id]", | ||
"aio.api.key": "$[env:aio_api_key]", | ||
"aio.credential.id": "$[env:aio_credential_id]", | ||
"aio.technical.account.id": "$[env:aio_technical_account_id]", | ||
"aio.client.secret": "$[env:aio_client_secret]", | ||
"aio.encoded.pkcs8": "$[env:aio_encoded_pkcs8]" | ||
} |
10 changes: 0 additions & 10 deletions
10
...vents/osgiconfig/config/com.adobe.aio.aem.workspace.internal.WorkspaceSupplierImpl.config
This file was deleted.
Oops, something went wrong.