@StableMinor(version="12.3", sinceVersion="8.1") public static interface StandardDocument.Standard.Publication
Modifier and Type | Interface and Description |
---|---|
static interface |
StandardDocument.Standard.Publication.Context
API that provides access to contexts fields.
|
Modifier and Type | Method and Description |
---|---|
StandardDocument.Standard.Publication.Context |
addContext()
Adds a new contexts field in this publication.
|
void |
addPrincipalIds(Collection<String> principalIds)
Adds the given principal identifiers to this publication.
|
void |
addPrincipalIds(String... principalIds)
Adds the given principal identifiers to this publication.
|
List<StandardDocument.Standard.Publication.Context> |
getContexts()
Returns the access to the fields belonging to the contexts fields in this publication.
|
List<String> |
getPrincipalIds()
Returns the principal identifiers present in this publication.
|
List<String> getPrincipalIds()
StandardDocumentType.StandardFields.PUBLICATIONS_PRINCIPAL_IDS
void addPrincipalIds(String... principalIds)
principalIds
- the principal identifiers to add.StandardDocumentType.StandardFields.PUBLICATIONS_PRINCIPAL_IDS
void addPrincipalIds(Collection<String> principalIds)
principalIds
- the principal identifiers to add.StandardDocumentType.StandardFields.PUBLICATIONS_PRINCIPAL_IDS
List<StandardDocument.Standard.Publication.Context> getContexts()
The returned list does not support the set method and its remove method always return null
, even
when it removes a value.
StandardDocumentType.StandardFields.PUBLICATIONS_CONTEXTS
StandardDocument.Standard.Publication.Context addContext()
StandardDocumentType.StandardFields.PUBLICATIONS_CONTEXTS
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.