Package ch.ivyteam.ivy.cm
Interface IContentObject
- All Superinterfaces:
ContentObject,ch.ivyteam.ivy.cm.IContentManagementEntity
ATTENTION: Do not annotate this class with @Deprecation
otherwise you need to annotate IContentManagementSystem also!
Otherwise the JDT compiler will make your workspace unusable!
Or we may just fix:
java.lang.NullPointerException
at org.eclipse.jdt.internal.compiler.problem.ProblemReporter.deprecatedSinceValue(ProblemReporter.java:1985)
- API:
- This is a public API.
-
Method Summary
Modifier and TypeMethodDescriptiondefault IContentObjectDeprecated, for removal: This API element is subject to removal in a future version.default IContentObjectDeprecated, for removal: This API element is subject to removal in a future version.default IContentObjectValueaddValue(String description, Date validFrom, Date validTo, Locale language, String user, boolean isDefault, String propertyString) Deprecated, for removal: This API element is subject to removal in a future version.useaddValue(Locale)default IContentObjectValueDeprecated, for removal: This API element is subject to removal in a future version.useContentObject.value().get(Locale)insteaddefault DateDeprecated, for removal: This API element is subject to removal in a future version.not supported anymore.default StringDeprecated, for removal: This API element is subject to removal in a future version.not supported anymore.default IContentObjectDeprecated, for removal: This API element is subject to removal in a future version.default List<IContentObject>Deprecated, for removal: This API element is subject to removal in a future version.default IContentObjectTypeDeprecated, for removal: This API element is subject to removal in a future version.do not use anymore.default StringDeprecated, for removal: This API element is subject to removal in a future version.not supported anymore.default StringgetGuid()Deprecated, for removal: This API element is subject to removal in a future version.not supported anymore.default StringgetName()Deprecated, for removal: This API element is subject to removal in a future version.default IContentObjectDeprecated, for removal: This API element is subject to removal in a future version.default StringgetUri()Deprecated, for removal: This API element is subject to removal in a future version.default IContentObjectValueDeprecated, for removal: This API element is subject to removal in a future version.this is not supported anymore.default IContentObjectValueDeprecated, for removal: This API element is subject to removal in a future version.usegetValue(Locale)default IContentObjectValueDeprecated, for removal: This API element is subject to removal in a future version.default List<IContentObjectValue>Deprecated, for removal: This API element is subject to removal in a future version.default intDeprecated, for removal: This API element is subject to removal in a future version.not supported anymore.default booleanDeprecated, for removal: This API element is subject to removal in a future version.use !ContentObject.children().isEmpty()insteaddefault booleanDeprecated, for removal: This API element is subject to removal in a future version.default booleanisValid()Deprecated, for removal: This API element is subject to removal in a future version.default voidDeprecated, for removal: This API element is subject to removal in a future version.not supported anymore.default voidsetContentObjectType(IContentObjectType type, String user) Deprecated, for removal: This API element is subject to removal in a future version.not supported anymore.default voidsetDescription(String description) Deprecated, for removal: This API element is subject to removal in a future version.not supported anymore.default voidsetDescription(String description, String user) Deprecated, for removal: This API element is subject to removal in a future version.not supported anymore.default voidDeprecated, for removal: This API element is subject to removal in a future version.not supported anymore.default voidDeprecated, for removal: This API element is subject to removal in a future version.not supported anymore.default voidsetVisualOrder(int visualOrder) Deprecated, for removal: This API element is subject to removal in a future version.not supported anymore.default voidsetVisualOrder(int visualOrder, String user) Deprecated, for removal: This API element is subject to removal in a future version.not supported anymore.default voidDeprecated, for removal: This API element is subject to removal in a future version.this method has no effect.
-
Method Details
-
getChildren
Deprecated, for removal: This API element is subject to removal in a future version.- API:
- This public API is available in Java.
-
isValid
Deprecated, for removal: This API element is subject to removal in a future version.- API:
- This public API is available in Java.
-
getValues
Deprecated, for removal: This API element is subject to removal in a future version.- API:
- This public API is available in Java.
-
getChild
Deprecated, for removal: This API element is subject to removal in a future version.- API:
- This public API is available in Java.
-
getName
Deprecated, for removal: This API element is subject to removal in a future version.- API:
- This public API is available in Java.
-
getUri
Deprecated, for removal: This API element is subject to removal in a future version.- API:
- This public API is available in Java.
-
getParent
Deprecated, for removal: This API element is subject to removal in a future version.- API:
- This public API is available in Java.
-
setName
Deprecated, for removal: This API element is subject to removal in a future version.not supported anymore. calling this method has no effect.- API:
- This public API is available in Java.
-
setName
Deprecated, for removal: This API element is subject to removal in a future version.not supported anymore. calling this method has no effect.- API:
- This public API is available in Java.
-
getDescription
Deprecated, for removal: This API element is subject to removal in a future version.not supported anymore. always returns an empty string.- API:
- This public API is available in Java.
-
setDescription
Deprecated, for removal: This API element is subject to removal in a future version.not supported anymore. calling this method has no effect.- API:
- This public API is available in Java.
-
setDescription
@Deprecated(since="9.3", forRemoval=true) default void setDescription(String description, String user) Deprecated, for removal: This API element is subject to removal in a future version.not supported anymore. calling this method has no effect.- API:
- This public API is available in Java.
-
getChanged
Deprecated, for removal: This API element is subject to removal in a future version.not supported anymore. always returns current date.- API:
- This public API is available in Java.
-
getChangedBy
Deprecated, for removal: This API element is subject to removal in a future version.not supported anymore. always returns empty string.- API:
- This public API is available in Java.
-
getGuid
Deprecated, for removal: This API element is subject to removal in a future version.not supported anymore. always returns empty string.- API:
- This public API is available in Java.
-
getVisualOrder
Deprecated, for removal: This API element is subject to removal in a future version.not supported anymore. always returns -1.- API:
- This public API is available in Java.
-
setVisualOrder
Deprecated, for removal: This API element is subject to removal in a future version.not supported anymore. calling this method has no effect.- API:
- This public API is available in Java.
-
setVisualOrder
Deprecated, for removal: This API element is subject to removal in a future version.not supported anymore. calling this method has no effect.- API:
- This public API is available in Java.
-
setContentObjectType
@Deprecated(since="9.3", forRemoval=true) default void setContentObjectType(IContentObjectType type) Deprecated, for removal: This API element is subject to removal in a future version.not supported anymore. calling this method has no effect.- API:
- This public API is available in Java.
-
setContentObjectType
@Deprecated(since="9.3", forRemoval=true) default void setContentObjectType(IContentObjectType type, String user) Deprecated, for removal: This API element is subject to removal in a future version.not supported anymore. calling this method has no effect.- API:
- This public API is available in Java.
-
getContentObjectType
Deprecated, for removal: This API element is subject to removal in a future version.do not use anymore.- API:
- This public API is available in Java.
-
hasChildren
Deprecated, for removal: This API element is subject to removal in a future version.use !ContentObject.children().isEmpty()instead- API:
- This public API is available in Java.
-
addChild
@Deprecated(since="9.4", forRemoval=true) default IContentObject addChild(String childName, CoType coType) Deprecated, for removal: This API element is subject to removal in a future version.- API:
- This public API is available in Java.
-
addChild
@Deprecated(since="9.3", forRemoval=true) default IContentObject addChild(String name, String description, CoType type, String user) Deprecated, for removal: This API element is subject to removal in a future version.- API:
- This public API is available in Java.
-
hasValues
Deprecated, for removal: This API element is subject to removal in a future version.- API:
- This public API is available in Java.
-
getValue
@Deprecated(since="9.3", forRemoval=true) default IContentObjectValue getValue(Date time, Locale lang) Deprecated, for removal: This API element is subject to removal in a future version.usegetValue(Locale)- API:
- This public API is available in Java.
-
getValue
Deprecated, for removal: This API element is subject to removal in a future version.- API:
- This public API is available in Java.
-
getValue
Deprecated, for removal: This API element is subject to removal in a future version.this is not supported anymore. always returns null.- API:
- This public API is available in Java.
-
addValue
Deprecated, for removal: This API element is subject to removal in a future version.useContentObject.value().get(Locale)instead- API:
- This public API is available in Java.
-
addValue
@Deprecated(since="9.3", forRemoval=true) default IContentObjectValue addValue(String description, Date validFrom, Date validTo, Locale language, String user, boolean isDefault, String propertyString) Deprecated, for removal: This API element is subject to removal in a future version.useaddValue(Locale)- API:
- This public API is available in Java.
-
touch
Deprecated, for removal: This API element is subject to removal in a future version.this method has no effect.- API:
- This public API is available in Java.
-
ContentObjectChildAccessor.folder(String)