Class CmsImportVersion7
- All Implemented Interfaces:
- I_CmsImport
- Since:
- 7.0.4
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.Tag for the "userinfo / entry name" attribute, contains the additional user info entry name.static final StringDeprecated.Tag for the "type" attribute, contains the property type.static final StringDeprecated.The name of the DTD for this import version.static final StringDeprecated.The location of the OpenCms configuration DTD if the default prefix is the system ID.static final intDeprecated.The version number of this import implementation.static final StringDeprecated.Tag for the "allowed" node, to identify allowed user permissions.static final StringDeprecated.Tag for the "denied" node, to identify denied user permissions.static final StringDeprecated.Tag for the "accesscontrol" node, to identify access control entries.static final StringDeprecated.Tag for the "accessentry" node, to identify a single access control entry.static final StringDeprecated.Tag for the "permissionset" node, to identify a permission set.static final StringDeprecated.Tag for the "uuidprincipal" node, to identify a principal UUID.static final StringDeprecated.Tag for the "accounts" node.static final StringDeprecated.Tag for the "datecreated" node, contains the date created VFS file attribute.static final StringDeprecated.Tag for the "dateexpired" node, contains the expiration date VFS file attribute.static final StringDeprecated.Tag for the "datelastmodified" node, contains the date last modified VFS file attribute.static final StringDeprecated.Tag for the "datereleased" node, contains the release date VFS file attribute.static final StringDeprecated.Tag for the "description" node, contains a users description test.static final StringDeprecated.Tag for the "destination" node, contains target VFS file name.static final StringDeprecated.Tag for the "email" node, contains a users email.static final StringDeprecated.Tag for the "file" node, container node for all VFS resources.static final StringDeprecated.Tag for the "files" node, container node for all VFS resources.static final StringDeprecated.Tag for the "firstname" node, contains a users first name.static final StringDeprecated.Tag for the "flags" node, contains the flags of a VFS resource.static final StringDeprecated.Tag for the "group" node, contains a group name.static final StringDeprecated.Tag for the "groups" node, contains a users group data.static final StringDeprecated.Tag for the "id" relation attribute, contains the structure id of the target resource of the relation.static final StringDeprecated.Tag for the "lastname" node, contains a users last name.static final StringDeprecated.Tag for the "managersgroup" node, contains name of the managers group of the project.static final StringDeprecated.Tag for the "name" node, contains the name of a property.static final StringDeprecated.Tag for the "orgunit" node, starts the organizational unit data.static final StringDeprecated.Tag for the "orgunits" node, starts the organizational unit data.static final StringDeprecated.Tag for the "parentgroup" node, contains a groups parent group fqn.static final StringDeprecated.Tag for the "password" node, contains a users encrypted password.static final StringDeprecated.Tag for the "path" relation attribute, contains the path to the target resource of the relation.static final StringDeprecated.Tag for the "project" node, starts the project data.static final StringDeprecated.Tag for the "projects" node, starts the project data.static final StringDeprecated.Tag for the "properties" node, starts the list of properties of a VFS resource.static final StringDeprecated.Tag for the "property" node, starts a property for a VFS resource.static final StringDeprecated.Tag in theCmsImportExportManager.EXPORT_MANIFESTfor the "relation" node, starts a relation for a VFS resource.static final StringDeprecated.Tag for the "relations" node, starts the list of relations of a VFS resources.static final StringDeprecated.Tag for the "resource" node, contains the a organizational unit resource name.static final StringDeprecated.Tag for the "resources" node, contains the list of organizational unit resources.static final StringDeprecated.Tag for the "source" node, contains the source path of a VFS resource in the import zip (or folder).static final StringDeprecated.Tag for the "type" node, the resource type name of a VFS resource.static final StringDeprecated.Tag for the "user" node, starts the user data.static final StringDeprecated.Tag for the "usercreated" node, contains the name of the user who created the VFS resource.static final StringDeprecated.Tag for the "usergroup" node, the name of a users group.static final StringDeprecated.Tag for the "usergroups" node, starts the users group data.static final StringDeprecated.Tag for the "userinfo" node, contains the additional user info.static final StringDeprecated.Tag for the "userinfo/entry" node, contains the additional user info entry value.static final StringDeprecated.Tag for the "userlastmodified" node, contains the name of the user who last modified the VFS resource.static final StringDeprecated.Tag for the "userrole" node, contains an users role name.static final StringDeprecated.Tag for the "userroles" node, starts the users role data.static final StringDeprecated.Tag for the "users" node, starts the list of users.static final StringDeprecated.Tag for the "usersgroup" node, contains name of the users group of the project.static final StringDeprecated.Tag for the "uuidresource" node, contains a the resource UUID of a VFS resource.static final StringDeprecated.Tag for the "uuidstructure" node, only required for backward compatibility with import version 2.static final StringDeprecated.Tag for the "value" node, contains the value of a property.static final StringDeprecated.Value for the "shared" property type attribute value.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidDeprecated.Adds an ACE from the current xml data.protected voidaddAccountsGroupRules(org.apache.commons.digester3.Digester digester, String xpath) Deprecated.Adds the XML digester rules for groups.protected voidaddAccountsOrgunitRules(org.apache.commons.digester3.Digester digester, String xpath) Deprecated.Adds the XML digester rules for organizational units.protected voidaddAccountsUserRules(org.apache.commons.digester3.Digester digester, String xpath) Deprecated.Adds the XML digester rules for users.voidaddContentFile(String source, String resourceId) Deprecated.Registers a file whose contents are contained in the zip file.voidaddOrgUnitResource(String resourceName) Deprecated.Adds a new resource to be associated to the current organizational unit.voidaddProjectResource(String resourceName) Deprecated.Adds a new resource to be associated to the current project.protected voidaddProjectRules(org.apache.commons.digester3.Digester digester, String xpath) Deprecated.Adds the XML digester rules for projects.voidDeprecated.Adds a property from the current xml data, in case the type is implicit given.voidaddProperty(String propertyType) Deprecated.Adds a property from the current xml data, in case the type is explicit given.voidDeprecated.Adds a relation to be imported from the current xml data.protected voidaddResourceAceRules(org.apache.commons.digester3.Digester digester, String xpath) Deprecated.Adds the XML digester rules for resource access control entries.protected voidaddResourceAttributesRules(org.apache.commons.digester3.Digester digester, String xpath) Deprecated.Adds the XML digester rules for resource attributes.protected voidaddResourcePropertyRules(org.apache.commons.digester3.Digester digester, String xpath) Deprecated.Adds the XML digester rules for resource properties.protected voidaddResourceRelationRules(org.apache.commons.digester3.Digester digester, String xpath) Deprecated.Adds the XML digester rules for resource relations.voidaddXmlDigesterRules(org.apache.commons.digester3.Digester digester) Deprecated.Adds the XML digester rules for a single import file.voidaddXmlPreprocessingDigesterRules(org.apache.commons.digester3.Digester digester) Deprecated.Adds the XML digester rules for pre-processing a single import file.voidDeprecated.Associates the stored resources to the created organizational units.protected booleancheckImmutable(String resourceName) Deprecated.Checks if the resources is in the list of immutable resources.protected StringconvertDigestEncoding(String value) Deprecated.Converts a given digest to base64 encoding.protected longconvertTimestamp(String timestamp) Deprecated.Convert a given time stamp from a String format to a long value.protected voidDeprecated.This method goes through the manifest, records all files from the manifest for which the content also exists in the zip file, and stores their resource ids in m_contentFiles.intDeprecated.Returns the ace Flags.intDeprecated.Returns the ace Permissions Allowed.intDeprecated.Returns the acePermissionsDenied.Deprecated.Returns the acePrincipalId.getCms()Deprecated.Returns the cms object.longDeprecated.Returns the dateCreated.longDeprecated.Returns the dateExpired.longDeprecated.Returns the dateLastModified.longDeprecated.Returns the dateReleased.Deprecated.Returns the destination.intgetFlags()Deprecated.Returns the flags.Deprecated.Returns the group Description.intDeprecated.Returns the group Flags.Deprecated.Returns the group Name.Deprecated.Returns the group Parent.protected CmsImportHelperDeprecated.Gets the import helper instance.Deprecated.Returns the list of properties to ignore during import.Deprecated.Returns the list of immutable resources.Deprecated.Returns the organizational unit description.intDeprecated.Returns the organizational unit flags.Deprecated.Returns the organizational unit name.Deprecated.Returns the project Description.Deprecated.Returns the project Managers group name.Deprecated.Returns the project Name.Deprecated.Returns the project Users group name.Deprecated.Returns the propertyName.Deprecated.Returns the propertyValue.Deprecated.Returns the relationId.Deprecated.Returns the relationPath.Deprecated.Returns the relationType.Deprecated.Returns the report.Deprecated.Returns the resourceId.Deprecated.Returns the source.Deprecated.Returns the structureId.Deprecated.Returns the throwable.getType()Deprecated.Returns the type.Deprecated.Returns the userCreated.longDeprecated.Returns the user Date Created.Deprecated.Returns the user Email address.Deprecated.Returns the user First name.intDeprecated.Returns the user Flags.Deprecated.Returns the userLastModified.Deprecated.Returns the user Last name.Deprecated.Returns the user Name.Deprecated.Returns the user Password.intDeprecated.Returns the version of the import implementation.voidDeprecated.Imports an ACE from the current xml data.voidimportData(CmsObject cms, I_CmsReport report, CmsImportParameters parameters) Deprecated.Imports the data.voidDeprecated.Import the current group from xml data.voidDeprecated.Imports the current organizational unit.voidDeprecated.Imports the current project.voidDeprecated.Imports all relations from the current xml data.voidDeprecated.Imports a resource from the current xml data.voidimportResources(CmsObject cms, String importPath, I_CmsReport report, File importResource, ZipFile importZip, org.dom4j.Document docXml) Deprecated.voidDeprecated.Imports a new user from the current xml data.voidimportUserGroup(String groupName) Deprecated.Sets the current user as member of the given group.voidimportUserInfo(String infoName, String infoType, String infoValue) Deprecated.Creates a new additional information entry for the current user.voidimportUserRole(String roleName) Deprecated.Sets the current user as member of the given role.voidDeprecated.Increases the file counter.voidDeprecated.Increases the total number of files.booleanmatches(CmsImportParameters parameters) Deprecated.Checks if the file given as parameter matches this import version implementation.voidDeprecated.Rewrites all parseable files, to assure link check.voidsetAceFlags(String aceFlags) Deprecated.Sets the aceFlags.voidsetAcePermissionsAllowed(String acePermissionsAllowed) Deprecated.Sets the acePermissionsAllowed.voidsetAcePermissionsDenied(String acePermissionsDenied) Deprecated.Sets the acePermissionsDenied.voidsetAcePrincipalId(String acePrincipalId) Deprecated.Sets the acePrincipalId.voidsetDateCreated(String dateCreated) Deprecated.Sets the dateCreated.voidsetDateExpired(String dateExpired) Deprecated.Sets the dateExpired.voidsetDateLastModified(String dateLastModified) Deprecated.Sets the dateLastModified.voidsetDateReleased(String dateReleased) Deprecated.Sets the dateReleased.voidsetDestination(String destination) Deprecated.Sets the destination.voidDeprecated.Sets the flags.voidsetGroupDescription(String groupDescription) Deprecated.Sets the group Description.voidsetGroupFlags(String groupFlags) Deprecated.Sets the group Flags.voidsetGroupName(String groupName) Deprecated.Sets the group Name.voidsetGroupParent(String groupParent) Deprecated.Sets the group Parent.voidDeprecated.Sets the membership information that could not been set immediately, because of import order issues.voidsetOrgUnitDescription(String orgUnitDescription) Deprecated.Sets the organizational unit description.voidsetOrgUnitFlags(String orgUnitFlags) Deprecated.Sets the organizational unit flags.voidsetOrgUnitName(String orgUnitName) Deprecated.Sets the organizational unit name.voidsetProjectDescription(String projectDescription) Deprecated.Sets the project Description.voidsetProjectManagers(String projectManagers) Deprecated.Sets the project Managers group name.voidsetProjectName(String projectName) Deprecated.Sets the project Name.voidsetProjectUsers(String projectUsers) Deprecated.Sets the project Users group name.voidsetPropertyName(String propertyName) Deprecated.Sets the propertyName.voidsetPropertyValue(String propertyValue) Deprecated.Sets the propertyValue.voidsetRelationId(String relationId) Deprecated.Sets the relationId.voidsetRelationPath(String relationPath) Deprecated.Sets the relationPath.voidsetRelationType(String relationType) Deprecated.Sets the relationType.voidsetResourceId(String resourceId) Deprecated.Sets the resourceId.voidDeprecated.Sets the source.voidsetStructureId(String structureId) Deprecated.Sets the structureId.voidsetThrowable(Throwable throwable) Deprecated.Sets the throwable.voidDeprecated.Sets the type.voidsetUserCreated(String userCreated) Deprecated.Sets the userCreated.voidsetUserCreated(CmsUUID userCreated) Deprecated.Sets the user Created.voidsetUserDateCreated(String userDateCreated) Deprecated.Sets the user Date Created.voidsetUserEmail(String userEmail) Deprecated.Sets the user email address.voidsetUserFirstname(String userFirstname) Deprecated.Sets the user First name.voidsetUserFlags(String userFlags) Deprecated.Sets the user Flags.voidsetUserLastModified(String userLastModified) Deprecated.Sets the userLastModified.voidsetUserLastModified(CmsUUID userLastModified) Deprecated.Sets the user Last Modified.voidsetUserLastname(String userLastname) Deprecated.Sets the user Last name.voidsetUserName(String userName) Deprecated.Sets the user Name.voidsetUserPassword(String userPassword) Deprecated.Sets the user Password.voidsetVersion(String version) Deprecated.Sets the export version from the manifest file.protected voidsortParseableResources(List<CmsResource> parseables) Deprecated.Sorts the parsealble resources before we actually parse the links.
- 
Field Details- 
A_NAMEDeprecated.Tag for the "userinfo / entry name" attribute, contains the additional user info entry name.- See Also:
 
