Uses of Class
com.gentics.contentnode.rest.model.AbstractModel
Packages that use AbstractModel
Package
Description
-
Uses of AbstractModel in com.gentics.contentnode.rest.model
Subclasses of AbstractModel in com.gentics.contentnode.rest.modelModifier and TypeClassDescriptionclassModel of a ContentRepository FragmentclassContentRepository -
Uses of AbstractModel in com.gentics.contentnode.rest.model.devtools
Subclasses of AbstractModel in com.gentics.contentnode.rest.model.devtoolsModifier and TypeClassDescriptionclassContentRepository Fragment in a package.
If the object does not have a (local) ID, this means that the object was not synchronized to the CMS.
It is also possible, that the global ID of the object is null, if it is not set in thegentics_structure.jsonfile.
Objects without global ID in the filesystem can be imported into the CMS, but will never be "in sync", because they cannot be identified without global ID.classContent Repository in a package.
If the object does not have a (local) ID, this means that the object was not synchronized to the CMS.
It is also possible, that the global ID of the object is null, if it is not set in thegentics_structure.jsonfile.
Objects without global ID in the filesystem can be imported into the CMS, but will never be "in sync", because they cannot be identified without global ID. -
Uses of AbstractModel in com.gentics.contentnode.rest.model.devtools.dependency
Subclasses of AbstractModel in com.gentics.contentnode.rest.model.devtools.dependencyModifier and TypeClassDescriptionclassAbstract base class for PackageDependency and ReferenceDependency implementationsclassRepresents a single package dependency that can be used for a package consistency checkclassA reference of a dependency.