-
public final class PositionsServiceKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static Map<Url, List<Locator>>positionsByResourceprivate static Function1<Publication.Service.Context, Publication.Service>positionsServiceFactory
-
Method Summary
Modifier and Type Method Description final Map<Url, List<Locator>>getPositionsByResource()Function1<Publication.Service.Context, Publication.Service>getPositionsServiceFactory()voidsetPositionsServiceFactory(Function1<Publication.Service.Context, Publication.Service> positionsServiceFactory)final static List<List<Locator>>positionsByReadingOrder(PublicationServicesHolder $self)Returns the list of all the positions in the publication, grouped by the resource reading order index. final static List<Locator>positions(PublicationServicesHolder $self)Returns the list of all the positions in the publication. -
-
Method Detail
-
getPositionsByResource
final Map<Url, List<Locator>> getPositionsByResource()
-
getPositionsServiceFactory
Function1<Publication.Service.Context, Publication.Service> getPositionsServiceFactory()
-
setPositionsServiceFactory
void setPositionsServiceFactory(Function1<Publication.Service.Context, Publication.Service> positionsServiceFactory)
-
positionsByReadingOrder
final static List<List<Locator>> positionsByReadingOrder(PublicationServicesHolder $self)
Returns the list of all the positions in the publication, grouped by the resource reading order index.
-
positions
final static List<Locator> positions(PublicationServicesHolder $self)
Returns the list of all the positions in the publication.
-
-
-
-