- 
A_TYPEDeprecated.Tag for the "type" attribute, contains the property type.- See Also:
 
- 
DTD_FILENAMEDeprecated.The name of the DTD for this import version.- See Also:
 
- 
DTD_LOCATIONDeprecated.The location of the OpenCms configuration DTD if the default prefix is the system ID.- See Also:
 
- 
IMPORT_VERSION7Deprecated.The version number of this import implementation.- See Also:
 
- 
N_ACCESSCONTROL_ALLOWEDPERMISSIONSDeprecated.Tag for the "allowed" node, to identify allowed user permissions.- See Also:
 
- 
N_ACCESSCONTROL_DENIEDPERMISSIONSDeprecated.Tag for the "denied" node, to identify denied user permissions.- See Also:
 
- 
N_ACCESSCONTROL_ENTRIESDeprecated.Tag for the "accesscontrol" node, to identify access control entries.- See Also:
 
- 
N_ACCESSCONTROL_ENTRYDeprecated.Tag for the "accessentry" node, to identify a single access control entry.- See Also:
 
- 
N_ACCESSCONTROL_PERMISSIONSETDeprecated.Tag for the "permissionset" node, to identify a permission set.- See Also:
 
- 
N_ACCESSCONTROL_PRINCIPALDeprecated.Tag for the "uuidprincipal" node, to identify a principal UUID.- See Also:
 
