Package | Description |
---|---|
oracle.ifs.admin.tools.script | |
oracle.ifs.admin.tools.upgrade.actions | |
oracle.ifs.admin.upgrade.common | |
oracle.ifs.beans | |
oracle.ifs.core.tools.script.test |
Modifier and Type | Method and Description |
---|---|
protected void |
ClassObjectAdmin.modifyAttribute(LibrarySession sess,
String classname,
String attrname,
AttributeDefinition attrdef)
internal variant of Modify Attribute
|
Modifier and Type | Method and Description |
---|---|
protected AttributeDefinition |
AddAttributeAction.getAttributeDefinition(LibrarySession session)
Gets the AttributeDefinition for the attribute to be added.
|
Modifier and Type | Method and Description |
---|---|
protected AttributeDefinition |
AddAttributeAction.createAttributeDefinition(LibrarySession sess,
String attrname,
String attrdesc,
int datatype,
int datalen,
boolean isRequired,
boolean isIndexed,
boolean isSettable,
boolean isUpdateable)
Deprecated.
Make the attributeDefinition.
|
Modifier and Type | Method and Description |
---|---|
protected Attribute |
AddAttributeAction.addAttributeIfNecessary(LibrarySession sess,
String className,
String attrName,
AttributeDefinition attrdef)
Deprecated.
Do the real work of adding the attribute, after checking to see
if the attribute exists already first.
|
Modifier and Type | Method and Description |
---|---|
AttributeDefinition[] |
ClassObjectDefinition.getAttributeDefinitions()
Gets the Attributes defined for this instance.
|
static AttributeDefinition |
AttributeDefinition.toAttributeDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a AttributeDefinition.
|
static AttributeDefinition |
AttributeDefinition.toAttributeDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a AttributeDefinition.
|
protected static AttributeDefinition[] |
AttributeDefinition.vectorToAttributeDefinitionArray(Vector vector)
Internal use only: Converts a vector of AttributeDefinitions to an AttributeDefinition
array.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
ClassObject.addAttribute(AttributeDefinition def)
Adds an Attribute to this ClassObject.
|
void |
ClassObjectDefinition.addAttributeDefinition(AttributeDefinition def)
Adds an Attribute definition for the new ClassObject.
|
void |
ClassObjectDefinition.addAttributeDefinitions(AttributeDefinition[] defs)
Adds a set of new Attribute definitions.
|
void |
ClassObject.removeAttribute(Attribute attribute,
AttributeDefinition def)
Removes an attribute from this ClassObject.
|
void |
ClassObjectDefinition.setAttributeDefinitions(AttributeDefinition[] defs)
Defines a set of new Attribute Definitions.
|
Modifier and Type | Method and Description |
---|---|
AttributeDefinition |
ClassObjectOperations.ClassSubTest.makeAttributeDefinition(LibrarySession sess,
String name,
int type,
int length,
int scale) |
AttributeDefinition |
ClassObjectOperations.T1kTest.makeAttributeDefinition(LibrarySession sess,
String name,
int dataType,
int length,
int scale) |
AttributeDefinition |
LockOperations.makeAttributeDefinition(LibrarySession sess,
String name,
int dataType,
int length,
int scale) |
Copyright © 2023. All rights reserved.