Package | Description |
---|---|
info.magnolia.cms.exchange |
Modifier and Type | Method and Description |
---|---|
void |
Syndicator.activate(String parent,
Content content)
This will activate the specified node to all configured subscribers.
|
void |
Syndicator.activate(String parent,
Content content,
List<String> orderBefore)
This will activate the specified node to all configured subscribers.
|
void |
Syndicator.activate(Subscriber subscriber,
String parent,
Content content)
This will activate the specified node to the specified subscriber.
|
void |
Syndicator.activate(Subscriber subscriber,
String parent,
Content content,
List<String> orderBefore)
This will activate the specified node to the specified subscriber.
|
void |
Syndicator.deactivate(Content node) |
void |
Syndicator.deactivate(Subscriber subscriber,
Content node) |
Copyright © 2003–2015 Magnolia International Ltd.. All rights reserved.