- 
N_ACCOUNTSDeprecated.Tag for the "accounts" node.- See Also:
 
- 
N_DATECREATEDDeprecated.Tag for the "datecreated" node, contains the date created VFS file attribute.- See Also:
 
- 
N_DATEEXPIREDDeprecated.Tag for the "dateexpired" node, contains the expiration date VFS file attribute.- See Also:
 
- 
N_DATELASTMODIFIEDDeprecated.Tag for the "datelastmodified" node, contains the date last modified VFS file attribute.- See Also:
 
- 
N_DATERELEASEDDeprecated.Tag for the "datereleased" node, contains the release date VFS file attribute.- See Also:
 
- 
N_DESCRIPTIONDeprecated.Tag for the "description" node, contains a users description test.- See Also:
 
- 
N_DESTINATIONDeprecated.Tag for the "destination" node, contains target VFS file name.- See Also:
 
- 
N_EMAILDeprecated.Tag for the "email" node, contains a users email.- See Also:
 
- 
N_FILEDeprecated.Tag for the "file" node, container node for all VFS resources.- See Also:
 
- 
N_FILESDeprecated.Tag for the "files" node, container node for all VFS resources.- See Also:
 
- 
N_FIRSTNAMEDeprecated.Tag for the "firstname" node, contains a users first name.- See Also:
 
