Package | Description |
---|---|
oracle.ifs.beans |
Modifier and Type | Method and Description |
---|---|
SimplePropertyDefinition[] |
SimplePropertyTableDefinition.getSimplePropertyDefinitions()
Gets all the SimplePropertyDefinition SimpleProperties for this instance.
|
SimplePropertyDefinition[] |
LibraryObjectDefinition.getSimplePropertyDefinitions(String attrName)
Gets all the SimplePropertyDefinition SimpleProperties for this instance.
|
static SimplePropertyDefinition |
SimplePropertyDefinition.toSimplePropertyDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
SimplePropertyDefinition.
|
static SimplePropertyDefinition |
SimplePropertyDefinition.toSimplePropertyDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
SimplePropertyDefinition.
|
Modifier and Type | Method and Description |
---|---|
void |
SimplePropertyTableDefinition.addSimplePropertyDefinition(SimplePropertyDefinition def)
Adds a new SimplePropertyDefinition for a SimpleProperty.
|
void |
LibraryObjectDefinition.addSimplePropertyDefinition(String attrName,
SimplePropertyDefinition def)
Adds a new SimplePropertyDefinition for the specified attribute.
|
void |
SimplePropertyTableDefinition.addSimplePropertyDefinitions(SimplePropertyDefinition[] defs)
Adds a set of new SimplePropertyDefinitions for multiple SimpleProperties.
|
void |
LibraryObjectDefinition.addSimplePropertyDefinitions(String attrName,
SimplePropertyDefinition[] defs)
Adds a set of new SimplePropertyDefinitions for the specified attribute.
|
static SimpleProperty[] |
SimpleProperty.deriveNewSimplePropertySet(LibraryObject refingObject,
SimpleProperty[] originalProps,
SimplePropertyDefinition[] propDefs)
Create or update SimpleProperty obejcts.
|
void |
SimplePropertyTableDefinition.setSimplePropertyDefinitions(SimplePropertyDefinition[] defs)
Replaces the set of new SimplePropertyDefinitions for multiple SimpleProperties.
|
void |
LibraryObjectDefinition.setSimplePropertyDefinitions(String attrName,
SimplePropertyDefinition[] defs)
Replaces the set of new SimplePropertyDefinitions,
for the specified attribute.
|
Copyright © 2023. All rights reserved.