public class ServerCopyUtilities extends Object
Constructor and Description |
---|
ServerCopyUtilities() |
public static S_SimpleProperty copySimpleProperty(S_SimpleProperty prop, Long refId, Long refClassId) throws IfsException
The reference object and Class IDs are for the object that defines the attribute that references the SimpleProperty, typically an attribute whose data type is "Array of SimpleObject".
prop
- the S_SimpleProperty to copyrefId
- the reference (parent) object IDrefClassId
- the reference (parent) object classIdIfsException
- if the operation failspublic static S_SimpleProperty[] copySimplePropertyArray(S_SimpleProperty[] props, Long refId, Long refClassId) throws IfsException
The reference object and Class IDs are for the object that defines the Array of SimpleProperty attribute.
props
- the array of S_SimpleProperty objects to copyrefId
- the reference (parent) object IDrefClassId
- the reference (parent) object classIdIfsException
- if the operation failspublic static S_SimplePropertyTable copySimplePropertyTable(S_SimplePropertyTable spt) throws IfsException
spt
- the S_SimplePropertyTable to copyIfsException
- if the operation failspublic static S_SimplePropertyTableList copySimplePropertyTableList(S_SimplePropertyTableList sptl) throws IfsException
sptl
- the S_SimplePropertyTableList to copyIfsException
- if the operation failspublic static int getSimpleProperty_ValueDataType(S_SimpleProperty prop) throws IfsException
IfsException
public static Long getSimpleProperty_ValueClassObjectId(S_SimpleProperty prop) throws IfsException
IfsException
public static Long getSimpleProperty_LongValue(S_SimpleProperty prop) throws IfsException
IfsException
public static Double getSimpleProperty_DoubleValue(S_SimpleProperty prop) throws IfsException
IfsException
public static String getSimpleProperty_StringValue(S_SimpleProperty prop) throws IfsException
IfsException
public static Long[] getSimpleProperty_LongValues(S_SimpleProperty prop) throws IfsException
IfsException
public static Double[] getSimpleProperty_DoubleValues(S_SimpleProperty prop) throws IfsException
IfsException
public static String[] getSimpleProperty_StringValues(S_SimpleProperty prop) throws IfsException
IfsException
public static Map<String,String> getSimpleProperty_StringStringMapValue(S_SimpleProperty prop) throws IfsException
IfsException
public static Map<String,Long> getSimpleProperty_StringLongMapValue(S_SimpleProperty prop) throws IfsException
IfsException
public static Map<String,Double> getSimpleProperty_StringDoubleMapValue(S_SimpleProperty prop) throws IfsException
IfsException
public static Map<String,AttributeValue> getSimpleProperty_StringLOMapValue(S_SimpleProperty prop) throws IfsException
IfsException
public static Map<Long,String> getSimpleProperty_LongStringMapValue(S_SimpleProperty prop) throws IfsException
IfsException
public static Map<Long,Long> getSimpleProperty_LongLongMapValue(S_SimpleProperty prop) throws IfsException
IfsException
public static Map<Long,Double> getSimpleProperty_LongDoubleMapValue(S_SimpleProperty prop) throws IfsException
IfsException
public static Map<Long,AttributeValue> getSimpleProperty_LongLOMapValue(S_SimpleProperty prop) throws IfsException
IfsException
public static AttributeValue getSimpleProperty_Value(S_SimpleProperty prop) throws IfsException
IfsException
public static S_SimpleProperty[] getSimplePropertyTable_Properties(S_SimplePropertyTable spt) throws IfsException
IfsException
public static S_SimplePropertyTable getSimplePropertyTableList_ObjectPropertyTable(S_SimplePropertyTableList sptl) throws IfsException
IfsException
public static S_SimplePropertyTable[] getSimplePropertyTableList_PropertyTables(S_SimplePropertyTableList sptl) throws IfsException
IfsException
public static S_SimplePropertyTableList[] getSimplePropertyTableList_DetailLists(S_SimplePropertyTableList sptl) throws IfsException
IfsException
Copyright © 2025. All rights reserved.