- 
N_FLAGSDeprecated.Tag for the "flags" node, contains the flags of a VFS resource.- See Also:
 
- 
N_GROUPDeprecated.Tag for the "group" node, contains a group name.- See Also:
 
- 
N_GROUPSDeprecated.Tag for the "groups" node, contains a users group data.- See Also:
 
- 
N_IDDeprecated.Tag for the "id" relation attribute, contains the structure id of the target resource of the relation.- See Also:
 
- 
N_LASTNAMEDeprecated.Tag for the "lastname" node, contains a users last name.- See Also:
 
- 
N_MANAGERSGROUPDeprecated.Tag for the "managersgroup" node, contains name of the managers group of the project.- See Also:
 
- 
N_NAMEDeprecated.Tag for the "name" node, contains the name of a property.- See Also:
 
- 
N_ORGUNITDeprecated.Tag for the "orgunit" node, starts the organizational unit data.- See Also:
 
- 
N_ORGUNITSDeprecated.Tag for the "orgunits" node, starts the organizational unit data.- See Also:
 
- 
N_PARENTGROUPDeprecated.Tag for the "parentgroup" node, contains a groups parent group fqn.- See Also:
 
- 
N_PASSWORDDeprecated.Tag for the "password" node, contains a users encrypted password.- See Also:
 
- 
N_PATHDeprecated.Tag for the "path" relation attribute, contains the path to the target resource of the relation.- See Also:
 
- 
N_PROJECTDeprecated.Tag for the "project" node, starts the project data.- See Also:
 
- 
N_PROJECTSDeprecated.Tag for the "projects" node, starts the project data.- See Also:
 
- 
N_PROPERTIESDeprecated.Tag for the "properties" node, starts the list of properties of a VFS resource.- See Also:
 
- 
N_PROPERTYDeprecated.Tag for the "property" node, starts a property for a VFS resource.- See Also:
 
- 
N_RELATIONDeprecated.Tag in theCmsImportExportManager.EXPORT_MANIFESTfor the "relation" node, starts a relation for a VFS resource.- See Also:
 
- 
N_RELATIONSDeprecated.Tag for the "relations" node, starts the list of relations of a VFS resources.- See Also:
 
- 
N_RESOURCEDeprecated.Tag for the "resource" node, contains the a organizational unit resource name.- See Also:
 
- 
N_RESOURCESDeprecated.Tag for the "resources" node, contains the list of organizational unit resources.- See Also:
 
- 
N_SOURCEDeprecated.Tag for the "source" node, contains the source path of a VFS resource in the import zip (or folder).- See Also:
 
- 
N_TYPEDeprecated.Tag for the "type" node, the resource type name of a VFS resource.- See Also:
 
- 
N_USERDeprecated.Tag for the "user" node, starts the user data.- See Also:
 
- 
N_USERCREATEDDeprecated.Tag for the "usercreated" node, contains the name of the user who created the VFS resource.- See Also:
 
- 
N_USERGROUPDeprecated.Tag for the "usergroup" node, the name of a users group.- See Also:
 
- 
N_USERGROUPSDeprecated.Tag for the "usergroups" node, starts the users group data.- See Also:
 
