Class OnLocationDirective
- java.lang.Object
-
- org.silverpeas.core.contribution.publication.subscription.OnLocationDirective
-
- All Implemented Interfaces:
SubscriberDirective
public class OnLocationDirective extends Object implements SubscriberDirective
This directive permits to communicate the location identifier to handle the subscriber search for on a publication ALIAS.- Author:
- silveryocha
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLocationId()
static OnLocationDirective
onLocationId(String locationId)
-
-
-
Method Detail
-
onLocationId
public static OnLocationDirective onLocationId(String locationId)
-
getLocationId
public String getLocationId()
-
-