org.alfresco.service.cmr.transfer
Interface TransferServicePolicies.BeforeStartInboundTransferPolicy

All Superinterfaces:
ClassPolicy, Policy
Enclosing interface:
TransferServicePolicies

public static interface TransferServicePolicies.BeforeStartInboundTransferPolicy
extends ClassPolicy

Invoked immediately before processing of a new inbound transfer is started. Reported against the "trx:transferRecord" type (TransferModel.TYPE_TRANSFER_RECORD


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg
 
Field Summary
static org.alfresco.service.namespace.QName QNAME
           
 
Fields inherited from interface org.alfresco.repo.policy.Policy
NAMESPACE
 
Method Summary
 void beforeStartInboundTransfer()
          Invoked immediately before processing of a new inbound transfer is started.
 

Field Detail

QNAME

static final org.alfresco.service.namespace.QName QNAME
Method Detail

beforeStartInboundTransfer

void beforeStartInboundTransfer()
Invoked immediately before processing of a new inbound transfer is started. Reported against the "trx:transferRecord" type (TransferModel.TYPE_TRANSFER_RECORD



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.