- 
N_USERINFODeprecated.Tag for the "userinfo" node, contains the additional user info.- See Also:
 
- 
N_USERINFO_ENTRYDeprecated.Tag for the "userinfo/entry" node, contains the additional user info entry value.- See Also:
 
- 
N_USERLASTMODIFIEDDeprecated.Tag for the "userlastmodified" node, contains the name of the user who last modified the VFS resource.- See Also:
 
- 
N_USERROLEDeprecated.Tag for the "userrole" node, contains an users role name.- See Also:
 
- 
N_USERROLESDeprecated.Tag for the "userroles" node, starts the users role data.- See Also:
 
- 
N_USERSDeprecated.Tag for the "users" node, starts the list of users.- See Also:
 
- 
N_USERSGROUPDeprecated.Tag for the "usersgroup" node, contains name of the users group of the project.- See Also:
 
- 
N_UUIDRESOURCEDeprecated.Tag for the "uuidresource" node, contains a the resource UUID of a VFS resource.- See Also:
 
- 
N_UUIDSTRUCTUREDeprecated.Tag for the "uuidstructure" node, only required for backward compatibility with import version 2.- See Also:
 
- 
N_VALUEDeprecated.Tag for the "value" node, contains the value of a property.- See Also:
 
- 
PROPERTY_ATTRIB_TYPE_SHAREDDeprecated.Value for the "shared" property type attribute value.- See Also:
 
 
- 
- 
Constructor Details- 
CmsImportVersion7public CmsImportVersion7()Deprecated.Public constructor.
 
- 
- 
Method Details- 
addAccessControlEntryDeprecated.Adds an ACE from the current xml data.- See Also:
 
- 
addContentFileDeprecated.Registers a file whose contents are contained in the zip file.- Parameters:
- source- the path in the zip file
- resourceId-
 
- 
addOrgUnitResourceDeprecated.Adds a new resource to be associated to the current organizational unit.- Parameters:
- resourceName- the resource name to add
 
- 
addProjectResourceDeprecated.Adds a new resource to be associated to the current project.- Parameters:
- resourceName- the resource name to add
 
- 
addPropertyDeprecated.Adds a property from the current xml data, in case the type is implicit given.- See Also:
 
- 
addPropertyDeprecated.Adds a property from the current xml data, in case the type is explicit given.- Parameters:
- propertyType- the type of the property to be added
- See Also:
 
- 
addRelationDeprecated.Adds a relation to be imported from the current xml data.- See Also:
 
- 
addXmlDigesterRulesDeprecated.Adds the XML digester rules for a single import file.- Parameters:
- digester- the digester to add the rules to
 
- 
addXmlPreprocessingDigesterRulesDeprecated.Adds the XML digester rules for pre-processing a single import file.- Parameters:
- digester- the digester to add the rules to
 
- 
associateOrgUnitResourcesDeprecated.Associates the stored resources to the created organizational units.This is a global process that occurs only once at the end of the import, after all resources have been imported, to make sure that the resources of the organizational units are available. - See Also:
 
- 
getAceFlagsDeprecated.Returns the ace Flags.- Returns:
- the ace Flags
- See Also:
 
- 
getAcePermissionsAllowedDeprecated.Returns the ace Permissions Allowed.- Returns:
- the ace Permissions Allowed
- See Also:
 
- 
getAcePermissionsDeniedDeprecated.Returns the acePermissionsDenied.- Returns:
- the acePermissionsDenied
- See Also:
 
- 
getAcePrincipalIdDeprecated.Returns the acePrincipalId.- Returns:
- the acePrincipalId
- See Also:
 
- 
getCmsDeprecated.Returns the cms object.- Returns:
- the cms object
 
- 
getDateCreatedDeprecated.Returns the dateCreated.- Returns:
- the dateCreated
- See Also:
 
- 
getDateExpiredDeprecated.Returns the dateExpired.- Returns:
- the dateExpired
- See Also:
 
- 
getDateLastModifiedDeprecated.Returns the dateLastModified.- Returns:
- the dateLastModified
- See Also:
 
- 
getDateReleasedDeprecated.Returns the dateReleased.- Returns:
- the dateReleased
- See Also:
 
- 
getDestinationDeprecated.Returns the destination.- Returns:
- the destination
- See Also:
 
- 
getFlagsDeprecated.Returns the flags.- Returns:
- the flags
- See Also:
 
- 
getGroupDescriptionDeprecated.Returns the group Description.- Returns:
- the group Description
 
- 
getGroupFlagsDeprecated.Returns the group Flags.- Returns:
- the group Flags
 
- 
getGroupNameDeprecated.Returns the group Name.- Returns:
- the group Name
 
- 
getGroupParentDeprecated.Returns the group Parent.- Returns:
- the group Parent
 
- 
getOrgUnitDescriptionDeprecated.Returns the organizational unit description.- Returns:
- the organizational unit description
 
- 
getOrgUnitFlagsDeprecated.Returns the organizational unit flags.- Returns:
- the organizational unit flags
 
- 
getOrgUnitNameDeprecated.Returns the organizational unit name.- Returns:
- the organizational unit name
 
