Uses of Interface
com.saperion.intf.SaPropertyValue
-
Packages that use SaPropertyValue Package Description com.saperion Main package for all SAPERION LARIX components.com.saperion.connector This package contains the main classic connector classes.com.saperion.connector.rmi Package for connector RMI client classes.com.saperion.connector.wf This package contains the main classic workflow connector classes.com.saperion.intf This package contains the common used interfaces for the LARIX components.com.saperion.intf.wf This package contains the common used workflow interfaces for the LARIX components.com.saperion.operations.folders This package defines the different operations on folders, that can be invoked by rmi.com.saperion.rmi This package contains the classes for the LARIX RMI client wrapper components.com.saperion.rmi.common This package contains the classes for the LARIX RMI Server.com.saperion.util This package contains the utility classes for the LARIX RMI Server.com.saperion.wf This package contains the common used workflow classes. -
-
Uses of SaPropertyValue in com.saperion
Methods in com.saperion with parameters of type SaPropertyValue Modifier and Type Method Description static com.lexmark.saperion.PropertyTypeSaTypeConverter. newPropertyType(SaPropertyValue value)This factory method creates a newpropertygiven aSaPropertyValueinstance.static java.lang.ObjectSaTypeConverter. readPropertyValue(SaPropertyValue property)This method reads aSaPropertyValueand returns an Object representing the property as expected inPropertyType. -
Uses of SaPropertyValue in com.saperion.connector
Methods in com.saperion.connector that return SaPropertyValue Modifier and Type Method Description SaPropertyValue[]SaClassicConnector. readDocumentMetadata(java.lang.String documentSysRowID, java.lang.String ddcName, java.lang.String[] fields)Reads the metadata of the document with the given ID.SaPropertyValue[]SaClassicConnectorImpl. readDocumentMetadata(java.lang.String documentSysRowID, java.lang.String ddcName, java.lang.String[] fields) -
Uses of SaPropertyValue in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return SaPropertyValue Modifier and Type Method Description SaPropertyValue[]AbstractQueryRMIClientCommand. readDocumentMetadata(java.lang.String sysRowId, java.lang.String ddcName, java.lang.String[] fields)Reads the meta data of the document with the given ID.SaPropertyValue[]SaRMIClientCommand. readDocumentMetadata(java.lang.String sysRowId, java.lang.String ddcName, java.lang.String[] fields)Reads the meta data of the document with the given ID.Method parameters in com.saperion.connector.rmi with type arguments of type SaPropertyValue Modifier and Type Method Description SaSaveInfoAbstractDocRMIClientCommand. createDocument(java.lang.String dbName, java.util.List<SaPropertyValue> values)Creates a new document with the given parameters.SaSaveInfoSaRMIClientCommand. createDocument(java.lang.String ddcName, java.util.List<SaPropertyValue> values)Creates a new document with the given parameters.SaSaveInfoAbstractDocRMIClientCommand. saveDocument(java.lang.String hexUID, java.lang.String dbName, java.util.List<SaPropertyValue> metadata)Saves the document paramaters to the document.SaSaveInfoAbstractDocRMIClientCommand. saveDocument(java.lang.String hexUID, java.lang.String dbName, java.util.List<SaPropertyValue> metadata, boolean resolveLinks)Saves the document paramaters to the document.SaSaveInfoSaRMIClientCommand. saveDocument(java.lang.String nodeHdoc, java.lang.String ddcName, java.util.List<SaPropertyValue> values)Saves the document paramaters to the document.SaSaveInfoSaRMIClientCommand. saveDocument(java.lang.String nodeHdoc, java.lang.String ddcName, java.util.List<SaPropertyValue> values, boolean resolveLinks)Saves the document paramaters to the document.voidAbstractFolderRMIClientCommand. updateFolder(java.lang.String folderTableDDC, java.lang.String folderId, java.util.List<SaPropertyValue> values)Updates a given node with the given properties.voidSaRMIClientCommand. updateFolder(java.lang.String folderTableDDC, java.lang.String folderId, java.util.List<SaPropertyValue> values)Updates a given node with the given properties. -
Uses of SaPropertyValue in com.saperion.connector.wf
Methods in com.saperion.connector.wf that return SaPropertyValue Modifier and Type Method Description SaPropertyValue[]SaWFTask. readAttachmentMetadata()Reads the metadata of the attachment.SaPropertyValue[]SaWFTaskImpl. readAttachmentMetadata()Reads the metadata of the attachment. -
Uses of SaPropertyValue in com.saperion.intf
Methods in com.saperion.intf that return SaPropertyValue Modifier and Type Method Description SaPropertyValue[]SaVersionData. getProperties()Reads the properties.SaPropertyValueSaDocumentInfo. getValue(java.lang.String name)Reads the value with the given name.SaPropertyValue[]SaDocumentInfo. getValues()Methods in com.saperion.intf that return types with arguments of type SaPropertyValue Modifier and Type Method Description java.util.List<SaPropertyValue>SaFolderSaveInfo. getValues()Method parameters in com.saperion.intf with type arguments of type SaPropertyValue Modifier and Type Method Description voidSaFolderSaveInfo. setValues(java.util.List<SaPropertyValue> vals) -
Uses of SaPropertyValue in com.saperion.intf.wf
Methods in com.saperion.intf.wf that return SaPropertyValue Modifier and Type Method Description SaPropertyValue[]TaskAuditInfo. getResultProperties()SaPropertyValueTaskInfo. getUserDefined(java.lang.String fieldName)Methods in com.saperion.intf.wf that return types with arguments of type SaPropertyValue Modifier and Type Method Description java.util.Map<java.lang.String,SaPropertyValue>TaskInfo. getSysFields()java.util.Map<java.lang.String,SaPropertyValue>TaskInfo. getUserDefined() -
Uses of SaPropertyValue in com.saperion.operations.folders
Constructor parameters in com.saperion.operations.folders with type arguments of type SaPropertyValue Constructor Description UpdateFolder(java.lang.String folderTableDDC, java.lang.String folderId, java.util.List<SaPropertyValue> values) -
Uses of SaPropertyValue in com.saperion.rmi
Classes in com.saperion.rmi that implement SaPropertyValue Modifier and Type Class Description classSaPropertyValueImplImplementation ofSaPropertyValue.Methods in com.saperion.rmi that return SaPropertyValue Modifier and Type Method Description SaPropertyValue[]SaVersionDataImpl. getProperties()Reads the properties.SaPropertyValueSaDocumentInfoImpl. getValue(java.lang.String name)Reads the value with the given name.SaPropertyValue[]SaDocumentInfoImpl. getValues()Methods in com.saperion.rmi that return types with arguments of type SaPropertyValue Modifier and Type Method Description java.util.List<SaPropertyValue>SaFolderSaveInfoImpl. getValues()Method parameters in com.saperion.rmi with type arguments of type SaPropertyValue Modifier and Type Method Description voidSaFolderSaveInfoImpl. setValues(java.util.List<SaPropertyValue> vals)INTERNAL USE ONLY!Constructors in com.saperion.rmi with parameters of type SaPropertyValue Constructor Description SaDocumentInfoImpl(SaDocumentInfo info, SaPropertyValue[] propertyValues)Alternative constructor.SaDocumentInfoImpl(SaPropertyValue[] propertyValues, SaLockInfo lock)Constructor.SaDocumentInfoImpl(SaPropertyValue[] propertyValues, com.saperion.jni.SaJNILockInfo lock)Deprecated.SaStatusInfo(SaPropertyValue value)Constructor.SaVersionDataImpl(SaPropertyValue[] newProperties, SaRevision newVersionData)Full constructor.Constructor parameters in com.saperion.rmi with type arguments of type SaPropertyValue Constructor Description SaFolderSaveInfoImpl(java.lang.String tableDDC, java.lang.String parent, java.lang.String before, java.lang.String name, SaFolderConstants.FOLDER_TYPE type, java.util.List<SaPropertyValue> properties)Constructor. -
Uses of SaPropertyValue in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return SaPropertyValue Modifier and Type Method Description SaPropertyValue[]SaRMIServerCommand. readDocumentMetadata(int token, java.lang.String documentHDOC, java.lang.String ddcName, java.lang.String[] fields)Reads the metadata of the document with the given ID.Method parameters in com.saperion.rmi.common with type arguments of type SaPropertyValue Modifier and Type Method Description SaSaveInfoSaRMIServerCommand. createDocument(int token, java.lang.String ddcName, java.util.List<SaPropertyValue> values)Caches a new document with the given parameters.SaSaveInfoSaRMIServerCommand. saveDocument(int token, java.lang.String nodeHdoc, java.lang.String ddcName, java.util.List<SaPropertyValue> values)Saves the document parameters to the document.SaSaveInfoSaRMIServerCommand. saveDocument(int token, java.lang.String nodeHdoc, java.lang.String ddcName, java.util.List<SaPropertyValue> values, boolean resolveLinks)Saves the document parameters to the document.voidSaRMIServerCommand. updateFolder(int token, java.lang.String folderTableDDC, java.lang.String folderId, java.util.List<SaPropertyValue> values)Updates a given node with the given properties. -
Uses of SaPropertyValue in com.saperion.util
Methods in com.saperion.util that return types with arguments of type SaPropertyValue Modifier and Type Method Description static java.util.List<SaPropertyValue>SaperionDataType. convert(SaFieldDescription[] fields, java.util.Map<java.lang.String,java.lang.Object> metadatas, java.lang.String ddcName)static java.util.List<SaPropertyValue>SaperionDataType. convert(Description description, SaFieldDescription[] fields)java.util.List<SaPropertyValue>ClassicConnectorUtil. getSAPropertyValues(java.lang.String ddcname, SaFieldDescription[] saJNIFieldDescriptionArray, java.util.Properties namevaluePair)Returns the SaPropertyValue Array for the given ddcname and properties.Methods in com.saperion.util with parameters of type SaPropertyValue Modifier and Type Method Description static voidSaperionDataType. setSaperionValue(java.lang.String fieldName, java.lang.Object fieldvalue, SaPropertyValue saPropertyValue, SaFieldDescription[] saJNIFieldDescriptions)Converts the given value to SaperionDataType. -
Uses of SaPropertyValue in com.saperion.wf
Methods in com.saperion.wf that return SaPropertyValue Modifier and Type Method Description SaPropertyValue[]TaskAuditInfoImpl. getResultProperties()SaPropertyValueTaskInfoImpl. getUserDefined(java.lang.String fieldName)Methods in com.saperion.wf that return types with arguments of type SaPropertyValue Modifier and Type Method Description java.util.Map<java.lang.String,SaPropertyValue>TaskInfoImpl. getSysFields()java.util.Map<java.lang.String,SaPropertyValue>TaskInfoImpl. getUserDefined()
-