| Package | Description | 
|---|---|
| com.edorasware.commons.core.content | 
 Classes related to content management. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ContentReference.Builder | 
ContentReference.builder()
Creates a builder for a new concrete default content reference instance. 
 | 
static ContentReference.Builder | 
ContentReference.builder(ContentReference contentReferenceTemplate)
Creates a builder with a  
ContentReference as a template. | 
ContentReference.Builder | 
ContentReference.Builder.contentProviderId(String contentProviderId)
Set the content provider id of the content reference. 
 | 
ContentReference.Builder | 
ContentReference.Builder.contentReferenceId(String contentReferenceId)
Set the content reference id of the content reference. 
 | 
ContentReference.Builder | 
ContentReference.Builder.contentSourceId(String contentSourceId)
Set the content source id of the content reference. 
 | 
ContentReference.Builder | 
ContentReference.Builder.providerProperties(Map<String,String> providerProperties)
Set the provider properties of the content reference. 
 | 
ContentReference.Builder | 
ContentReference.Builder.version(String version)
Set the optional content version. 
 | 
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.