- 
getProjectDescriptionDeprecated.Returns the project Description.- Returns:
- the project Description
 
- 
getProjectManagersDeprecated.Returns the project Managers group name.- Returns:
- the project Managers group name
 
- 
getProjectNameDeprecated.Returns the project Name.- Returns:
- the project Name
 
- 
getProjectUsersDeprecated.Returns the project Users group name.- Returns:
- the project Users group name
 
- 
getPropertyNameDeprecated.Returns the propertyName.- Returns:
- the propertyName
- See Also:
 
- 
getPropertyValueDeprecated.Returns the propertyValue.- Returns:
- the propertyValue
- See Also:
 
- 
getRelationIdDeprecated.Returns the relationId.- Returns:
- the relationId
- See Also:
 
- 
getRelationPathDeprecated.Returns the relationPath.- Returns:
- the relationPath
- See Also:
 
- 
getRelationTypeDeprecated.Returns the relationType.- Returns:
- the relationType
- See Also:
 
- 
getReportDeprecated.Returns the report.- Returns:
- the report
 
- 
getResourceIdDeprecated.Returns the resourceId.- Returns:
- the resourceId
- See Also:
 
- 
getSourceDeprecated.Returns the source.- Returns:
- the source
- See Also:
 
- 
getStructureIdDeprecated.Returns the structureId.- Returns:
- the structureId
- See Also:
 
- 
getThrowableDeprecated.Returns the throwable.- Returns:
- the throwable
 
- 
getTypeDeprecated.Returns the type.- Returns:
- the type
- See Also:
 
- 
getUserCreatedDeprecated.Returns the userCreated.- Returns:
- the userCreated
- See Also:
 
- 
getUserDateCreatedDeprecated.Returns the user Date Created.- Returns:
- the user Date Created
 
- 
getUserEmailDeprecated.Returns the user Email address.- Returns:
- the user Email address
 
- 
getUserFirstnameDeprecated.Returns the user First name.- Returns:
- the user First name
 
- 
getUserFlagsDeprecated.Returns the user Flags.- Returns:
- the user Flags
 
- 
getUserLastModifiedDeprecated.Returns the userLastModified.- Returns:
- the userLastModified
- See Also:
 
- 
getUserLastnameDeprecated.Returns the user Last name.- Returns:
- the user Last name
 
- 
getUserNameDeprecated.Returns the user Name.- Returns:
- the user Name
 
- 
getUserPasswordDeprecated.Returns the user Password.- Returns:
- the user Password
 
- 
getVersionDeprecated.Description copied from interface:I_CmsImportReturns the version of the import implementation.- 0 indicates an export file without a version number, that is before version 4.3.23 of OpenCms
- 1 indicates an export file of OpenCms with a version before 5.0.0
- 2 indicates an export file of OpenCms with a version before 5.1.2
- 3 indicates an export file of OpenCms with a version before 5.1.6
- 4 indicates an export file of OpenCms with a version before 6.3.0
- 5 indicates an export file of OpenCms with a version before 6.5.6
- 6 indicates an export file of OpenCms with a version before 7.0.4
- 7 indicates an export file of OpenCms with a version after 7.0.3
 - Specified by:
- getVersionin interface- I_CmsImport
- Returns:
- the version of the import implementation
- See Also:
 
- 
importAccessControlEntriesDeprecated.Imports an ACE from the current xml data.- See Also:
 
- 
importDataDeprecated.Description copied from interface:I_CmsImportImports the data.- Specified by:
- importDatain interface- I_CmsImport
- Parameters:
- cms- the current users OpenCms context
- report- a report object to output the progress information to
- parameters- the parameters to use during the import
- See Also:
 
- 
importGroupDeprecated.Import the current group from xml data.
- 
importOrgUnitDeprecated.Imports the current organizational unit.
- 
importProjectDeprecated.Imports the current project.
- 
importRelationsDeprecated.Imports all relations from the current xml data.This is a global process that occurs only once at the end of the import, after all resources have been imported, to make sure that both resources of the relations are available. - See Also:
 
- 
importResourceDeprecated.Imports a resource from the current xml data.- See Also:
 
- 
importResources@Deprecated public void importResources(CmsObject cms, String importPath, I_CmsReport report, File importResource, ZipFile importZip, org.dom4j.Document docXml) Deprecated.Description copied from interface:I_CmsImportImports the resources.- Specified by:
- importResourcesin interface- I_CmsImport
- Parameters:
- cms- the current users OpenCms context
- importPath- the path in the OpenCms VFS to import into
- report- a report object to output the progress information to
- importResource- the import-resource (folder) to load resources from
- importZip- the import-resource (zip) to load resources from
- docXml- the- manifest.xmlfile which contains the meta information of the imported files
- See Also:
 
- 
importUserDeprecated.Imports a new user from the current xml data.
- 
importUserGroupDeprecated.Sets the current user as member of the given group.It can happen that the organizational unit has not been imported jet, in this case, the data is kept for later. - Parameters:
- groupName- the name of the group to set
- See Also:
 
