Uses of Class
com.primavera.integration.client.bo.object.Document
Packages that use Document
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
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 DocumentModifier and TypeMethodDescriptionEnterpriseLoadManager.loadDocuments(String[] fields, String sWhereClause, String sOrderBy) Loads multiple Document objects from the database.GlobalObjectManager.loadDocuments(String[] fields, String sWhereClause, String sOrderBy) Loads multiple Document objects from the database.Methods in com.primavera.integration.client with parameters of type DocumentModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createDocuments(Document[] documents) Creates multiple Document objects in the database.voidGlobalObjectManager.deleteDocuments(Document[] documents) Deletes multiple Document objects from the database.voidGlobalObjectManager.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 DocumentModifier and TypeMethodDescriptionDocument[]DocumentHelper.createBusinessObjectArray(int iSize) DocumentHelper.newBusinessObject(Session session) DocumentHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type DocumentModifier and TypeMethodDescriptionDocumentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) DocumentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, 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.DocumentHelper.load(Session session, 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.DocumentHelper.load(Session session, String[] fields, String sWhereClause, 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 DocumentModifier and TypeMethodDescriptionstatic DocumentLoads a single Document object from the database.ProjectDocument.loadDocument(String[] fields) Loads an associated Document object from the database.Document.loadParentDocument(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 DocumentModifier and TypeMethodDescriptionstatic BOIterator<Document>Loads multiple Document objects from the database.Document.loadDocumentChildren(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated Document objects from the database.BaselineProject.loadDocuments(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated Document objects from the database.DocumentCategory.loadDocuments(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated Document objects from the database.DocumentStatusCode.loadDocuments(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated Document objects from the database.Project.loadDocuments(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated Document objects from the database.Resource.loadDocuments(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated Document objects from the database.static BOIterator<Document>Document.loadRootDocuments(Session session, String[] fields) Loads the root Document objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type DocumentModifier and TypeMethodDescriptionstatic ObjectId[]Creates multiple Document objects in the database.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 voidDeletes multiple Document objects from the database.static voidUpdates multiple Document objects in the database.