Class ContentRepositoryInPackage
java.lang.Object
com.gentics.contentnode.rest.model.AbstractModel
com.gentics.contentnode.rest.model.ContentRepositoryModel
com.gentics.contentnode.rest.model.devtools.ContentRepositoryInPackage
- All Implemented Interfaces:
Serializable
Content 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 the
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.
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 the
gentics_structure.json
file.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.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.gentics.contentnode.rest.model.ContentRepositoryModel
ContentRepositoryModel.PasswordType, ContentRepositoryModel.Status, ContentRepositoryModel.Type
-
Field Summary
Fields inherited from class com.gentics.contentnode.rest.model.ContentRepositoryModel
basepath, basepathProperty, checkDate, checkResult, checkStatus, crType, dataCheckResult, dataStatus, dbType, defaultPermission, diffDelete, elasticsearch, http2, id, instantPublishing, languageInformation, name, noFilesIndex, noFoldersIndex, noFormsIndex, noPagesIndex, password, passwordProperty, passwordType, permissionInformation, permissionProperty, projectPerNode, statusDate, url, urlProperty, username, usernameProperty, version
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionName of the package that contains the objectvoid
setPackageName
(String packageName) Set the package nameMethods inherited from class com.gentics.contentnode.rest.model.ContentRepositoryModel
getBasepath, getBasepathProperty, getCheckDate, getCheckResult, getCheckStatus, getCrType, getDataCheckResult, getDataStatus, getDbType, getDefaultPermission, getDiffDelete, getElasticsearch, getHttp2, getId, getInstantPublishing, getLanguageInformation, getName, getNoFilesIndex, getNoFoldersIndex, getNoFormsIndex, getNoPagesIndex, getPassword, getPasswordProperty, getPasswordType, getPermissionInformation, getPermissionProperty, getProjectPerNode, getStatusDate, getUrl, getUrlProperty, getUsername, getUsernameProperty, getVersion, setBasepath, setBasepathProperty, setCheckDate, setCheckResult, setCheckStatus, setCrType, setDataCheckResult, setDataStatus, setDbType, setDefaultPermission, setDiffDelete, setElasticsearch, setHttp2, setId, setInstantPublishing, setLanguageInformation, setName, setNoFilesIndex, setNoFoldersIndex, setNoFormsIndex, setNoPagesIndex, setPassword, setPasswordProperty, setPasswordType, setPermissionInformation, setPermissionProperty, setProjectPerNode, setStatusDate, setUrl, setUrlProperty, setUsername, setUsernameProperty, setVersion
Methods inherited from class com.gentics.contentnode.rest.model.AbstractModel
getGlobalId, setGlobalId
-
Field Details
-
packageName
-
-
Constructor Details
-
ContentRepositoryInPackage
public ContentRepositoryInPackage()
-
-
Method Details
-
getPackageName
Name of the package that contains the object- Returns:
- package name
-
setPackageName
Set the package name- Parameters:
packageName
- package name
-