|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IProfileBase
This interface provides methods that allow you to access the targets, principals, and publications of this profile.
| Field Summary | |
|---|---|
static java.lang.String |
KIND
|
static java.lang.String |
PROGID
|
| Method Summary | |
|---|---|
java.util.Collection |
getPrincipals()
Returns the read-only collection of principal IDs that use this profile. |
IProfileTargets |
getProfileTargets()
Returns the collection of profile targets. |
java.util.Collection |
getPublications()
Returns the read-only collection of publication IDs that use this profile. |
| Field Detail |
|---|
static final java.lang.String KIND
static final java.lang.String PROGID
| Method Detail |
|---|
IProfileTargets getProfileTargets()
throws SDKException
Returns the collection of profile targets.
IProfileTargets collection.
SDKException - This is thrown if the process is unsuccessful.
java.util.Collection getPrincipals()
throws SDKException
Returns the read-only collection of principal IDs that use this profile.
SDKException - This is thrown if the process is unsuccessful.
java.util.Collection getPublications()
throws SDKException
Returns the read-only collection of publication IDs that use this profile.
SDKException - This is thrown if the process is unsuccessful.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||