Package com.documentum.fc.client

Examples of com.documentum.fc.client.IDfPersistentObject.truncate()


          case STRING:
            obj.setString(name, getString(name));
            break;
          case LIST:
            CaoList list = getList(name);
            obj.truncate(name, 0);
            listItemName = list.getMetadata().getDefinitionAt(0).getName();
            for (CaoElement item :list.getElements()) {
              obj.appendString(name, item.getString(listItemName ));
            }
          }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.