org.nuxeo.core.resources.model
Interface ISiteOperationStatus

All Superinterfaces:
org.eclipse.core.runtime.IStatus
All Known Implementing Classes:
SiteOperationStatus

public interface ISiteOperationStatus
extends org.eclipse.core.runtime.IStatus

Author:
Bogdan Stefanescu

Field Summary
 
Fields inherited from interface org.eclipse.core.runtime.IStatus
CANCEL, ERROR, INFO, OK, WARNING
 
Method Summary
 java.lang.Object getResult()
          Get the operation result object if any
 
Methods inherited from interface org.eclipse.core.runtime.IStatus
getChildren, getCode, getException, getMessage, getPlugin, getSeverity, isMultiStatus, isOK, matches
 

Method Detail

getResult

java.lang.Object getResult()
Get the operation result object if any

Returns:
the operation result or null if operation doesn't return a result