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
public class ContentRepositoryInPackage extends ContentRepositoryModel
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 thegentics_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:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.gentics.contentnode.rest.model.ContentRepositoryModel
ContentRepositoryModel.Status, ContentRepositoryModel.Type
-
-
Field Summary
Fields Modifier and Type Field Description protected String
packageName
-
Fields inherited from class com.gentics.contentnode.rest.model.ContentRepositoryModel
basepath, checkDate, checkResult, checkStatus, crType, dataCheckResult, dataStatus, dbType, defaultPermission, diffDelete, elasticsearch, id, instantPublishing, languageInformation, name, password, permissionInformation, permissionProperty, projectPerNode, statusDate, url, usePassword, username, version
-
-
Constructor Summary
Constructors Constructor Description ContentRepositoryInPackage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPackageName()
Name of the package that contains the objectvoid
setPackageName(String packageName)
Set the package name-
Methods inherited from class com.gentics.contentnode.rest.model.ContentRepositoryModel
getBasepath, getCheckDate, getCheckResult, getCheckStatus, getCrType, getDataCheckResult, getDataStatus, getDbType, getDefaultPermission, getDiffDelete, getElasticsearch, getId, getInstantPublishing, getLanguageInformation, getName, getPassword, getPermissionInformation, getPermissionProperty, getProjectPerNode, getStatusDate, getUrl, getUsePassword, getUsername, getVersion, setBasepath, setCheckDate, setCheckResult, setCheckStatus, setCrType, setDataCheckResult, setDataStatus, setDbType, setDefaultPermission, setDiffDelete, setElasticsearch, setId, setInstantPublishing, setLanguageInformation, setName, setPassword, setPermissionInformation, setPermissionProperty, setProjectPerNode, setStatusDate, setUrl, setUsePassword, setUsername, setVersion
-
Methods inherited from class com.gentics.contentnode.rest.model.AbstractModel
getGlobalId, setGlobalId
-
-
-
-
Field Detail
-
packageName
protected String packageName
-
-