All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.rgielen.com4j.office2010.office.Sync Maven / Gradle / Ivy

The newest version!
package net.rgielen.com4j.office2010.office  ;

import com4j.*;

@IID("{000C0386-0000-0000-C000-000000000046}")
public interface Sync extends net.rgielen.com4j.office2010.office._IMsoDispObj {
  // Methods:
  /**
   * 

* Getter method for the COM property "Status" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoSyncStatusType */ @DISPID(0) //= 0x0. The runtime will prefer the VTID if present @VTID(9) @DefaultMethod net.rgielen.com4j.office2010.office.MsoSyncStatusType status(); /** *

* Getter method for the COM property "WorkspaceLastChangedBy" *

* @return Returns a value of type java.lang.String */ @DISPID(1) //= 0x1. The runtime will prefer the VTID if present @VTID(10) java.lang.String workspaceLastChangedBy(); /** *

* Getter method for the COM property "LastSyncTime" *

* @return Returns a value of type java.lang.Object */ @DISPID(2) //= 0x2. The runtime will prefer the VTID if present @VTID(11) @ReturnValue(type=NativeType.VARIANT) java.lang.Object lastSyncTime(); /** *

* Getter method for the COM property "ErrorType" *

* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoSyncErrorType */ @DISPID(4) //= 0x4. The runtime will prefer the VTID if present @VTID(12) net.rgielen.com4j.office2010.office.MsoSyncErrorType errorType(); /** */ @DISPID(6) //= 0x6. The runtime will prefer the VTID if present @VTID(13) void getUpdate(); /** */ @DISPID(7) //= 0x7. The runtime will prefer the VTID if present @VTID(14) void putUpdate(); /** * @param syncVersionType Mandatory net.rgielen.com4j.office2010.office.MsoSyncVersionType parameter. */ @DISPID(8) //= 0x8. The runtime will prefer the VTID if present @VTID(15) void openVersion( net.rgielen.com4j.office2010.office.MsoSyncVersionType syncVersionType); /** * @param syncConflictResolution Mandatory net.rgielen.com4j.office2010.office.MsoSyncConflictResolutionType parameter. */ @DISPID(9) //= 0x9. The runtime will prefer the VTID if present @VTID(16) void resolveConflict( net.rgielen.com4j.office2010.office.MsoSyncConflictResolutionType syncConflictResolution); /** */ @DISPID(10) //= 0xa. The runtime will prefer the VTID if present @VTID(17) void unsuspend(); /** *

* Getter method for the COM property "Parent" *

* @return Returns a value of type com4j.Com4jObject */ @DISPID(14) //= 0xe. The runtime will prefer the VTID if present @VTID(18) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject parent(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy