Frank Cseh's Lotus Notes Page

New Java classes, methods, properties, events in Notes6

Note: This list is created by filtering out documents indicated as " new in Notes6.")
I might missed some lines, so refer to the official Help6 database for exact references.    All JavaClasses Xref
CLASS NAME                     SYNTAX

Database class
      Methods:
            FTSearchRange method                    " that follows. int max The maximum number of documents you want returned from the query. Set this parameter to 0 to receive all matching documents. sortopt Integer. Use one of the following constants to
            queryAccessRoles method                  public Vector queryAccessRoles(String name)
DateTime class
      Properties:
            LocalTime property                       public String getLocalTime()
Document class
      Methods:
            closeMIMEEntities method                 public boolean closeMIMEEntities()
            createMIMEEntity method                  public MIMEEntity createMIMEEntity()
            getItemValueCustomData method            public Object getItemValueCustomData(String itemname)
            getItemValueCustomDataBytes method       public bytes[] getItemValueCustomDataBytes(String itemname, String datatypename)
            getMIMEEntity method                     public MIMEEntity getMIMEEntity()
            replaceItemValueCustomData method        public void replaceItemValueCustomData(String itemname, Object userobj)
            replaceItemValueCustomDataBytes method   public void replaceItemValueCustomData(String itemname, String datatypename, byte[] bytearray)
            send method                              public void send()
Form class
      Methods:
            getFieldType method                      public int getFieldType(String name)
Item class
      Methods:
            getValueCustomData method                public Object getValueCustomData()
            getValueCustomDataBytes method           public byte[] getValueCustomDataBytes(String datatypename)
            setValueCustomData method                public void setValueCustomData(Object userobj)
            setValueCustomDataBytes method           public void setValueCustomData(String datatypename, Byte bytearray)
MIMEEntity class
      Properties:
            BoundaryEnd property                     public String getBoundaryEnd( )
            BoundaryStart property                   public String getBoundaryStart( )
            Charset property                         public String getCharset( )
            Encoding property                        public int getEncoding( )
            HeaderObjects property                   public java.util.Vector getHeaderObjects( )
            Preamble property                        public String getPreamble( )
      Methods:
            createChildEntity method                 public MIMEEntity createChildEntity( )
            createHeader method                      public MIMEEntity createHeader(String headerName)
            createParentEntity method                public MIMEEntity createParentEntity( )
            decodeContent method                     public void decodeContent( )
            encodeContent method                     public void encodeContent(int encoding)
            getContentAsBytes method                 public void getContentAsBytes(Stream stream)
            getContentAsText method                  public void getContentAsText(Stream stream)
            getEntityAsText method                   public void getEntityAsText(Stream stream)
            getNextEntity method                     public MIMEEntity getNextEntity( )
            getNthHeader method                      public MIMEHeader getNthHeader(String headerName)
            getPrevEntity method                     public MIMEEntity getPrevEntity( )
            getPrevSibling method                    public MIMEEntity getPrevSibling( )
            getSomeHeaders method                    public String getSomeHeaders()
            remove method                            public void remove( )
            setContentFromBytes method               public void setContentFromBytes(Stream stream, String contentType, int encoding)
            setContentFromText method                public void setContentFromText(Stream stream, String contentType, int encoding)
      class
            MIMEHeader class                         public class MIMEHeader extends Base Containment Contained by:MIMEEntity Properties HeaderName through getHeaderName Methods addValText getHeaderVal getHeaderValAndParams getParamVal recycle remove setH
Session class
      Properties:
            IsValid property                         public boolean isValid()
            OrgDirectoryPath property                public String getOrgDirectoryPath()
            UserGroupNameList property               public java.util.Vector getUserGroupNameList()
      Methods:
            createDateTime method                    public DateTime createDateTime(String date)
            createStream method                      public Stream createStream()
Stream class
      class
            Stream class                             public class Stream extends Base  throws NotesException Containment Contained by: Session Properties Bytes through getBytes Charset through getCharset IsEOS through isEOS IsReadOnly through isReadOnly P
ViewNavigator class
      Properties:
            Count property                           public int getCount()


Use your current version of Help-Database for actual and correct references.

| Home | Notes links | Lotusscript | Domino links | News | SiteMap |