|
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
oracle.imaging.Connection
public class Connection
| Nested Class Summary | |
|---|---|
static class |
Connection.AbilityEnumeration validating that the current user has this ability on the Connections. |
static class |
Connection.ConnectionTypeEnumeration listing out the different possible types of connections that are available. |
static class |
Connection.Details |
static class |
Connection.Properties |
static class |
Connection.SectionFlagFlags that identify which sections are applicable to a specific request. |
static class |
Connection.SectionSet |
| Nested classes/interfaces inherited from class oracle.imaging.Definition |
|---|
Definition.DefinitionPk, Definition.Permissions, Definition.SectionPk, Definition.Security, Definition.SequencePk |
| Field Summary | |
|---|---|
static java.lang.String |
CONNECTION_REPOSITORY_ADMIN_KEYThe key value for the Connection admin name |
static java.lang.String |
CONNECTION_REPOSITORY_KEYSTORE_ALIAS_KEYThe key value for the Connection use key alias csf key property |
static java.lang.String |
CONNECTION_REPOSITORY_MACHINE_KEYThe key value for the Connection machine name |
static java.lang.String |
CONNECTION_REPOSITORY_PORT_KEYThe key value for the Connection port |
static java.lang.String |
CONNECTION_REPOSITORY_SECONDARIES_KEYThe key value for the Connection secondary addresses |
static java.lang.String |
CONNECTION_REPOSITORY_TYPE_KEYThe key value for the Repository Type |
static java.lang.String |
CONNECTION_REPOSITORY_TYPE_UCMThe value for the Repository Type UCM |
static java.lang.String |
CONNECTION_REPOSITORY_USESSL_KEYThe key value for the Connection use SSL property |
static java.lang.String |
CONNECTION_WORKFLOW_CSFKEY_KEYThe key value for the Connection port |
static java.lang.String |
CONNECTION_WORKFLOW_MACHINE_KEYThe key value for the Connection machine name |
static java.lang.String |
CONNECTION_WORKFLOW_PORT_KEYThe key value for the Connection port |
static java.lang.String |
CONNECTION_WORKFLOW_SSLPORT_KEYThe key value for the Connection SSL port |
protected Definition.Permissions |
permissions |
protected java.util.List<Definition.Security> |
security |
| Fields inherited from class oracle.imaging.Definition |
|---|
description, id, name, version |
| Fields inherited from class oracle.imaging.BaseId |
|---|
ID_COMPARATOR, NAME_COMPARATOR |
| Constructor Summary | |
|---|---|
Connection() |
|
Connection(long l) |
|
Connection(long l, java.lang.String string) |
|
Connection(java.lang.String string) |
|
| Method Summary | |
|---|---|
java.lang.String |
findDetailValue(java.lang.String detailKey)Searches the connection detailsList list for the given detailKey and returns the matching detailValue if it exists. |
Connection.Details |
getDetails()Retrieves the set of connection detail items from the Connection |
java.util.List<AuditEvent> |
getHistory()Gets the History section property. |
Definition.Permissions |
getPermissions()Gets the Permissions section property. |
Connection.Properties |
getProperties()Fetches the connection properties for the Connection object. |
java.util.List<Definition.Security> |
getSecurity()Gets the Security section property. |
protected void |
postLoad() |
protected void |
prePersist() |
void |
setDetails(Connection.Details details)Saves a set of connection information to the Connection definition. |
void |
setHistory(java.util.List<AuditEvent> history)Sets the History section property. |
void |
setPermissions(Definition.Permissions permissions)A convenience method for JAXB and Imaging services. |
void |
setProperties(Connection.Properties connectionProperties)Applies a new properties object to the connection. |
void |
setSecurity(java.util.List<Definition.Security> security)Sets the Security section property. |
| Methods inherited from class oracle.imaging.Definition |
|---|
getDescription, getId, getName, setDescription, setId, setName |
| 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 |
|---|
public static final java.lang.String CONNECTION_REPOSITORY_TYPE_KEY
public static final java.lang.String CONNECTION_REPOSITORY_TYPE_UCM
public static final java.lang.String CONNECTION_REPOSITORY_MACHINE_KEY
public static final java.lang.String CONNECTION_REPOSITORY_PORT_KEY
public static final java.lang.String CONNECTION_REPOSITORY_USESSL_KEY
public static final java.lang.String CONNECTION_REPOSITORY_KEYSTORE_ALIAS_KEY
public static final java.lang.String CONNECTION_REPOSITORY_ADMIN_KEY
public static final java.lang.String CONNECTION_REPOSITORY_SECONDARIES_KEY
public static final java.lang.String CONNECTION_WORKFLOW_MACHINE_KEY
public static final java.lang.String CONNECTION_WORKFLOW_PORT_KEY
public static final java.lang.String CONNECTION_WORKFLOW_SSLPORT_KEY
public static final java.lang.String CONNECTION_WORKFLOW_CSFKEY_KEY
protected Definition.Permissions permissions
protected java.util.List<Definition.Security> security
| Constructor Detail |
|---|
public Connection(java.lang.String string)
public Connection(long l)
public Connection(long l,
java.lang.String string)
public Connection()
| Method Detail |
|---|
protected void prePersist()
protected void postLoad()
public java.util.List<Definition.Security> getSecurity()
getSecurity in class Definitionpublic void setSecurity(java.util.List<Definition.Security> security)
setSecurity in class Definitionsecurity - The new Security section property valuepublic Definition.Permissions getPermissions()
getPermissions in class Definitionpublic void setPermissions(Definition.Permissions permissions)
ConnectionService#createConnection or ConnectionService#modifyConnection services, using the Connection.SectionFlag#SECURITY section to change the security member permissions to a Connection.setPermissions in class Definitionpermissions - the permissions set by JAXB or Imaging servicespublic java.util.List<AuditEvent> getHistory()
getHistory in class Definitionpublic void setHistory(java.util.List<AuditEvent> history)
setHistory in class Definitionhistory - A new History section property valuepublic void setProperties(Connection.Properties connectionProperties)
connectionProperties - The new connection properites to save.public Connection.Properties getProperties()
public void setDetails(Connection.Details details)
details - The new set of detailsList to save.public Connection.Details getDetails()
public java.lang.String findDetailValue(java.lang.String detailKey)
detailKey - The detail detailKey to search for
|
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 | |||||||