Uses of Interface
com.saperion.intf.SaPropertyValue
Packages that use SaPropertyValue
Package
Description
Main package for all SAPERION LARIX components.
This package contains the main classic connector classes.
Package for connector RMI client classes.
This package contains the main classic workflow connector classes.
This package contains the common used interfaces for the LARIX components.
This package contains the common used workflow interfaces for the LARIX components.
This package defines the different operations on folders, that can be invoked by rmi.
This package contains the classes for the LARIX RMI client wrapper components.
This package contains the classes for the LARIX RMI Server.
This package contains the utility classes for the LARIX RMI Server.
This package contains the common used workflow classes.
-
Uses of SaPropertyValue in com.saperion
Methods in com.saperion with parameters of type SaPropertyValueModifier and TypeMethodDescriptionstatic com.lexmark.saperion.PropertyType
SaTypeConverter.newPropertyType
(SaPropertyValue value) This factory method creates a newproperty
given aSaPropertyValue
instance.static Object
SaTypeConverter.readPropertyValue
(SaPropertyValue property) This method reads aSaPropertyValue
and returns an Object representing the property as expected inPropertyType
. -
Uses of SaPropertyValue in com.saperion.connector
Methods in com.saperion.connector that return SaPropertyValueModifier and TypeMethodDescriptionSaClassicConnector.readDocumentMetadata
(String documentSysRowID, String ddcName, String[] fields) Reads the metadata of the document with the given ID.SaClassicConnectorImpl.readDocumentMetadata
(String documentSysRowID, String ddcName, String[] fields) -
Uses of SaPropertyValue in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return SaPropertyValueModifier and TypeMethodDescriptionAbstractQueryRMIClientCommand.readDocumentMetadata
(String sysRowId, String ddcName, String[] fields) Reads the meta data of the document with the given ID.SaRMIClientCommand.readDocumentMetadata
(String sysRowId, String ddcName, 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 SaPropertyValueModifier and TypeMethodDescriptionAbstractDocRMIClientCommand.createDocument
(String dbName, List<SaPropertyValue> values) Creates a new document with the given parameters.SaRMIClientCommand.createDocument
(String ddcName, List<SaPropertyValue> values) Creates a new document with the given parameters.AbstractDocRMIClientCommand.saveDocument
(String hexUID, String dbName, List<SaPropertyValue> metadata) Saves the document paramaters to the document.AbstractDocRMIClientCommand.saveDocument
(String hexUID, String dbName, List<SaPropertyValue> metadata, boolean resolveLinks) Saves the document paramaters to the document.SaRMIClientCommand.saveDocument
(String nodeHdoc, String ddcName, List<SaPropertyValue> values) Saves the document paramaters to the document.SaRMIClientCommand.saveDocument
(String nodeHdoc, String ddcName, List<SaPropertyValue> values, boolean resolveLinks) Saves the document paramaters to the document.void
AbstractFolderRMIClientCommand.updateFolder
(String folderTableDDC, String folderId, List<SaPropertyValue> values) Updates a given node with the given properties.void
SaRMIClientCommand.updateFolder
(String folderTableDDC, String folderId, 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 SaPropertyValueModifier and TypeMethodDescriptionSaWFTask.readAttachmentMetadata()
Reads the metadata of the attachment.SaWFTaskImpl.readAttachmentMetadata()
Reads the metadata of the attachment. -
Uses of SaPropertyValue in com.saperion.intf
Methods in com.saperion.intf that return SaPropertyValueModifier and TypeMethodDescriptionSaVersionData.getProperties()
Reads the properties.Reads the value with the given name.SaDocumentInfo.getValues()
Methods in com.saperion.intf that return types with arguments of type SaPropertyValueMethod parameters in com.saperion.intf with type arguments of type SaPropertyValue -
Uses of SaPropertyValue in com.saperion.intf.wf
Methods in com.saperion.intf.wf that return SaPropertyValueModifier and TypeMethodDescriptionTaskAuditInfo.getResultProperties()
TaskInfo.getUserDefined
(String fieldName) Methods in com.saperion.intf.wf that return types with arguments of type SaPropertyValue -
Uses of SaPropertyValue in com.saperion.operations.folders
Constructor parameters in com.saperion.operations.folders with type arguments of type SaPropertyValueModifierConstructorDescriptionUpdateFolder
(String folderTableDDC, String folderId, List<SaPropertyValue> values) -
Uses of SaPropertyValue in com.saperion.rmi
Classes in com.saperion.rmi that implement SaPropertyValueMethods in com.saperion.rmi that return SaPropertyValueModifier and TypeMethodDescriptionSaVersionDataImpl.getProperties()
Reads the properties.Reads the value with the given name.SaDocumentInfoImpl.getValues()
Methods in com.saperion.rmi that return types with arguments of type SaPropertyValueMethod parameters in com.saperion.rmi with type arguments of type SaPropertyValueModifier and TypeMethodDescriptionfinal void
SaFolderSaveInfoImpl.setValues
(List<SaPropertyValue> vals) INTERNAL USE ONLY!Constructors in com.saperion.rmi with parameters of type SaPropertyValueModifierConstructorDescriptionSaDocumentInfoImpl
(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 SaPropertyValueModifierConstructorDescriptionSaFolderSaveInfoImpl
(String tableDDC, String parent, String before, String name, SaFolderConstants.FOLDER_TYPE type, List<SaPropertyValue> properties) Constructor. -
Uses of SaPropertyValue in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return SaPropertyValueModifier and TypeMethodDescriptionSaRMIServerCommand.readDocumentMetadata
(int token, String documentHDOC, String ddcName, String[] fields) Reads the metadata of the document with the given ID.Method parameters in com.saperion.rmi.common with type arguments of type SaPropertyValueModifier and TypeMethodDescriptionSaRMIServerCommand.createDocument
(int token, String ddcName, List<SaPropertyValue> values) Caches a new document with the given parameters.SaRMIServerCommand.saveDocument
(int token, String nodeHdoc, String ddcName, List<SaPropertyValue> values) Saves the document parameters to the document.SaRMIServerCommand.saveDocument
(int token, String nodeHdoc, String ddcName, List<SaPropertyValue> values, boolean resolveLinks) Saves the document parameters to the document.void
SaRMIServerCommand.updateFolder
(int token, String folderTableDDC, String folderId, 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 SaPropertyValueModifier and TypeMethodDescriptionstatic List<SaPropertyValue>
static List<SaPropertyValue>
SaperionDataType.convert
(Description description, SaFieldDescription[] fields) ClassicConnectorUtil.getSAPropertyValues
(String ddcname, SaFieldDescription[] saJNIFieldDescriptionArray, Properties namevaluePair) Returns the SaPropertyValue Array for the given ddcname and properties.Methods in com.saperion.util with parameters of type SaPropertyValueModifier and TypeMethodDescriptionstatic void
SaperionDataType.setSaperionValue
(String fieldName, 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 SaPropertyValueModifier and TypeMethodDescriptionTaskAuditInfoImpl.getResultProperties()
TaskInfoImpl.getUserDefined
(String fieldName) Methods in com.saperion.wf that return types with arguments of type SaPropertyValue
SaDocumentInfoImpl(SaPropertyValue[], SaLockInfo)