Package org.alfresco.repo.transfer
Class TransferCommons
java.lang.Object
org.alfresco.repo.transfer.TransferCommons
A bucket for little odds and ends for the transfer service.
If this becomes a big class then refactor it away.
- Author:
- Mark Rogers
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe Query String for the begin method.static final StringThe Query String for the begin method.static final StringFile Root File Transferstatic final StringTransferIdstatic final StringEditionstatic final StringMajor versionstatic final StringMinor versionstatic final StringRevision versionstatic final StringThe Mime Part Name of the manifest filestatic final StringIf this returns true, then the transfer service reports should only contain entries about: Create, Update, Delete items ; see MNT-14059 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final StringURLToPartName(String contentUrl) Mapping between contentUrl and part name.
-
Field Details
-
PART_NAME_MANIFEST
The Mime Part Name of the manifest file- See Also:
-
PARAM_FROM_REPOSITORYID
The Query String for the begin method.- See Also:
-
PARAM_ALLOW_TRANSFER_TO_SELF
The Query String for the begin method.- See Also:
-
TS_SIMPLE_REPORT
If this returns true, then the transfer service reports should only contain entries about: Create, Update, Delete items ; see MNT-14059- See Also:
-
PARAM_TRANSFER_ID
TransferId- See Also:
-
PARAM_VERSION_MAJOR
Major version- See Also:
-
PARAM_VERSION_MINOR
Minor version- See Also:
-
PARAM_VERSION_REVISION
Revision version- See Also:
-
PARAM_VERSION_EDITION
Edition- See Also:
-
PARAM_ROOT_FILE_TRANSFER
File Root File Transfer- See Also:
-
-
Constructor Details
-
TransferCommons
public TransferCommons()
-
-
Method Details
-
URLToPartName
Mapping between contentUrl and part name.- Parameters:
contentUrl- String- Returns:
- the part name
-