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.PropertyType
SaTypeConverter. newPropertyType(SaPropertyValue value)
This factory method creates a newproperty
given aSaPropertyValue
instance.static java.lang.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 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 SaSaveInfo
AbstractDocRMIClientCommand. createDocument(java.lang.String dbName, java.util.List<SaPropertyValue> values)
Creates a new document with the given parameters.SaSaveInfo
SaRMIClientCommand. createDocument(java.lang.String ddcName, java.util.List<SaPropertyValue> values)
Creates a new document with the given parameters.SaSaveInfo
AbstractDocRMIClientCommand. saveDocument(java.lang.String hexUID, java.lang.String dbName, java.util.List<SaPropertyValue> metadata)
Saves the document paramaters to the document.SaSaveInfo
AbstractDocRMIClientCommand. saveDocument(java.lang.String hexUID, java.lang.String dbName, java.util.List<SaPropertyValue> metadata, boolean resolveLinks)
Saves the document paramaters to the document.SaSaveInfo
SaRMIClientCommand. saveDocument(java.lang.String nodeHdoc, java.lang.String ddcName, java.util.List<SaPropertyValue> values)
Saves the document paramaters to the document.SaSaveInfo
SaRMIClientCommand. saveDocument(java.lang.String nodeHdoc, java.lang.String ddcName, java.util.List<SaPropertyValue> values, boolean resolveLinks)
Saves the document paramaters to the document.void
AbstractFolderRMIClientCommand. updateFolder(java.lang.String folderTableDDC, java.lang.String folderId, java.util.List<SaPropertyValue> values)
Updates a given node with the given properties.void
SaRMIClientCommand. 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.SaPropertyValue
SaDocumentInfo. 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 void
SaFolderSaveInfo. 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()
SaPropertyValue
TaskInfo. 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 class
SaPropertyValueImpl
Implementation ofSaPropertyValue
.Methods in com.saperion.rmi that return SaPropertyValue Modifier and Type Method Description SaPropertyValue[]
SaVersionDataImpl. getProperties()
Reads the properties.SaPropertyValue
SaDocumentInfoImpl. 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 void
SaFolderSaveInfoImpl. 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 SaSaveInfo
SaRMIServerCommand. createDocument(int token, java.lang.String ddcName, java.util.List<SaPropertyValue> values)
Caches a new document with the given parameters.SaSaveInfo
SaRMIServerCommand. saveDocument(int token, java.lang.String nodeHdoc, java.lang.String ddcName, java.util.List<SaPropertyValue> values)
Saves the document parameters to the document.SaSaveInfo
SaRMIServerCommand. 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.void
SaRMIServerCommand. 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 void
SaperionDataType. 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()
SaPropertyValue
TaskInfoImpl. 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()
-