Primavera Integration API 7.0

Uses of Class
com.primavera.integration.client.bo.object.Document

Packages that use Document
com.primavera.integration.client Main classes, including Session, JobManager and GlobalObjectManager 
com.primavera.integration.client.bo.helper Business object helper classes 
com.primavera.integration.client.bo.object Client business object classes 
 

Uses of Document in com.primavera.integration.client
 

Methods in com.primavera.integration.client that return types with arguments of type Document
 BOIterator<Document> EnterpriseLoadManager.loadDocuments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple Document objects from the database.
 BOIterator<Document> GlobalObjectManager.loadDocuments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple Document objects from the database.
 

Methods in com.primavera.integration.client with parameters of type Document
 ObjectId[] GlobalObjectManager.createDocuments(Document[] documents)
          Creates multiple Document objects in the database.
 void GlobalObjectManager.deleteDocuments(Document[] documents)
          Deletes multiple Document objects from the database.
 void GlobalObjectManager.updateDocuments(Document[] documents)
          Updates multiple Document objects in the database.
 

Uses of Document in com.primavera.integration.client.bo.helper
 

Methods in com.primavera.integration.client.bo.helper that return Document
 Document[] DocumentHelper.createBusinessObjectArray(int iSize)
           
 Document DocumentHelper.load(Session session, java.lang.String[] fields, ObjectId objId)
           
 Document DocumentHelper.newBusinessObject(Session session)
           
 Document DocumentHelper.newBusinessObject(Session session, ObjectId objectId)
           
 

Methods in com.primavera.integration.client.bo.helper that return types with arguments of type Document
 BOIterator<Document> DocumentHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
           
 BOIterator<Document> DocumentHelper.load(Session session, BusinessObject boParent, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Document> DocumentHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
           
 BOIterator<Document> DocumentHelper.load(Session session, java.lang.String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 BOIterator<Document> DocumentHelper.load(Session session, java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId)
          An internal load method that should not be called directly from client code.
 

Uses of Document in com.primavera.integration.client.bo.object
 

Methods in com.primavera.integration.client.bo.object that return Document
static Document Document.load(Session session, java.lang.String[] fields, ObjectId objId)
          Loads a single Document object from the database.
 Document ProjectDocument.loadDocument(java.lang.String[] fields)
          Loads an associated Document object from the database.
 Document Document.loadParentDocument(java.lang.String[] fields)
          Loads an associated Document object from the database.
 

Methods in com.primavera.integration.client.bo.object that return types with arguments of type Document
static BOIterator<Document> Document.load(Session session, java.lang.String[] fields, ObjectId[] objIds)
          Loads multiple Document objects from the database.
 BOIterator<Document> Document.loadDocumentChildren(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Document objects from the database.
 BOIterator<Document> Resource.loadDocuments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Document objects from the database.
 BOIterator<Document> Project.loadDocuments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Document objects from the database.
 BOIterator<Document> DocumentStatusCode.loadDocuments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Document objects from the database.
 BOIterator<Document> DocumentCategory.loadDocuments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Document objects from the database.
 BOIterator<Document> BaselineProject.loadDocuments(java.lang.String[] fields, java.lang.String sWhereClause, java.lang.String sOrderBy)
          Loads multiple associated Document objects from the database.
static BOIterator<Document> Document.loadRootDocuments(Session session, java.lang.String[] fields)
          Loads the root Document objects from the database.
 

Methods in com.primavera.integration.client.bo.object with parameters of type Document
static ObjectId[] Document.create(Session session, Document[] documents)
          Creates multiple Document objects in the database.
 ObjectId Document.createDocumentChild(Document documentchild)
          Creates an associated Document object in the database.
 ObjectId[] Document.createDocumentChildren(Document[] documentchildren)
          Creates multiple associated Document objects in the database.
static void Document.delete(Session session, Document[] documents)
          Deletes multiple Document objects from the database.
static void Document.update(Session session, Document[] documents)
          Updates multiple Document objects in the database.
 


Primavera Integration API 7.0

Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.