- 
importUserInfoDeprecated.Creates a new additional information entry for the current user.- Parameters:
- infoName- the name of the additional information entry
- infoType- the type of the additional information entry
- infoValue- the value of the additional information entry
 
- 
importUserRoleDeprecated.Sets the current user as member of the given role.It can happen that the organizational unit has not been imported jet, in this case, the data is kept for later. - Parameters:
- roleName- the name of the role to set
- See Also:
 
- 
increaseCounterDeprecated.Increases the file counter.
- 
increaseTotalFilesDeprecated.Increases the total number of files.
- 
matchesDeprecated.Description copied from interface:I_CmsImportChecks if the file given as parameter matches this import version implementation.- Specified by:
- matchesin interface- I_CmsImport
- Parameters:
- parameters- the parameters to use during matching
- Returns:
- trueif the file can be imported by this import version implementation
- Throws:
- CmsImportExportException- if something goes wrong
- See Also:
 
- 
rewriteParseablesDeprecated.Rewrites all parseable files, to assure link check.This is a global process, that is executed only once at the end of the import to be sure that all link targets are available. - See Also:
 
- 
setAceFlagsDeprecated.Sets the aceFlags.- Parameters:
- aceFlags- the aceFlags to set
- See Also:
 
- 
setAcePermissionsAllowedDeprecated.Sets the acePermissionsAllowed.- Parameters:
- acePermissionsAllowed- the acePermissionsAllowed to set
- See Also:
 
- 
setAcePermissionsDeniedDeprecated.Sets the acePermissionsDenied.- Parameters:
- acePermissionsDenied- the acePermissionsDenied to set
- See Also:
 
- 
setAcePrincipalIdDeprecated.Sets the acePrincipalId.- Parameters:
- acePrincipalId- the acePrincipalId to set
- See Also:
 
- 
setDateCreatedDeprecated.Sets the dateCreated.- Parameters:
- dateCreated- the dateCreated to set
- See Also:
 
- 
setDateExpiredDeprecated.Sets the dateExpired.- Parameters:
- dateExpired- the dateExpired to set
- See Also:
 
- 
setDateLastModifiedDeprecated.Sets the dateLastModified.- Parameters:
- dateLastModified- the dateLastModified to set
- See Also:
 
- 
setDateReleasedDeprecated.Sets the dateReleased.- Parameters:
- dateReleased- the dateReleased to set
- See Also:
 
- 
setDestinationDeprecated.Sets the destination.- Parameters:
- destination- the destination to set
- See Also:
 
- 
setFlagsDeprecated.Sets the flags.- Parameters:
- flags- the flags to set
- See Also:
 
- 
setGroupDescriptionDeprecated.Sets the group Description.- Parameters:
- groupDescription- the description to set
 
- 
setGroupFlagsDeprecated.Sets the group Flags.- Parameters:
- groupFlags- the flags to set
 
- 
setGroupNameDeprecated.Sets the group Name.- Parameters:
- groupName- the name to set
 
- 
setGroupParentDeprecated.Sets the group Parent.- Parameters:
- groupParent- the group Parent to set
 
- 
setMembershipDeprecated.Sets the membership information that could not been set immediately, because of import order issues.
- 
setOrgUnitDescriptionDeprecated.Sets the organizational unit description.- Parameters:
- orgUnitDescription- the description to set
 
- 
setOrgUnitFlagsDeprecated.Sets the organizational unit flags.- Parameters:
- orgUnitFlags- the flags to set
 
- 
setOrgUnitNameDeprecated.Sets the organizational unit name.- Parameters:
- orgUnitName- the name to set
 
- 
setProjectDescriptionDeprecated.Sets the project Description.- Parameters:
- projectDescription- the description to set
 
- 
setProjectManagersDeprecated.Sets the project Managers group name.- Parameters:
- projectManagers- the managers group to set
 
- 
setProjectNameDeprecated.Sets the project Name.- Parameters:
- projectName- the name to set
 
- 
setProjectUsersDeprecated.Sets the project Users group name.- Parameters:
- projectUsers- the Users group to set
 
- 
setPropertyNameDeprecated.Sets the propertyName.- Parameters:
- propertyName- the propertyName to set
- See Also:
 
- 
setPropertyValueDeprecated.Sets the propertyValue.- Parameters:
- propertyValue- the propertyValue to set
- See Also:
 
- 
setRelationIdDeprecated.Sets the relationId.- Parameters:
- relationId- the relationId to set
- See Also:
 
- 
setRelationPathDeprecated.Sets the relationPath.- Parameters:
- relationPath- the relationPath to set
- See Also:
 
- 
setRelationTypeDeprecated.Sets the relationType.- Parameters:
- relationType- the relationType to set
- See Also:
 
- 
setResourceIdDeprecated.Sets the resourceId.- Parameters:
- resourceId- the resourceId to set
- See Also:
 
- 
setSourceDeprecated.Sets the source.- Parameters:
- source- the source to set
- See Also:
 
- 
setStructureIdDeprecated.Sets the structureId.- Parameters:
- structureId- the structureId to set
- See Also:
 
