Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.core.tools.script | |
oracle.ifs.core.tools.script.test | |
oracle.ifs.core.util |
Modifier and Type | Method and Description |
---|---|
PropertyDefinition[] |
LibraryObjectDefinition.getPropertyDefinitions()
Gets a list of property definitions that were added to the
definition.
|
PropertyDefinition[] |
PropertyBundleDefinition.getPropertyDefinitions()
Gets all PropertyDefinition in the PropertyBundleDefinition.
|
Modifier and Type | Method and Description |
---|---|
void |
LibraryObjectDefinition.addPropertyDefinition(PropertyDefinition pDef)
Add a property definition to the definition.
|
void |
PropertyBundleDefinition.addPropertyDefinition(PropertyDefinition def)
Adds a Property definition to the this instance.
|
void |
LibraryObjectDefinition.addPropertyDefinitions(PropertyDefinition[] pDefs)
Adds property definitions to the definition.
|
void |
PropertyBundleDefinition.addPropertyDefinitions(PropertyDefinition[] defs)
Adds a set of new Property definitions.
|
void |
PropertyBundleDefinition.setPropertyDefinitions(PropertyDefinition[] defs)
Sets an explicit set of PropertyDefinitions.
|
protected void |
LibraryObject.validatePropertyValues(PropertyDefinition[] propDefs)
Validates Properties specified during create or update operations.
|
protected void |
LifecyclePolicyEntry.validatePropertyValues(PropertyDefinition[] propDefs)
Validates Properties specified during create or update operations.
|
Modifier and Type | Method and Description |
---|---|
protected Hashtable |
ScriptOperations.convertPropertyDefinitionsToHashtable(PropertyDefinition[] pbDefs)
Convert an array of PropertyDefinitions to a Hashtable, keyed by the
property name, with the value being an AttributeValue representation
of the property's value.
|
Constructor and Description |
---|
ServerDefinition(String name,
ServerConfiguration sc,
String serviceName,
boolean isActive,
boolean initiallyStarted,
int initialPriority,
PropertyDefinition[] pbDefs,
boolean replacePrev)
Constructs a ServerDefinition.
|
Modifier and Type | Method and Description |
---|---|
protected PropertyDefinition[] |
PropertyBundleOperations.constructPropertyDefinitions(LibrarySession sess,
String[] propnames) |
Modifier and Type | Method and Description |
---|---|
PropertyDefinition[] |
AttributeValueTable.getPropertyDefinitions(LibrarySession session)
Gets all values in the table, represented as an
array of PropertyDefinitions.
|
Copyright © 2023. All rights reserved.