public interface PropertyTemplate extends RepositoryObject, Replicable, Subscribable, IndependentlyPersistableObject
Many of the metaproperties that originate from a property template can be modified on the property definition of the class, while other metaproperties can be modified only on the property template. For a list of modifiable metaproperties and how they can be customized, see Modifying Custom Metaproperties.
Modifier and Type | Method and Description |
---|---|
PropertyDefinition |
createClassProperty()
Creates and returns a new property definition object based on this property template.
|
IdList |
get_AliasIds()
Returns the value of the AliasIds property.
|
PropertyTemplate |
get_AuditAs()
Returns the value of the AuditAs property.
|
EventSet |
get_AuditedEvents()
Returns the value of the AuditedEvents property.
|
Cardinality |
get_Cardinality()
Returns the value of the Cardinality property.
|
ChoiceList |
get_ChoiceList()
Returns the value of the ChoiceList property.
|
java.lang.String |
get_Creator()
Returns the value of the Creator property.
|
TypeID |
get_DataType()
Returns the value of the DataType property.
|
java.util.Date |
get_DateCreated()
Returns the value of the DateCreated property.
|
java.util.Date |
get_DateLastModified()
Returns the value of the DateLastModified property.
|
java.lang.String |
get_DescriptiveText()
Returns the value of the DescriptiveText property.
|
LocalizedStringList |
get_DescriptiveTexts()
Returns the value of the DescriptiveTexts property.
|
java.lang.String |
get_DisplayName()
Returns the value of the DisplayName property.
|
LocalizedStringList |
get_DisplayNames()
Returns the value of the DisplayNames property.
|
Id |
get_Id()
Returns the value of the Id property.
|
AddOn |
get_InstalledByAddOn()
Returns the value of the InstalledByAddOn property.
|
java.lang.Boolean |
get_IsHidden()
Returns the value of the IsHidden property.
|
java.lang.Boolean |
get_IsNameProperty()
Returns the value of the IsNameProperty property.
|
java.lang.Boolean |
get_IsValueRequired()
Returns the value of the IsValueRequired property.
|
java.lang.String |
get_LastModifier()
Returns the value of the LastModifier property.
|
java.lang.Integer |
get_ModificationAccessRequired()
Returns the value of the ModificationAccessRequired property.
|
java.lang.String |
get_Name()
Returns the value of the Name property.
|
java.lang.String |
get_Owner()
Returns the value of the Owner property.
|
AccessPermissionList |
get_Permissions()
Returns the value of the Permissions property.
|
PropertyPersistence |
get_PersistenceType()
Returns the value of the PersistenceType property.
|
java.lang.String |
get_PropertyDisplayCategory()
Returns the value of the PropertyDisplayCategory property.
|
java.lang.Boolean |
get_RequiresUniqueElements()
Returns the value of the RequiresUniqueElements property.
|
PropertySettability |
get_Settability()
Returns the value of the Settability property.
|
java.lang.String |
get_SymbolicName()
Returns the value of the SymbolicName property.
|
ClassDefinitionSet |
get_UsedInClasses()
Returns the value of the UsedInClasses property.
|
void |
set_AliasIds(IdList value)
Sets the value of the AliasIds property.
|
void |
set_AuditAs(PropertyTemplate value)
Sets the value of the AuditAs property.
|
void |
set_Cardinality(Cardinality value)
Sets the value of the Cardinality property.
|
void |
set_ChoiceList(ChoiceList value)
Sets the value of the ChoiceList property.
|
void |
set_Creator(java.lang.String value)
Sets the value of the Creator property.
|
void |
set_DateCreated(java.util.Date value)
Sets the value of the DateCreated property.
|
void |
set_DateLastModified(java.util.Date value)
Sets the value of the DateLastModified property.
|
void |
set_DescriptiveTexts(LocalizedStringList value)
Sets the value of the DescriptiveTexts property.
|
void |
set_DisplayNames(LocalizedStringList value)
Sets the value of the DisplayNames property.
|
void |
set_IsHidden(java.lang.Boolean value)
Sets the value of the IsHidden property.
|
void |
set_IsNameProperty(java.lang.Boolean value)
Sets the value of the IsNameProperty property.
|
void |
set_IsValueRequired(java.lang.Boolean value)
Sets the value of the IsValueRequired property.
|
void |
set_LastModifier(java.lang.String value)
Sets the value of the LastModifier property.
|
void |
set_ModificationAccessRequired(java.lang.Integer value)
Sets the value of the ModificationAccessRequired property.
|
void |
set_Owner(java.lang.String value)
Sets the value of the Owner property.
|
void |
set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
set_PersistenceType(PropertyPersistence value)
Sets the value of the PersistenceType property.
|
void |
set_PropertyDisplayCategory(java.lang.String value)
Sets the value of the PropertyDisplayCategory property.
|
void |
set_RequiresUniqueElements(java.lang.Boolean value)
Sets the value of the RequiresUniqueElements property.
|
void |
set_Settability(PropertySettability value)
Sets the value of the Settability property.
|
void |
set_SymbolicName(java.lang.String value)
Sets the value of the SymbolicName property.
|
getObjectStore
get_ExternalReplicaIdentities, get_ReplicationGroup, set_ExternalReplicaIdentities, set_ReplicationGroup
raiseEvent
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
java.lang.String get_Creator()
void set_Creator(java.lang.String value)
java.util.Date get_DateCreated()
void set_DateCreated(java.util.Date value)
java.lang.String get_LastModifier()
void set_LastModifier(java.lang.String value)
java.util.Date get_DateLastModified()
void set_DateLastModified(java.util.Date value)
Id get_Id()
java.lang.String get_Name()
EventSet get_AuditedEvents()
java.lang.String get_Owner()
void set_Owner(java.lang.String value)
AccessPermissionList get_Permissions()
void set_Permissions(AccessPermissionList value)
LocalizedStringList get_DisplayNames()
void set_DisplayNames(LocalizedStringList value)
LocalizedStringList get_DescriptiveTexts()
void set_DescriptiveTexts(LocalizedStringList value)
IdList get_AliasIds()
void set_AliasIds(IdList value)
java.lang.String get_DisplayName()
java.lang.String get_DescriptiveText()
TypeID get_DataType()
Cardinality get_Cardinality()
void set_Cardinality(Cardinality value)
PropertySettability get_Settability()
void set_Settability(PropertySettability value)
java.lang.Boolean get_IsValueRequired()
void set_IsValueRequired(java.lang.Boolean value)
java.lang.Boolean get_IsHidden()
void set_IsHidden(java.lang.Boolean value)
PropertyPersistence get_PersistenceType()
void set_PersistenceType(PropertyPersistence value)
java.lang.Boolean get_IsNameProperty()
void set_IsNameProperty(java.lang.Boolean value)
java.lang.Boolean get_RequiresUniqueElements()
void set_RequiresUniqueElements(java.lang.Boolean value)
ChoiceList get_ChoiceList()
void set_ChoiceList(ChoiceList value)
java.lang.String get_SymbolicName()
void set_SymbolicName(java.lang.String value)
ClassDefinitionSet get_UsedInClasses()
java.lang.String get_PropertyDisplayCategory()
void set_PropertyDisplayCategory(java.lang.String value)
java.lang.Integer get_ModificationAccessRequired()
void set_ModificationAccessRequired(java.lang.Integer value)
AddOn get_InstalledByAddOn()
PropertyTemplate get_AuditAs()
void set_AuditAs(PropertyTemplate value)
PropertyDefinition createClassProperty()
PropertyDefinitions
collection.PropertyDefinition
subclass (PropertyDefinitionBinary
,
for example).© Copyright IBM Corporation 2006, 2015. All rights reserved.