|
Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
oracle.imaging.BaseId
oracle.imaging.Definition
public abstract class Definition
| Nested Class Summary | |
|---|---|
protected static class |
Definition.DefinitionPkFOR INTERNAL USE ONLY |
static class |
Definition.PermissionsA data structure specifying the current user's permissions to an application definition. |
protected static class |
Definition.SectionPkFOR INTERNAL USE ONLY |
static class |
Definition.SecurityA data structure specifying the security permissions for a particular security member. |
protected static class |
Definition.SequencePkFOR INTERNAL USE ONLY |
| Field Summary | |
|---|---|
protected java.lang.String |
description |
protected long |
id |
protected java.lang.String |
name |
protected long |
version |
| Fields inherited from class oracle.imaging.BaseId |
|---|
ID_COMPARATOR, NAME_COMPARATOR |
| Constructor Summary | |
|---|---|
protected |
Definition() |
protected |
Definition(long id)Constructor to set both the Id property only. |
protected |
Definition(long id, java.lang.String name)Constructor to set both Name and Id. |
protected |
Definition(java.lang.String name)Constructor to set both the Name property only. |
| Method Summary | |
|---|---|
java.lang.String |
getDescription()Gets the Description property. |
abstract java.util.List<AuditEvent> |
getHistory()Gets the History section property. |
long |
getId()Returns the Id property value. |
java.lang.String |
getName()Returns the Name property value. |
abstract Definition.Permissions |
getPermissions()Gets the Permissions section property. |
abstract java.util.List |
getSecurity()Gets the Security section property. |
void |
setDescription(java.lang.String description)Sets the Description property. |
abstract void |
setHistory(java.util.List<AuditEvent> history) |
void |
setId(long id)Sets the Id property value. |
void |
setName(java.lang.String name)Sets the Name property value. |
abstract void |
setPermissions(Definition.Permissions permissions) |
abstract void |
setSecurity(java.util.List<Definition.Security> security) |
| Methods inherited from class oracle.imaging.BaseId |
|---|
equals, hashCode, nameTrimOrNull, toNameId, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected long id
protected long version
protected java.lang.String name
protected java.lang.String description
| Constructor Detail |
|---|
protected Definition()
protected Definition(long id,
java.lang.String name)
id - The Id of the objectname - The Name of the objectprotected Definition(long id)
id - The Id of the objectprotected Definition(java.lang.String name)
name - The Name of the object| Method Detail |
|---|
public void setId(long id)
setId in class BaseIdid - The new Id property value.public long getId()
getId in class BaseIdpublic void setName(java.lang.String name)
ImagingConstants.NAME_LENGTH constant.setName in class BaseIdname - The new Name property value.public java.lang.String getName()
getName in class BaseIdpublic void setDescription(java.lang.String description)
ImagingConstants.DESCRIPTION_LENGTH constant.description - The new Description property valuepublic java.lang.String getDescription()
public abstract java.util.List getSecurity()
public abstract void setSecurity(java.util.List<Definition.Security> security)
public abstract Definition.Permissions getPermissions()
public abstract void setPermissions(Definition.Permissions permissions)
public abstract java.util.List<AuditEvent> getHistory()
public abstract void setHistory(java.util.List<AuditEvent> history)
|
Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||