com.moesol.bindings.microsoft.dao
Interface Document

All Superinterfaces:
_DAO, IDispatch, IUnknown
All Known Implementing Classes:
Document.Jni

public interface Document
extends _DAO

IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface


Nested Class Summary
static class Document.Disp
          Implementation, COM to Java.
static class Document.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(00000099-0000-0010-8000-00AA006D2EA4)]
static Class TYPELIB
           
 
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
Method Summary
 Property CreateProperty()
          [optional=4]
 Property CreateProperty(Object Name)
          [optional=3]
 Property CreateProperty(Object Name, Object Type)
          [optional=2]
 Property CreateProperty(Object Name, Object Type, Object Value)
          [optional=1]
 Property CreateProperty(Object Name, Object Type, Object Value, Object DDL)
          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("") ]
 void setOwner(String pbstr)
          IDL: [ helpstring("") ]
 void setPermissions(int pl)
          IDL: [ helpstring("") ]
 void setUserName(String pbstr)
          IDL: [ helpstring("") ]
 
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
 

Field Detail

TYPELIB

static final Class TYPELIB

IID

static final GUID IID
IDL: [uuid(00000099-0000-0010-8000-00AA006D2EA4)]

Method Detail

getName

String getName()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] BSTR*

getOwner

String getOwner()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] BSTR*

setOwner

void setOwner(String pbstr)
IDL: [ helpstring("") ]

Parameters:
pbstr - IDL: [in] BSTR

getContainer

String getContainer()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] BSTR*

getUserName

String getUserName()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] BSTR*

setUserName

void setUserName(String pbstr)
IDL: [ helpstring("") ]

Parameters:
pbstr - IDL: [in] BSTR

getPermissions

int getPermissions()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] LONG*

setPermissions

void setPermissions(int pl)
IDL: [ helpstring("") ]

Parameters:
pl - IDL: [in] LONG

getDateCreated

Object getDateCreated()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] VARIANT*

getLastUpdated

Object getLastUpdated()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] VARIANT*

getAllPermissions

int getAllPermissions()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] LONG*

CreateProperty

Property CreateProperty(Object Name,
                        Object Type,
                        Object Value,
                        Object DDL)
IDL: [ helpstring("") ]

Parameters:
Name - IDL: [in] [optional] VARIANT
Type - IDL: [in] [optional] VARIANT
Value - IDL: [in] [optional] VARIANT
DDL - IDL: [in] [optional] VARIANT
Returns:
IDL: [out] [retval] Property**

CreateProperty

Property CreateProperty(Object Name,
                        Object Type,
                        Object Value)
[optional=1]


CreateProperty

Property CreateProperty(Object Name,
                        Object Type)
[optional=2]


CreateProperty

Property CreateProperty(Object Name)
[optional=3]


CreateProperty

Property CreateProperty()
[optional=4]



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