com.moesol.bindings.microsoft.dao
Class Document.Jni

java.lang.Object
  extended by com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
      extended by com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
          extended by com.moesol.bindings.microsoft.dao._DAO.Jni
              extended by com.moesol.bindings.microsoft.dao.Document.Jni
All Implemented Interfaces:
_DAO, Document, IDispatch, IUnknown
Enclosing interface:
Document

public static class Document.Jni
extends _DAO.Jni
implements Document

Implementation, Java to COM.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
IDispatch.Jni.MoeSolInternal
 
Nested classes/interfaces inherited from interface com.moesol.bindings.microsoft.dao.Document
Document.Disp, Document.Jni
 
Field Summary
 
Fields inherited from interface com.moesol.bindings.microsoft.dao.Document
IID, TYPELIB
 
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
Constructor Summary
protected Document.Jni()
           
 
Method Summary
 Property CreateProperty()
          [optional=4]
 Property CreateProperty(Object p0)
          [optional=3]
 Property CreateProperty(Object p0, Object p1)
          [optional=2]
 Property CreateProperty(Object p0, Object p1, Object p2)
          [optional=1]
 Property CreateProperty(Object p0, Object p1, Object p2, Object p3)
          IDL: [ helpstring("") ]
 int getAllPermissions()
          IDL: [ helpstring("") ]
 String getContainer()
          IDL: [ helpstring("") ]
 Object getDateCreated()
          IDL: [ helpstring("") ]
 Object getLastUpdated()
          IDL: [ helpstring("") ]
 String getName()
          IDL: [ helpstring("") ]
 String getOwner()
          IDL: [ helpstring("") ]
 int getPermissions()
          IDL: [ helpstring("") ]
 String getUserName()
          IDL: [ helpstring("") ]
protected  void internalOnSetInterface()
          Template method to setup apartment thread checking.
 void setOwner(String p0)
          IDL: [ helpstring("") ]
 void setPermissions(int p0)
          IDL: [ helpstring("") ]
 void setUserName(String p0)
          IDL: [ helpstring("") ]
 
Methods inherited from class com.moesol.bindings.microsoft.dao._DAO.Jni
getProperties
 
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
Invoke
 
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
equals, finalize, hashCode, QueryInterface, QueryInterface, Release, toString
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.moesol.bindings.microsoft.dao._DAO
getProperties
 
Methods inherited from interface com.moesol.bindings.platform_sdk.component_services.IUnknown
QueryInterface, QueryInterface, Release
 

Constructor Detail

Document.Jni

protected Document.Jni()
Method Detail

internalOnSetInterface

protected void internalOnSetInterface()
Description copied from class: IUnknown.Jni
Template method to setup apartment thread checking. Call: MoeSolInternal.recordApartment(this) to setup apartment thread checking.

Overrides:
internalOnSetInterface in class _DAO.Jni

getName

public String getName()
Description copied from interface: Document
IDL: [ helpstring("") ]

Specified by:
getName in interface Document
Returns:
IDL: [out] [retval] BSTR*

getOwner

public String getOwner()
Description copied from interface: Document
IDL: [ helpstring("") ]

Specified by:
getOwner in interface Document
Returns:
IDL: [out] [retval] BSTR*

setOwner

public void setOwner(String p0)
Description copied from interface: Document
IDL: [ helpstring("") ]

Specified by:
setOwner in interface Document
Parameters:
p0 - IDL: [in] BSTR

getContainer

public String getContainer()
Description copied from interface: Document
IDL: [ helpstring("") ]

Specified by:
getContainer in interface Document
Returns:
IDL: [out] [retval] BSTR*

getUserName

public String getUserName()
Description copied from interface: Document
IDL: [ helpstring("") ]

Specified by:
getUserName in interface Document
Returns:
IDL: [out] [retval] BSTR*

setUserName

public void setUserName(String p0)
Description copied from interface: Document
IDL: [ helpstring("") ]

Specified by:
setUserName in interface Document
Parameters:
p0 - IDL: [in] BSTR

getPermissions

public int getPermissions()
Description copied from interface: Document
IDL: [ helpstring("") ]

Specified by:
getPermissions in interface Document
Returns:
IDL: [out] [retval] LONG*

setPermissions

public void setPermissions(int p0)
Description copied from interface: Document
IDL: [ helpstring("") ]

Specified by:
setPermissions in interface Document
Parameters:
p0 - IDL: [in] LONG

getDateCreated

public Object getDateCreated()
Description copied from interface: Document
IDL: [ helpstring("") ]

Specified by:
getDateCreated in interface Document
Returns:
IDL: [out] [retval] VARIANT*

getLastUpdated

public Object getLastUpdated()
Description copied from interface: Document
IDL: [ helpstring("") ]

Specified by:
getLastUpdated in interface Document
Returns:
IDL: [out] [retval] VARIANT*

getAllPermissions

public int getAllPermissions()
Description copied from interface: Document
IDL: [ helpstring("") ]

Specified by:
getAllPermissions in interface Document
Returns:
IDL: [out] [retval] LONG*

CreateProperty

public Property CreateProperty(Object p0,
                               Object p1,
                               Object p2,
                               Object p3)
Description copied from interface: Document
IDL: [ helpstring("") ]

Specified by:
CreateProperty in interface Document
Parameters:
p0 - IDL: [in] [optional] VARIANT
p1 - IDL: [in] [optional] VARIANT
p2 - IDL: [in] [optional] VARIANT
p3 - IDL: [in] [optional] VARIANT
Returns:
IDL: [out] [retval] Property**

CreateProperty

public Property CreateProperty(Object p0,
                               Object p1,
                               Object p2)
[optional=1]

Specified by:
CreateProperty in interface Document

CreateProperty

public Property CreateProperty(Object p0,
                               Object p1)
[optional=2]

Specified by:
CreateProperty in interface Document

CreateProperty

public Property CreateProperty(Object p0)
[optional=3]

Specified by:
CreateProperty in interface Document

CreateProperty

public Property CreateProperty()
[optional=4]

Specified by:
CreateProperty in interface Document


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.