Uses of Interface
ch.ivyteam.ivy.cm.IContentObjectValue
-
Packages that use IContentObjectValue Package Description ch.ivyteam.ivy.cm -
-
Uses of IContentObjectValue in ch.ivyteam.ivy.cm
Methods in ch.ivyteam.ivy.cm that return IContentObjectValue Modifier and Type Method Description IContentObjectValueIContentObject. addValue(String description, Date validFrom, Date validTo, Locale language, String user, boolean isDefault, String propertyString)Creates a new value for this ContentObject withhout any content.IContentObjectValueIContentManagementSystem. findContentObjectValue(String uri, Locale language)Gets the currently valid content object value with the given uri and language.IContentObjectValueIContentManagementSystem. getContentObjectValue(String uri, Locale language)Gets the currently valid content object value with the given uri and language.IContentObjectValueIContentObject. getValue(Date time, Locale lang)Get the value with given language, which is valid at the provided time.Methods in ch.ivyteam.ivy.cm that return types with arguments of type IContentObjectValue Modifier and Type Method Description List<IContentObjectValue>IContentObject. getValues()Gets all values of this content object.
-