com.baan.b3.boi1
Interface ISynchronizationExceptionDescriptor
- All Superinterfaces:
- IExceptionDescriptor
- public interface ISynchronizationExceptionDescriptor
- extends IExceptionDescriptor
Describes an exceptional event during synchronization with the backend.
- Version:
- Build Nr 61, file version \\main\\3, 15:08:57 24-07-2006 UTC
getBusinessObject
public BusinessObject getBusinessObject()
- Retrieves the business object that could not be synchronized.
Threading policy: MTSafe
- Returns:
- the business object that could not be synchronized (shall not be
null)
getFieldName
public java.lang.String getFieldName()
- Retrieves the name of the field that is causing the problem.
Threading policy: MTSafe
- Returns:
- the name of the problem field (shall not be null)
getMessageCode
public java.lang.String getMessageCode()
- Retrieves a code identifying the problem.
Threading policy: MTSafe
- Returns:
- a code that identifies the synchronization problem (shall not be
null)
getActionType
public SynchronizationActionType getActionType()
- Retrieves the type of the attempted synchronization action.
Threading policy: MTSafe
- Returns:
- the type of synchronization action that was attempted
Visit the SSA Global website for more information.