public static interface ContentVersionDocument.ContentVersionPublication
Modifier and Type | Method and Description |
---|---|
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.
|
void |
addServiceInstanceIds(Collection<String> serviceInstanceIds)
Adds the given service instance identifiers to this publication.
|
void |
addServiceInstanceIds(String... serviceInstanceIds)
Adds the given service instance identifiers to this publication.
|
Date |
getHighlightEndDateTime()
Returns the value of
ContentVersionDocumentType.PublicationFields.HIGHTLIGHT_END_DATE_TIME stored in this document. |
List<String> |
getPrincipalIds()
Returns the principal identifiers this publication was made to.
|
Date |
getPublishEndDateTime()
Returns the value of
ContentVersionDocumentType.PublicationFields.PUBLISH_END_DATE_TIME stored in this document. |
Date |
getPublishStartDateTime()
Returns the value of
ContentVersionDocumentType.PublicationFields.PUBLISH_START_DATE_TIME stored in this document. |
List<String> |
getServiceInstanceIds()
Returns the identifiers of the service instances this publication was made to.
|
boolean |
isHighlight()
Returns the boolean value of
ContentVersionDocumentType.PublicationFields.HIGHLIGHT stored in this document. |
boolean |
isPublished()
Returns the value of
ContentVersionDocumentType.PublicationFields.PUBLISHED stored in this document. |
void |
setHighlight(boolean highlight)
Sets the value for
ContentVersionDocumentType.PublicationFields.HIGHLIGHT in this document. |
void |
setHighlightEndDateTime(Date highlightEndDateTime)
Sets the value for
ContentVersionDocumentType.PublicationFields.HIGHTLIGHT_END_DATE_TIME in this document. |
void |
setPublished(boolean published)
Sets the value for
ContentVersionDocumentType.PublicationFields.PUBLISHED in this document. |
void |
setPublishEndDateTime(Date publishEndDateTime)
Sets the value for
ContentVersionDocumentType.PublicationFields.PUBLISH_END_DATE_TIME in this document. |
void |
setPublishStartDateTime(Date publishStartDateTime)
Sets the value for
ContentVersionDocumentType.PublicationFields.PUBLISH_START_DATE_TIME in this document. |
boolean isHighlight()
ContentVersionDocumentType.PublicationFields.HIGHLIGHT
stored in this document.ContentVersionDocumentType.PublicationFields.HIGHLIGHT
.ContentPublication.isHighlight()
void setHighlight(boolean highlight)
ContentVersionDocumentType.PublicationFields.HIGHLIGHT
in this document.highlight
- the value to set.ContentPublication.setHighlight(boolean)
Date getHighlightEndDateTime()
ContentVersionDocumentType.PublicationFields.HIGHTLIGHT_END_DATE_TIME
stored in this document.ContentVersionDocumentType.PublicationFields.HIGHTLIGHT_END_DATE_TIME
.ContentPublication.getHighlightEndDateTime()
void setHighlightEndDateTime(Date highlightEndDateTime)
ContentVersionDocumentType.PublicationFields.HIGHTLIGHT_END_DATE_TIME
in this document.highlightEndDateTime
- the value to set.ContentPublication.setHighlightEndDateTime(Date)
boolean isPublished()
ContentVersionDocumentType.PublicationFields.PUBLISHED
stored in this document.ContentVersionDocumentType.PublicationFields.PUBLISHED
.ContentPublication.isPublished()
void setPublished(boolean published)
ContentVersionDocumentType.PublicationFields.PUBLISHED
in this document.published
- the value to set.Date getPublishEndDateTime()
ContentVersionDocumentType.PublicationFields.PUBLISH_END_DATE_TIME
stored in this document.ContentVersionDocumentType.PublicationFields.PUBLISH_END_DATE_TIME
.ContentPublication.getPublishEndDateTime()
void setPublishEndDateTime(Date publishEndDateTime)
ContentVersionDocumentType.PublicationFields.PUBLISH_END_DATE_TIME
in this document.publishEndDateTime
- the value to set.ContentPublication.setPublishEndDateTime(Date)
Date getPublishStartDateTime()
ContentVersionDocumentType.PublicationFields.PUBLISH_START_DATE_TIME
stored in this document.ContentVersionDocumentType.PublicationFields.PUBLISH_START_DATE_TIME
.ContentPublication.getPublishStartDateTime()
void setPublishStartDateTime(Date publishStartDateTime)
ContentVersionDocumentType.PublicationFields.PUBLISH_START_DATE_TIME
in this document.publishStartDateTime
- the value to set.ContentPublication.setPublishStartDateTime(Date)
List<String> getServiceInstanceIds()
ContentPublication.getServiceInstanceIds()
void addServiceInstanceIds(Collection<String> serviceInstanceIds)
serviceInstanceIds
- the service instance identifiers to add.void addServiceInstanceIds(String... serviceInstanceIds)
serviceInstanceIds
- the service instance identifiers to add.List<String> getPrincipalIds()
ContentPublication.getPrincipalIds()
void addPrincipalIds(Collection<String> principalIds)
principalIds
- the principal identifiers to add.void addPrincipalIds(String... principalIds)
principalIds
- the principal identifiers to add.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.