org.alfresco.service.cmr.transfer
Interface TransferServicePolicies.OnStartInboundTransferPolicy
- All Superinterfaces:
- ClassPolicy, Policy
- Enclosing interface:
- TransferServicePolicies
public static interface TransferServicePolicies.OnStartInboundTransferPolicy
- extends ClassPolicy
Invoked immediately after processing of a new inbound transfer is started. This policy is
invoked within the transaction on which the transfer lock is written.
Reported against the "trx:transferRecord" type (TransferModel.TYPE_TRANSFER_RECORD
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy |
Policy.Arg |
Field Summary |
static org.alfresco.service.namespace.QName |
QNAME
|
Method Summary |
void |
onStartInboundTransfer(java.lang.String transferId)
Invoked immediately after processing of a new inbound transfer is started. |
QNAME
static final org.alfresco.service.namespace.QName QNAME
onStartInboundTransfer
void onStartInboundTransfer(java.lang.String transferId)
- Invoked immediately after processing of a new inbound transfer is started. This policy is
invoked within the transaction on which the transfer lock is written.
Reported against the "trx:transferRecord" type (
TransferModel.TYPE_TRANSFER_RECORD
- Parameters:
transferId
- The identifier of the transfer that has been started
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.