|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Provides an interface for getting the NetWare file system file object attribute values.
The associated file object attribute values are the following:
| Method Summary | |
DirectoryEntryInformation |
getDirectoryEntryInformation()
Returns the DirectoryEntryInformation object associated with this file. |
EAEnumerator |
getEAEnumerator()
Returns the EAEnumerator object associated with this file. |
EffectiveRights |
getEffectiveRights()
Returns the EffectiveRights object associated with this file. |
TrusteeEnumerator |
getTrusteeEnumerator()
Returns the TrusteeEnumerator object associated with this file. |
void |
setDirectoryEntryInformation(DirectoryEntryInformation dei,
int mod_op)
Modifies the back end DirectoryEntryInformation object associated with this directory entry. |
void |
setExtendedAttribute(ExtendedAttribute ea,
int mod_op)
Modifies the back end ExtendedAttribute object associated with this directory entry. |
void |
setTrustee(Trustee trustee,
int mod_op)
Modifies the back end Trustee Attribute object associated with this directory entry. |
| Methods inherited from interface com.novell.java.io.NFile |
lastModified,
length |
| Method Detail |
public DirectoryEntryInformation getDirectoryEntryInformation()
throws com.novell.service.jncp.NSIException
setDirectoryEntryInformation(com.novell.service.file.nw.DirectoryEntryInformation, int),
DirectoryEntryInformation
public void setDirectoryEntryInformation(DirectoryEntryInformation dei,
int mod_op)
throws com.novell.service.jncp.NSIException
The modifyMask parameter of the DirectoryEntryInformation object is 0 by default. To modify individual parameters of the DirectoryEntryInformation object, set bits in a modify mask and pass this new mask in rather than the one obtained from the getDirectoryEntryInformation() call.
dei - The DirectoryEntryInformation modify value.mod_op - The modification to perform if the attribute is
part of the set; valid values are
DirContext.REPLACE_ATTRIBUTE.getDirectoryEntryInformation(),
DirectoryEntryInformation
public EAEnumerator getEAEnumerator()
throws com.novell.service.jncp.NSIException
public void setExtendedAttribute(ExtendedAttribute ea,
int mod_op)
throws com.novell.service.jncp.NSIException
ea - The ExtendedAttribute modify value.mod_op - The modification to preform if the attribute is
part of the set; valid values are
DirContext.ADD_ATTRIBUTE and
DirContext.REPLACE_ATTRIBUTE.
public TrusteeEnumerator getTrusteeEnumerator()
throws com.novell.service.jncp.NSIException
public void setTrustee(Trustee trustee,
int mod_op)
throws com.novell.service.jncp.NSIException
trustee - The Trustee Attribute modify value.mod_op - The modification to perform if the attribute
is part of the set; valid values are
DirContext.ADD_ATTRIBUTE,
DirContext.REMOVE_ATTRIBUTE, and
DirContext.REPLACE_ATTRIBUTE.
public EffectiveRights getEffectiveRights()
throws com.novell.service.jncp.NSIException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||