- 
setThrowableDeprecated.Sets the throwable.- Parameters:
- throwable- the throwable to set
 
- 
setTypeDeprecated.Sets the type.- Parameters:
- typeName- the type to set
- See Also:
 
- 
setUserCreatedDeprecated.Sets the user Created.- Parameters:
- userCreated- the user Created to set
 
- 
setUserCreatedDeprecated.Sets the userCreated.- Parameters:
- userCreated- the userCreated to set
- See Also:
 
- 
setUserDateCreatedDeprecated.Sets the user Date Created.- Parameters:
- userDateCreated- the date to set
 
- 
setUserEmailDeprecated.Sets the user email address.- Parameters:
- userEmail- the email address to set
 
- 
setUserFirstnameDeprecated.Sets the user First name.- Parameters:
- userFirstname- the first name to set
 
- 
setUserFlagsDeprecated.Sets the user Flags.- Parameters:
- userFlags- the flags to set
 
- 
setUserLastModifiedDeprecated.Sets the user Last Modified.- Parameters:
- userLastModified- the user Last Modified to set
 
- 
setUserLastModifiedDeprecated.Sets the userLastModified.- Parameters:
- userLastModified- the userLastModified to set
- See Also:
 
- 
setUserLastnameDeprecated.Sets the user Last name.- Parameters:
- userLastname- the last name to set
 
- 
setUserNameDeprecated.Sets the user Name.- Parameters:
- userName- the name to set
 
- 
setUserPasswordDeprecated.Sets the user Password.- Parameters:
- userPassword- the password to set
 
- 
setVersionDeprecated.Sets the export version from the manifest file.- Parameters:
- version- the export version to set
 
- 
addAccountsGroupRulesDeprecated.Adds the XML digester rules for groups.- Parameters:
- digester- the digester to add the rules to
- xpath- the base xpath for the rules
 
- 
addAccountsOrgunitRulesprotected void addAccountsOrgunitRules(org.apache.commons.digester3.Digester digester, String xpath) Deprecated.Adds the XML digester rules for organizational units.- Parameters:
- digester- the digester to add the rules to
- xpath- the base xpath for the rules
 
- 
addAccountsUserRulesDeprecated.Adds the XML digester rules for users.- Parameters:
- digester- the digester to add the rules to
- xpath- the base xpath for the rules
 
- 
addProjectRulesDeprecated.Adds the XML digester rules for projects.- Parameters:
- digester- the digester to add the rules to
- xpath- the base xpath for the rules
 
- 
addResourceAceRulesDeprecated.Adds the XML digester rules for resource access control entries.- Parameters:
- digester- the digester to add the rules to
- xpath- the base xpath for the rules
 
- 
addResourceAttributesRulesprotected void addResourceAttributesRules(org.apache.commons.digester3.Digester digester, String xpath) Deprecated.Adds the XML digester rules for resource attributes.- Parameters:
- digester- the digester to add the rules to
- xpath- the base xpath for the rules
 
- 
addResourcePropertyRulesprotected void addResourcePropertyRules(org.apache.commons.digester3.Digester digester, String xpath) Deprecated.Adds the XML digester rules for resource properties.- Parameters:
- digester- the digester to add the rules to
- xpath- the base xpath for the rules
 
- 
addResourceRelationRulesprotected void addResourceRelationRules(org.apache.commons.digester3.Digester digester, String xpath) Deprecated.Adds the XML digester rules for resource relations.- Parameters:
- digester- the digester to add the rules to
- xpath- the base xpath for the rules
 
- 
checkImmutableDeprecated.Checks if the resources is in the list of immutable resources.- Parameters:
- resourceName- the name of the resource
- Returns:
- trueor- false
 
- 
convertDigestEncodingDeprecated.Converts a given digest to base64 encoding.- Parameters:
- value- the digest value in the legacy encoding
- Returns:
- the digest in the new encoding
 
- 
convertTimestampDeprecated.Convert a given time stamp from a String format to a long value.The time stamp is either the string representation of a long value (old export format) or a user-readable string format. - Parameters:
- timestamp- time stamp to convert
- Returns:
- long value of the time stamp
 
- 
findContentFilesDeprecated.This method goes through the manifest, records all files from the manifest for which the content also exists in the zip file, and stores their resource ids in m_contentFiles.
- 
getHelperDeprecated.Gets the import helper instance.- Returns:
- the import helper
 
- 
getIgnoredPropertiesDeprecated.Returns the list of properties to ignore during import.- Returns:
- the list of properties to ignore during import
 
- 
getImmutableResourcesDeprecated.Returns the list of immutable resources.- Returns:
- the list of immutable resources
 
- 
sortParseableResourcesDeprecated.Sorts the parsealble resources before we actually parse the links.This is needed because we may, for example, have resources A and B such that A has a link to B, and B requires the relation corresponding to that link to be present for some functionality (e.g. the page_title macro in gallery name mappings), so we need to parse the links for A first to create the relation before B is processed. 
 
- 
importData(CmsObject, I_CmsReport, CmsImportParameters)instead